From 89ccb3b6b57a70cc5b8e9709fa6a4848af2ac59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 28 May 2013 13:15:56 +0200 Subject: [PATCH] Correct license declaration (LGPLv3+ and GFDL added) --- sharutils.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/sharutils.spec b/sharutils.spec index cd4754b..9818088 100644 --- a/sharutils.spec +++ b/sharutils.spec @@ -1,8 +1,14 @@ Summary: The GNU shar utilities for packaging and unpackaging shell archives Name: sharutils Version: 4.13.5 -Release: 1%{?dist} -License: GPLv3+ and LGPLv2+ and Public Domain +Release: 2%{?dist} +# The main code: GPLv3+ +# lib (gnulib): LGPLv3+ +# lib/sys_socket.in.h: LGPLv2+ +# lib/md5.c: Public Domain +# doc/sharutils.texi: GFDL +# libopts (not compiled in): LGPLv3+ or BSD +License: GPLv3+ and LGPLv3+ and LGPLv2+ and Public Domain and GFDL Group: Applications/Archiving Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz URL: http://www.gnu.org/software/%{name}/ @@ -61,6 +67,9 @@ fi %{_mandir}/man5/* %changelog +* Tue May 28 2013 Petr Pisar - 4.13.5-2 +- Correct license declaration (LGPLv3+ and GFDL added) + * Mon Apr 15 2013 Petr Pisar - 4.13.5-1 - 4.13.5 bump