diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2008-12-15 21:42:40 +0000 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2008-12-15 21:42:40 +0000 |
commit | 7cfb20f6a9bedd400eb1552ec34f01c7e2db2f1c (patch) | |
tree | 147aeea30df432cd081d4ee8ad2dfcc3b84290aa | |
parent | b3860ce50fd0c88549240aae10a1d4d45507524f (diff) |
Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0
-rw-r--r-- | src/clojure/contrib/duck_streams.clj | 8 | ||||
-rw-r--r-- | src/clojure/contrib/enum.clj | 8 | ||||
-rw-r--r-- | src/clojure/contrib/fcase.clj | 8 | ||||
-rw-r--r-- | src/clojure/contrib/import_static.clj | 8 | ||||
-rw-r--r-- | src/clojure/contrib/javalog.clj | 8 | ||||
-rw-r--r-- | src/clojure/contrib/seq_utils.clj | 8 | ||||
-rw-r--r-- | src/clojure/contrib/str_utils.clj | 8 | ||||
-rw-r--r-- | src/clojure/contrib/test_is.clj | 8 | ||||
-rw-r--r-- | src/clojure/contrib/trace.clj | 8 |
9 files changed, 36 insertions, 36 deletions
diff --git a/src/clojure/contrib/duck_streams.clj b/src/clojure/contrib/duck_streams.clj index a1936676..d77c8b83 100644 --- a/src/clojure/contrib/duck_streams.clj +++ b/src/clojure/contrib/duck_streams.clj @@ -3,10 +3,10 @@ ;; by Stuart Sierra <mail@stuartsierra.com> ;; April 8, 2008 -;; Copyright (c) 2008 Stuart Sierra. All rights reserved. The use and -;; distribution terms for this software are covered by the Common -;; Public License 1.0 (http://www.opensource.org/licenses/cpl1.0.php) -;; which can be found in the file CPL.TXT at the root of this +;; Copyright (c) Stuart Sierra, 2008. 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. diff --git a/src/clojure/contrib/enum.clj b/src/clojure/contrib/enum.clj index 1986387d..0687c132 100644 --- a/src/clojure/contrib/enum.clj +++ b/src/clojure/contrib/enum.clj @@ -3,10 +3,10 @@ ;; by Stuart Sierra, http://www.stuartsierra.com/ ;; May 29, 2008 -;; Copyright (c) 2008 Stuart Sierra. All rights reserved. The use and -;; distribution terms for this software are covered by the Common -;; Public License 1.0 (http://www.opensource.org/licenses/cpl1.0.php) -;; which can be found in the file CPL.TXT at the root of this +;; Copyright (c) Stuart Sierra, 2008. 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. diff --git a/src/clojure/contrib/fcase.clj b/src/clojure/contrib/fcase.clj index 5fdcb2f2..f0ab088d 100644 --- a/src/clojure/contrib/fcase.clj +++ b/src/clojure/contrib/fcase.clj @@ -3,10 +3,10 @@ ;; by Stuart Sierra <mail@stuartsierra.com> ;; April 7, 2008 -;; Copyright (c) 2008 Stuart Sierra. All rights reserved. The use and -;; distribution terms for this software are covered by the Common -;; Public License 1.0 (http://www.opensource.org/licenses/cpl1.0.php) -;; which can be found in the file CPL.TXT at the root of this +;; Copyright (c) Stuart Sierra, 2008. 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. diff --git a/src/clojure/contrib/import_static.clj b/src/clojure/contrib/import_static.clj index c8015c8a..e7a35ea4 100644 --- a/src/clojure/contrib/import_static.clj +++ b/src/clojure/contrib/import_static.clj @@ -3,10 +3,10 @@ ;; by Stuart Sierra, http://stuartsierra.com/ ;; June 1, 2008 -;; Copyright (c) 2008 Stuart Sierra. All rights reserved. The use and -;; distribution terms for this software are covered by the Common -;; Public License 1.0 (http://www.opensource.org/licenses/cpl1.0.php) -;; which can be found in the file CPL.TXT at the root of this +;; Copyright (c) Stuart Sierra, 2008. 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. diff --git a/src/clojure/contrib/javalog.clj b/src/clojure/contrib/javalog.clj index 05c30d4b..63ce7235 100644 --- a/src/clojure/contrib/javalog.clj +++ b/src/clojure/contrib/javalog.clj @@ -3,10 +3,10 @@ ;; by Stuart Sierra <mail@stuartsierra.com> ;; April 8, 2008 -;; Copyright (c) 2008 Stuart Sierra. All rights reserved. The use and -;; distribution terms for this software are covered by the Common -;; Public License 1.0 (http://www.opensource.org/licenses/cpl1.0.php) -;; which can be found in the file CPL.TXT at the root of this +;; Copyright (c) Stuart Sierra, 2008. 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. diff --git a/src/clojure/contrib/seq_utils.clj b/src/clojure/contrib/seq_utils.clj index 38d25e2a..92256af0 100644 --- a/src/clojure/contrib/seq_utils.clj +++ b/src/clojure/contrib/seq_utils.clj @@ -3,10 +3,10 @@ ;; by Stuart Sierra, http://stuartsierra.com/ ;; last updated August 12, 2008 -;; Copyright (c) 2008 Stuart Sierra. All rights reserved. The use and -;; distribution terms for this software are covered by the Common -;; Public License 1.0 (http://www.opensource.org/licenses/cpl1.0.php) -;; which can be found in the file CPL.TXT at the root of this +;; Copyright (c) Stuart Sierra, 2008. 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. diff --git a/src/clojure/contrib/str_utils.clj b/src/clojure/contrib/str_utils.clj index fb5404e7..f6a59002 100644 --- a/src/clojure/contrib/str_utils.clj +++ b/src/clojure/contrib/str_utils.clj @@ -3,10 +3,10 @@ ;; by Stuart Sierra <mail@stuartsierra.com> ;; April 8, 2008 -;; Copyright (c) 2008 Stuart Sierra. All rights reserved. The use and -;; distribution terms for this software are covered by the Common -;; Public License 1.0 (http://www.opensource.org/licenses/cpl1.0.php) -;; which can be found in the file CPL.TXT at the root of this +;; Copyright (c) Stuart Sierra, 2008. 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. diff --git a/src/clojure/contrib/test_is.clj b/src/clojure/contrib/test_is.clj index 6a911328..b8eda12b 100644 --- a/src/clojure/contrib/test_is.clj +++ b/src/clojure/contrib/test_is.clj @@ -6,10 +6,10 @@ ;; Thanks to Chas Emerick, Allen Rohner, and Stuart Halloway for ;; contributions and suggestions. -;; Copyright (c) 2008 Stuart Sierra. All rights reserved. The use and -;; distribution terms for this software are covered by the Common -;; Public License 1.0 (http://www.opensource.org/licenses/cpl1.0.php) -;; which can be found in the file CPL.TXT at the root of this +;; Copyright (c) Stuart Sierra, 2008. 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. diff --git a/src/clojure/contrib/trace.clj b/src/clojure/contrib/trace.clj index 2d4dfd6e..82e1eeb9 100644 --- a/src/clojure/contrib/trace.clj +++ b/src/clojure/contrib/trace.clj @@ -3,10 +3,10 @@ ;; by Stuart Sierra, http://stuartsierra.com/ ;; December 3, 2008 -;; Copyright (c) 2008 Stuart Sierra. All rights reserved. The use and -;; distribution terms for this software are covered by the Common -;; Public License 1.0 (http://www.opensource.org/licenses/cpl1.0.php) -;; which can be found in the file CPL.TXT at the root of this +;; Copyright (c) Stuart Sierra, 2008. 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. |