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/cond.clj | |
parent | 9b814af9d406a62d1e5599c5bbc2fc08bcb08151 (diff) |
update my contribs to Eclipse Public License as requested
Diffstat (limited to 'src/clojure/contrib/cond.clj')
-rw-r--r-- | src/clojure/contrib/cond.clj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/clojure/contrib/cond.clj b/src/clojure/contrib/cond.clj index 0e940a60..1fd90eb8 100644 --- a/src/clojure/contrib/cond.clj +++ b/src/clojure/contrib/cond.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. +;; 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. ;; ;; File: cond.clj ;; |