forked from pool/ding-libs
- 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
This commit is contained in:
parent
ef6bf4d747
commit
7132a95a39
@ -0,0 +1,79 @@
|
|||||||
|
From d7999c317e4823b953e635061011567a9838a9fa Mon Sep 17 00:00:00 2001
|
||||||
|
From: Stephen Gallagher <sgallagh@redhat.com>
|
||||||
|
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 <dpal@redhat.com> 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 <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
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 <dpal@redhat.com> 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 <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
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 <dpal@redhat.com> 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 <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
--
|
||||||
|
1.7.3.2
|
||||||
|
|
@ -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
|
Tue Nov 16 09:56:44 UTC 2010 - rhafer@novell.com
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ License: LGPLv3+
|
|||||||
URL: http://fedorahosted.org/sssd/
|
URL: http://fedorahosted.org/sssd/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch0: doxygen-notimestamp.dif
|
Patch0: doxygen-notimestamp.dif
|
||||||
|
Patch1: Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
### Build Dependencies ###
|
### Build Dependencies ###
|
||||||
@ -246,6 +247,7 @@ structure
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user