diff options
author | Christophe Grand <christophe@cgrand.net> | 2008-12-16 16:13:09 +0000 |
---|---|---|
committer | Christophe Grand <christophe@cgrand.net> | 2008-12-16 16:13:09 +0000 |
commit | 5b151fe8d40a67a79e2c97fce5fd36d121853c2f (patch) | |
tree | 6f4b4e11536da7d5f204a57c0b6544db2753caa6 /src/clojure/contrib/javadoc/browse.clj | |
parent | da9b38aaa2c2d88a725e31ac660f5ef7587a00a2 (diff) |
moved to EPL
Diffstat (limited to 'src/clojure/contrib/javadoc/browse.clj')
-rw-r--r-- | src/clojure/contrib/javadoc/browse.clj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clojure/contrib/javadoc/browse.clj b/src/clojure/contrib/javadoc/browse.clj index af752e1c..f6b1d349 100644 --- a/src/clojure/contrib/javadoc/browse.clj +++ b/src/clojure/contrib/javadoc/browse.clj @@ -2,13 +2,13 @@ ; Copyright (c) Christophe Grand, December 2008. 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.
+; 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.
-
(ns clojure.contrib.javadoc.browse
(:import (java.net URI)))
|