diff --git a/resources/leiningen/new/app/README.md b/resources/leiningen/new/app/README.md index b26354ea..da30add1 100644 --- a/resources/leiningen/new/app/README.md +++ b/resources/leiningen/new/app/README.md @@ -32,5 +32,12 @@ FIXME: listing of options this app accepts. Copyright © {{year}} FIXME -Distributed under the Eclipse Public License either version 1.0 or (at -your option) any later version. +This program and the accompanying materials are made available under the +terms of the Eclipse Public License 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. + +This Source Code may also be made available under the following Secondary +Licenses when the conditions for such availability set forth in the Eclipse +Public License, v. 2.0 are satisfied: GNU General Public License, version 2 +with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. diff --git a/resources/leiningen/new/app/project.clj b/resources/leiningen/new/app/project.clj index ef1196f1..4ce2fee2 100644 --- a/resources/leiningen/new/app/project.clj +++ b/resources/leiningen/new/app/project.clj @@ -1,7 +1,7 @@ (defproject {{raw-name}} "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" - :license {:name "EPL-2.0" + :license {:name "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} :dependencies [[org.clojure/clojure "1.9.0"]] :main ^:skip-aot {{namespace}} diff --git a/resources/leiningen/new/default/README.md b/resources/leiningen/new/default/README.md index 38f00681..6a72a5be 100644 --- a/resources/leiningen/new/default/README.md +++ b/resources/leiningen/new/default/README.md @@ -10,5 +10,12 @@ FIXME Copyright © {{year}} FIXME -Distributed under the Eclipse Public License either version 1.0 or (at -your option) any later version. +This program and the accompanying materials are made available under the +terms of the Eclipse Public License 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. + +This Source Code may also be made available under the following Secondary +Licenses when the conditions for such availability set forth in the Eclipse +Public License, v. 2.0 are satisfied: GNU General Public License, version 2 +with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. diff --git a/resources/leiningen/new/default/project.clj b/resources/leiningen/new/default/project.clj index 4f07fe9e..d1d20f20 100644 --- a/resources/leiningen/new/default/project.clj +++ b/resources/leiningen/new/default/project.clj @@ -1,7 +1,7 @@ (defproject {{raw-name}} "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" - :license {:name "EPL-2.0" + :license {:name "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} :dependencies [[org.clojure/clojure "1.9.0"]] :repl-options {:init-ns {{namespace}}}) diff --git a/resources/leiningen/new/plugin/README.md b/resources/leiningen/new/plugin/README.md index a22c3787..61a6f113 100644 --- a/resources/leiningen/new/plugin/README.md +++ b/resources/leiningen/new/plugin/README.md @@ -21,5 +21,12 @@ FIXME: and add an example usage that actually makes sense: Copyright © {{year}} FIXME -Distributed under the Eclipse Public License either version 1.0 or (at -your option) any later version. +This program and the accompanying materials are made available under the +terms of the Eclipse Public License 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. + +This Source Code may also be made available under the following Secondary +Licenses when the conditions for such availability set forth in the Eclipse +Public License, v. 2.0 are satisfied: GNU General Public License, version 2 +with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. diff --git a/resources/leiningen/new/plugin/project.clj b/resources/leiningen/new/plugin/project.clj index cbfac9fd..40f75d19 100644 --- a/resources/leiningen/new/plugin/project.clj +++ b/resources/leiningen/new/plugin/project.clj @@ -1,6 +1,6 @@ (defproject {{name}} "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" - :license {:name "EPL-2.0" + :license {:name "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} :eval-in-leiningen true)