From 7132a95a39807eeb48eb2c72cabf1145e0a35324a4cc9ae327b0f5d1fb9f6dd0 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Fri, 19 Nov 2010 13:10:13 +0000 Subject: [PATCH] - libref_array's license is LGPLv3+, the Headers in ref_array.c and ref_array.h were wrong. See: https://fedorahosted.org/pipermail/sssd-devel/2010-November/005107.html OBS-URL: https://build.opensuse.org/package/show/network:ldap/ding-libs?expand=0&rev=3 --- ...several-files-that-should-be-LGPLv3+.patch | 79 +++++++++++++++++++ ding-libs.changes | 7 ++ ding-libs.spec | 2 + 3 files changed, 88 insertions(+) create mode 100644 Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch diff --git a/Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch b/Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch new file mode 100644 index 0000000..b37a21d --- /dev/null +++ b/Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch @@ -0,0 +1,79 @@ +From d7999c317e4823b953e635061011567a9838a9fa Mon Sep 17 00:00:00 2001 +From: Stephen Gallagher +Date: Fri, 19 Nov 2010 07:54:06 -0500 +Subject: [PATCH] Fix license text for several files that should be LGPLv3+ + +This is NOT a relicensing. These files were mislabeled. They were +always LGPLv3+. +--- + refarray/ref_array.c | 4 ++-- + refarray/ref_array.h | 4 ++-- + trace/trace.h | 4 ++-- + 3 files changed, 6 insertions(+), 6 deletions(-) + +diff --git a/refarray/ref_array.c b/refarray/ref_array.c +index a571804c0b00a6344b708e6bc30c351dd67712da..e9482de0a423f8b8b90ca434f6839e0c8b000603 100644 +--- a/refarray/ref_array.c ++++ b/refarray/ref_array.c +@@ -6,14 +6,14 @@ + Copyright (C) Dmitri Pal 2009 + + This program is free software; you can redistribute it and/or modify +- it under the terms of the GNU General Public License as published by ++ it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. +- You should have received a copy of the GNU General Public License ++ You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + */ + +diff --git a/refarray/ref_array.h b/refarray/ref_array.h +index 4b4b2de6b974decd2125fd8a3642d68e92b43d67..0040fe43f4e70eda9a1860129fc45d3e892a20d1 100644 +--- a/refarray/ref_array.h ++++ b/refarray/ref_array.h +@@ -6,14 +6,14 @@ + Copyright (C) Dmitri Pal 2009 + + This program is free software; you can redistribute it and/or modify +- it under the terms of the GNU General Public License as published by ++ it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. +- You should have received a copy of the GNU General Public License ++ You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + */ + +diff --git a/trace/trace.h b/trace/trace.h +index 9a7dd225c9a4bb72b063ce3c592554baac63d5bc..d42d3ac4fddcc58615c5e329d1b18b28a6198d71 100644 +--- a/trace/trace.h ++++ b/trace/trace.h +@@ -6,14 +6,14 @@ + Copyright (C) Dmitri Pal 2009 + + This program is free software; you can redistribute it and/or modify +- it under the terms of the GNU General Public License as published by ++ it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. +- You should have received a copy of the GNU General Public License ++ You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + */ + +-- +1.7.3.2 + diff --git a/ding-libs.changes b/ding-libs.changes index e0029d8..4e8007d 100644 --- a/ding-libs.changes +++ b/ding-libs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 19 13:03:39 UTC 2010 - rhafer@novell.com + +- libref_array's license is LGPLv3+, the Headers in ref_array.c and + ref_array.h were wrong. See: + https://fedorahosted.org/pipermail/sssd-devel/2010-November/005107.html + ------------------------------------------------------------------- Tue Nov 16 09:56:44 UTC 2010 - rhafer@novell.com diff --git a/ding-libs.spec b/ding-libs.spec index babeacd..95bde14 100644 --- a/ding-libs.spec +++ b/ding-libs.spec @@ -13,6 +13,7 @@ License: LGPLv3+ URL: http://fedorahosted.org/sssd/ Source0: %{name}-%{version}.tar.bz2 Patch0: doxygen-notimestamp.dif +Patch1: Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ### Build Dependencies ### @@ -246,6 +247,7 @@ structure %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure \