diff options
author | scgilardi <scgilardi@gmail.com> | 2008-12-16 14:02:46 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2008-12-16 14:02:46 +0000 |
commit | 68d81a761e9459389266c2f6ddee8e3c36ebc38f (patch) | |
tree | 2d5b25005012c8231576cef32cc078de0de4e8cf /src/clojure/contrib/test_clojure/reader.clj | |
parent | 9b814af9d406a62d1e5599c5bbc2fc08bcb08151 (diff) |
update my contribs to Eclipse Public License as requested
Diffstat (limited to 'src/clojure/contrib/test_clojure/reader.clj')
-rw-r--r-- | src/clojure/contrib/test_clojure/reader.clj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/clojure/contrib/test_clojure/reader.clj b/src/clojure/contrib/test_clojure/reader.clj index 3f444e27..38aa5dad 100644 --- a/src/clojure/contrib/test_clojure/reader.clj +++ b/src/clojure/contrib/test_clojure/reader.clj @@ -1,10 +1,10 @@ -;; Copyright (c) Stephen C. Gilardi. All rights reserved. The use and -;; distribution terms for this software are covered by the Common Public -;; License 1.0 (http://opensource.org/licenses/cpl.php) which can be found -;; in the file CPL.TXT at the root of this distribution. By using this -;; software in any fashion, you are agreeing to be bound by the terms of -;; this license. You must not remove this notice, or any other, from this -;; software. +;; Copyright (c) Stephen C. Gilardi. 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 +;; using this software in any fashion, you are agreeing to be bound by the +;; terms of this license. You must not remove this notice, or any other, +;; from this software. ;; ;; Tests for the Clojure functions documented at the URL: ;; |