Skip to content

Commit 02157fa

Browse files
committed
fixed comments, patch from Chouser
1 parent 467568d commit 02157fa

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

src/clj/clojure/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
(spread (cons item more)))
382382

383383
(defmacro delay
384-
"Takes a body of expressions and yields a Delay object than will
384+
"Takes a body of expressions and yields a Delay object that will
385385
invoke the body only the first time it is forced (with force), and
386386
will cache the result and return it on all subsequent force calls"
387387
[& body]

src/jvm/clojure/lang/ARef.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Copyright (c) Rich Hickey. All rights reserved.
33
* The use and distribution terms for this software are covered by the
4-
* Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
5-
* which can be found in the file CPL.TXT at the root of this distribution.
4+
* Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
5+
* which can be found in the file epl-v10.html at the root of this distribution.
66
* By using this software in any fashion, you are agreeing to be bound by
77
* the terms of this license.
88
* You must not remove this notice, or any other, from this software.

src/jvm/clojure/lang/AReference.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Copyright (c) Rich Hickey. All rights reserved.
33
* The use and distribution terms for this software are covered by the
4-
* Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
5-
* which can be found in the file CPL.TXT at the root of this distribution.
4+
* Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
5+
* which can be found in the file epl-v10.html at the root of this distribution.
66
* By using this software in any fashion, you are agreeing to be bound by
77
* the terms of this license.
88
* You must not remove this notice, or any other, from this software.

src/jvm/clojure/lang/Atom.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Copyright (c) Rich Hickey. All rights reserved.
33
* The use and distribution terms for this software are covered by the
4-
* Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
5-
* which can be found in the file CPL.TXT at the root of this distribution.
4+
* Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
5+
* which can be found in the file epl-v10.html at the root of this distribution.
66
* By using this software in any fashion, you are agreeing to be bound by
77
* the terms of this license.
88
* You must not remove this notice, or any other, from this software.

src/jvm/clojure/lang/IMeta.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Copyright (c) Rich Hickey. All rights reserved.
33
* The use and distribution terms for this software are covered by the
4-
* Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
5-
* which can be found in the file CPL.TXT at the root of this distribution.
4+
* Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
5+
* which can be found in the file epl-v10.html at the root of this distribution.
66
* By using this software in any fashion, you are agreeing to be bound by
77
* the terms of this license.
88
* You must not remove this notice, or any other, from this software.

src/jvm/clojure/lang/IReference.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Copyright (c) Rich Hickey. All rights reserved.
33
* The use and distribution terms for this software are covered by the
4-
* Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
5-
* which can be found in the file CPL.TXT at the root of this distribution.
4+
* Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
5+
* which can be found in the file epl-v10.html at the root of this distribution.
66
* By using this software in any fashion, you are agreeing to be bound by
77
* the terms of this license.
88
* You must not remove this notice, or any other, from this software.

src/jvm/clojure/lang/Settable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Copyright (c) Rich Hickey. All rights reserved.
33
* The use and distribution terms for this software are covered by the
4-
* Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
5-
* which can be found in the file CPL.TXT at the root of this distribution.
4+
* Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
5+
* which can be found in the file epl-v10.html at the root of this distribution.
66
* By using this software in any fashion, you are agreeing to be bound by
77
* the terms of this license.
88
* You must not remove this notice, or any other, from this software.

0 commit comments

Comments
 (0)