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 /src/clojure/contrib/fcase.clj | |
parent | b3860ce50fd0c88549240aae10a1d4d45507524f (diff) |
Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0
Diffstat (limited to 'src/clojure/contrib/fcase.clj')
-rw-r--r-- | src/clojure/contrib/fcase.clj | 8 |
1 files changed, 4 insertions, 4 deletions
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. |