[golang-github-beorn7-perks/f22] Add missing patch - related: #1196432

Jan Chaloupka jchaloup at fedoraproject.org
Fri Feb 27 09:30:53 UTC 2015


commit 5de67f6bcdff708df9457a5863acd18f787d131b
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Fri Feb 27 10:19:38 2015 +0100

    Add missing patch
    - related: #1196432

 0001-move-license-to-LICENSE.patch | 42 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
---
diff --git a/0001-move-license-to-LICENSE.patch b/0001-move-license-to-LICENSE.patch
new file mode 100644
index 0000000..633684c
--- /dev/null
+++ b/0001-move-license-to-LICENSE.patch
@@ -0,0 +1,42 @@
+From 8a7e1e7e648b312ad1a9579548f421d642a8699b Mon Sep 17 00:00:00 2001
+From: Jan Chaloupka <jchaloup at redhat.com>
+Date: Fri, 27 Feb 2015 09:58:37 +0100
+Subject: [PATCH] move license to LICENSE
+
+---
+ LICENSE   | 7 +++++++
+ README.md | 6 ------
+ 2 files changed, 7 insertions(+), 6 deletions(-)
+ create mode 100644 LICENSE
+
+diff --git a/LICENSE b/LICENSE
+new file mode 100644
+index 0000000..3830b68
+--- /dev/null
++++ b/LICENSE
+@@ -0,0 +1,7 @@
++Copyright (C) 2013 Blake Mizerany
++
++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.
+diff --git a/README.md b/README.md
+index fc05777..9cca46a 100644
+--- a/README.md
++++ b/README.md
+@@ -22,10 +22,4 @@ FAQ:
+ Q: Why not move the quantile package into the project root?
+ A: I want to add more packages to perks later.
+ 
+-Copyright (C) 2013 Blake Mizerany
+ 
+-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.
+-- 
+1.9.3
+


More information about the scm-commits mailing list