aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/javadoc
diff options
context:
space:
mode:
authorChristophe Grand <christophe@cgrand.net>2008-12-16 16:13:09 +0000
committerChristophe Grand <christophe@cgrand.net>2008-12-16 16:13:09 +0000
commit5b151fe8d40a67a79e2c97fce5fd36d121853c2f (patch)
tree6f4b4e11536da7d5f204a57c0b6544db2753caa6 /src/clojure/contrib/javadoc
parentda9b38aaa2c2d88a725e31ac660f5ef7587a00a2 (diff)
moved to EPL
Diffstat (limited to 'src/clojure/contrib/javadoc')
-rw-r--r--src/clojure/contrib/javadoc/browse.clj6
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)))