aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/sql/internal.clj
diff options
context:
space:
mode:
authorscgilardi <scgilardi@gmail.com>2008-12-16 14:02:46 +0000
committerscgilardi <scgilardi@gmail.com>2008-12-16 14:02:46 +0000
commit68d81a761e9459389266c2f6ddee8e3c36ebc38f (patch)
tree2d5b25005012c8231576cef32cc078de0de4e8cf /src/clojure/contrib/sql/internal.clj
parent9b814af9d406a62d1e5599c5bbc2fc08bcb08151 (diff)
update my contribs to Eclipse Public License as requested
Diffstat (limited to 'src/clojure/contrib/sql/internal.clj')
-rw-r--r--src/clojure/contrib/sql/internal.clj14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/clojure/contrib/sql/internal.clj b/src/clojure/contrib/sql/internal.clj
index 6221d1e2..42e0ba5f 100644
--- a/src/clojure/contrib/sql/internal.clj
+++ b/src/clojure/contrib/sql/internal.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.
;;
;; internal definitions for clojure.contrib.sql
;;