diff options
Diffstat (limited to 'pkg.clj')
-rw-r--r-- | pkg.clj | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,3 +1,11 @@ +;; 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. +;; ;; pkg.clj ;; ;; Clojure package loading and dependency via require/provide. @@ -40,14 +48,6 @@ ;; 2 April 2008 ;; ;; load-resource adapted from Stuart Sierra's public domain require.clj -;; -;; 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. (clojure/in-ns 'pkg) (clojure/refer 'clojure) |