From 82c378b0c9e95ec94c40911a23199868f5981d2d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 26 Jan 2017 19:57:26 -0400 Subject: - Changed the license from MPL 2.0 to MIT. --- lux-lein/src/leiningen/lux.clj | 5 ----- lux-lein/src/leiningen/lux/builder.clj | 5 ----- lux-lein/src/leiningen/lux/packager.clj | 5 ----- lux-lein/src/leiningen/lux/repl.clj | 5 ----- lux-lein/src/leiningen/lux/test.clj | 5 ----- lux-lein/src/leiningen/lux/utils.clj | 5 ----- lux-lein/src/leiningen/lux/watch.clj | 5 ----- 7 files changed, 35 deletions(-) (limited to 'lux-lein/src') diff --git a/lux-lein/src/leiningen/lux.clj b/lux-lein/src/leiningen/lux.clj index 3c2a8e9f1..0ae83eb6e 100644 --- a/lux-lein/src/leiningen/lux.clj +++ b/lux-lein/src/leiningen/lux.clj @@ -1,8 +1,3 @@ -;; Copyright (c) Eduardo Julian. All rights reserved. -;; This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. -;; If a copy of the MPL was not distributed with this file, -;; You can obtain one at http://mozilla.org/MPL/2.0/. - (ns leiningen.lux (:require [leiningen.pom :as pom] [leiningen.core.classpath :as classpath] diff --git a/lux-lein/src/leiningen/lux/builder.clj b/lux-lein/src/leiningen/lux/builder.clj index fcb0562ad..ca9088d4c 100644 --- a/lux-lein/src/leiningen/lux/builder.clj +++ b/lux-lein/src/leiningen/lux/builder.clj @@ -1,8 +1,3 @@ -;; Copyright (c) Eduardo Julian. All rights reserved. -;; This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. -;; If a copy of the MPL was not distributed with this file, -;; You can obtain one at http://mozilla.org/MPL/2.0/. - (ns leiningen.lux.builder (:require [leiningen.core.classpath :as classpath] (leiningen.lux [utils :as &utils] diff --git a/lux-lein/src/leiningen/lux/packager.clj b/lux-lein/src/leiningen/lux/packager.clj index c5749eaa8..3ac117d15 100644 --- a/lux-lein/src/leiningen/lux/packager.clj +++ b/lux-lein/src/leiningen/lux/packager.clj @@ -1,8 +1,3 @@ -;; Copyright (c) Eduardo Julian. All rights reserved. -;; This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. -;; If a copy of the MPL was not distributed with this file, -;; You can obtain one at http://mozilla.org/MPL/2.0/. - (ns leiningen.lux.packager (:require [clojure.string :as string] [leiningen.core.classpath :as classpath] diff --git a/lux-lein/src/leiningen/lux/repl.clj b/lux-lein/src/leiningen/lux/repl.clj index 271e79db9..6f75c151c 100644 --- a/lux-lein/src/leiningen/lux/repl.clj +++ b/lux-lein/src/leiningen/lux/repl.clj @@ -1,8 +1,3 @@ -;; Copyright (c) Eduardo Julian. All rights reserved. -;; This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. -;; If a copy of the MPL was not distributed with this file, -;; You can obtain one at http://mozilla.org/MPL/2.0/. - (ns leiningen.lux.repl (:require [leiningen.core.classpath :as classpath] [leiningen.lux.utils :as &utils]) diff --git a/lux-lein/src/leiningen/lux/test.clj b/lux-lein/src/leiningen/lux/test.clj index 5579e7b81..77dc342e7 100644 --- a/lux-lein/src/leiningen/lux/test.clj +++ b/lux-lein/src/leiningen/lux/test.clj @@ -1,8 +1,3 @@ -;; Copyright (c) Eduardo Julian. All rights reserved. -;; This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. -;; If a copy of the MPL was not distributed with this file, -;; You can obtain one at http://mozilla.org/MPL/2.0/. - (ns leiningen.lux.test (:refer-clojure :exclude [test]) (:require [leiningen.core.classpath :as classpath] diff --git a/lux-lein/src/leiningen/lux/utils.clj b/lux-lein/src/leiningen/lux/utils.clj index 1c72ed06b..c70ec2289 100644 --- a/lux-lein/src/leiningen/lux/utils.clj +++ b/lux-lein/src/leiningen/lux/utils.clj @@ -1,8 +1,3 @@ -;; Copyright (c) Eduardo Julian. All rights reserved. -;; This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. -;; If a copy of the MPL was not distributed with this file, -;; You can obtain one at http://mozilla.org/MPL/2.0/. - (ns leiningen.lux.utils (:require (clojure [template :refer [do-template]]) [leiningen.core.classpath :as classpath]) diff --git a/lux-lein/src/leiningen/lux/watch.clj b/lux-lein/src/leiningen/lux/watch.clj index 87f8929e1..9ac4036c2 100644 --- a/lux-lein/src/leiningen/lux/watch.clj +++ b/lux-lein/src/leiningen/lux/watch.clj @@ -1,8 +1,3 @@ -;; Copyright (c) Eduardo Julian. All rights reserved. -;; This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. -;; If a copy of the MPL was not distributed with this file, -;; You can obtain one at http://mozilla.org/MPL/2.0/. - (ns leiningen.lux.watch (:require [leiningen.core.classpath :as classpath]) (:import (java.io File) -- cgit v1.2.3