diff options
author | Jeffrey Straszheim <straszheimjeffrey@gmail.com> | 2009-02-24 02:16:25 +0000 |
---|---|---|
committer | Jeffrey Straszheim <straszheimjeffrey@gmail.com> | 2009-02-24 02:16:25 +0000 |
commit | 61e7ce6d189246be05d4f612d9f8a5bd36150591 (patch) | |
tree | 290a3fb2df7f72ad0b6e0b232088ebc84bd16253 /src | |
parent | 981971d6ad5d1981557a69b7efef846ee851ae39 (diff) |
Fixed copyright notice (oops)
Diffstat (limited to 'src')
-rw-r--r-- | src/clojure/contrib/graph.clj | 2 | ||||
-rw-r--r-- | src/clojure/contrib/test_contrib/test_graph.clj | 2 |
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 |