aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Straszheim <straszheimjeffrey@gmail.com>2009-02-24 02:16:25 +0000
committerJeffrey Straszheim <straszheimjeffrey@gmail.com>2009-02-24 02:16:25 +0000
commit61e7ce6d189246be05d4f612d9f8a5bd36150591 (patch)
tree290a3fb2df7f72ad0b6e0b232088ebc84bd16253
parent981971d6ad5d1981557a69b7efef846ee851ae39 (diff)
Fixed copyright notice (oops)
-rw-r--r--src/clojure/contrib/graph.clj2
-rw-r--r--src/clojure/contrib/test_contrib/test_graph.clj2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/clojure/contrib/graph.clj b/src/clojure/contrib/graph.clj
index 07b02bee..9418abab 100644
--- a/src/clojure/contrib/graph.clj
+++ b/src/clojure/contrib/graph.clj
@@ -1,4 +1,4 @@
-;; Copyright (c) Stephen C. Gilardi. All rights reserved. The use and
+;; Copyright (c) Jeffrey Straszheim. All rights reserved. The use and
;; distribution terms for this software are covered by the Eclipse Public
;; License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can
;; be found in the file epl-v10.html at the root of this distribution. By
diff --git a/src/clojure/contrib/test_contrib/test_graph.clj b/src/clojure/contrib/test_contrib/test_graph.clj
index 94daeccd..07a22b4d 100644
--- a/src/clojure/contrib/test_contrib/test_graph.clj
+++ b/src/clojure/contrib/test_contrib/test_graph.clj
@@ -1,4 +1,4 @@
-;; Copyright (c) Stephen C. Gilardi. All rights reserved. The use and
+;; Copyright (c) Jeffrey Straszheim. All rights reserved. The use and
;; distribution terms for this software are covered by the Eclipse Public
;; License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can
;; be found in the file epl-v10.html at the root of this distribution. By