[nodejs-grunt-contrib-copy] Juggle license file.

Ralph Bean ralph at fedoraproject.org
Fri Feb 20 13:36:02 UTC 2015


commit e9a94e808576a8933841417dfded78204343a605
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Feb 20 08:31:06 2015 -0500

    Juggle license file.

 .gitignore                     |  1 -
 LICENSE-MIT                    | 22 ++++++++++++++++++++++
 nodejs-grunt-contrib-copy.spec |  3 ++-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2815b24..4835bbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
 /grunt-contrib-copy-0.5.0.tgz
 /grunt-contrib-copy-0.8.0.tgz
-/LICENSE-MIT
diff --git a/LICENSE-MIT b/LICENSE-MIT
new file mode 100644
index 0000000..be7b433
--- /dev/null
+++ b/LICENSE-MIT
@@ -0,0 +1,22 @@
+Copyright (c) 2014 Chris Talkington, contributors
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/nodejs-grunt-contrib-copy.spec b/nodejs-grunt-contrib-copy.spec
index ef87583..2b6ec6a 100644
--- a/nodejs-grunt-contrib-copy.spec
+++ b/nodejs-grunt-contrib-copy.spec
@@ -14,7 +14,8 @@ Group:              Development/Libraries
 License:            MIT
 URL:                https://www.npmjs.org/package/grunt-contrib-copy
 Source0:            http://registry.npmjs.org/%{barename}/-/%{barename}-%{version}.tgz
-Source1:            https://raw.githubusercontent.com/gruntjs/grunt-contrib-copy/master/LICENSE-MIT
+# https://raw.githubusercontent.com/gruntjs/grunt-contrib-copy/master/LICENSE-MIT
+Source1:            LICENSE-MIT
 BuildArch:          noarch
 
 %if 0%{?fedora} >= 19


More information about the scm-commits mailing list