From 01e97e6f419485ce82aaaa7a819474e3e186ebc8 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sep 18 2017 19:44:23 +0000 Subject: Correct the license to MIT Signed-off-by: Stephen Gallagher --- diff --git a/0001-Correct-license-to-MIT.patch b/0001-Correct-license-to-MIT.patch new file mode 100644 index 0000000..68c4ee9 --- /dev/null +++ b/0001-Correct-license-to-MIT.patch @@ -0,0 +1,42 @@ +From 9543c464bcafe96be6a81283db8640fdfefb4196 Mon Sep 17 00:00:00 2001 +From: Stephen Gallagher +Date: Mon, 18 Sep 2017 15:42:27 -0400 +Subject: [PATCH] Correct license to MIT + +--- + COPYING | 23 +++++++---------------- + 1 file changed, 7 insertions(+), 16 deletions(-) + +diff --git a/COPYING b/COPYING +index 574ed8b0386ee3b3c91e61f699311487b5f8652c..64a7d2715a7a22896340528566a9578ac683d891 100644 +--- a/COPYING ++++ b/COPYING +@@ -1,18 +1,9 @@ +-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 MIT License (MIT) + +-The above copyright notice and this permission notice shall be +-included in all copies or substantial portions of the Software. ++Copyright (c) 2017 Stephen Gallagher + +-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 X CONSORTIUM 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. ++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. +-- +2.13.5 + diff --git a/libmodulemd.spec b/libmodulemd.spec index 5c405bb..4b1da3f 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -3,10 +3,10 @@ Name: libmodulemd Version: %{majorminorversion}%{?patchversion:.%{patchversion}} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Module metadata manipulation library -License: LGPLv2+ +License: MIT URL: https://github.com/sgallagher/libmodulemd Source0: https://github.com/sgallagher/libmodulemd/releases/download/%{name}-%{version}/modulemd-%{version}.tar.xz @@ -16,6 +16,8 @@ BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(yaml-0.1) +Patch0001: 0001-Correct-license-to-MIT.patch + %description C Library for manipulating module metadata files See https://pagure.io/modulemd for more details. @@ -57,6 +59,9 @@ export LC_CTYPE=C.utf8 %{_datadir}/gir-1.0/Modulemd-%{majorminorversion}.gir %changelog +* Mon Sep 18 2017 Stephen Gallagher - 0.1.0-4 +- Correct the license to MIT + * Mon Sep 18 2017 Stephen Gallagher - 0.1.0-3 - Modifications requested during package review