diff options
author | Rich Hickey <richhickey@gmail.com> | 2008-07-17 10:27:36 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2008-07-17 10:27:36 +0000 |
commit | e35364ccc5ef1544383698fb56a514872a8c1ed8 (patch) | |
tree | df9fe4f7ddcf667b9e4b038e7872d753b16e8684 /src | |
parent | 5bf5f47ed3da327b86854e227936a8df21e3fada (diff) |
changed cpl url
Diffstat (limited to 'src')
-rw-r--r-- | src/jvm/clojure/lang/Compiler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jvm/clojure/lang/Compiler.java b/src/jvm/clojure/lang/Compiler.java index 7d3a3109..cc81405c 100644 --- a/src/jvm/clojure/lang/Compiler.java +++ b/src/jvm/clojure/lang/Compiler.java @@ -1,7 +1,7 @@ /** * Copyright (c) Rich Hickey. 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) + * Common Public License 1.0 (http://opensource.org/licenses/cpl1.0.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. |