diff options
Diffstat (limited to 'test/clojure/test_clojure/evaluation.clj')
-rw-r--r-- | test/clojure/test_clojure/evaluation.clj | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/test/clojure/test_clojure/evaluation.clj b/test/clojure/test_clojure/evaluation.clj index 040daa34..283896c5 100644 --- a/test/clojure/test_clojure/evaluation.clj +++ b/test/clojure/test_clojure/evaluation.clj @@ -1,18 +1,17 @@ -;; Copyright (c) J. McConnell. 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.test-clojure.evaluation.clj -;; +; Copyright (c) Rich Hickey. 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. + + ;; Tests for the Clojure functions documented at the URL: ;; ;; http://clojure.org/Evaluation ;; -;; by J. McConnell, http://ubermenschconsulting.com +;; by J. McConnell ;; Created 22 October 2008 (ns clojure.test-clojure.evaluation |