diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index 95d527d..4d47ad4 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 15 11:49:20 UTC 2017 - mpluskal@suse.com + +- Update licensing information + ------------------------------------------------------------------- Thu May 11 08:15:24 UTC 2017 - mpluskal@suse.com diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 6c0c775..26e4579 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -22,7 +22,9 @@ Name: libmicrohttpd Version: 0.9.54 Release: 0 Summary: Small Embeddable HTTP Server Library -License: LGPL-2.1+ +# Some internal tests are licenced as GPL-3.0+ - they are only used in +# check phase and not shipped further +License: LGPL-2.1+ and GPL-3.0+ Group: Productivity/Networking/Web/Servers Url: https://www.gnu.org/software/libmicrohttpd/ Source0: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz @@ -71,6 +73,7 @@ application, check it out. %package -n %{libmicrohttpd} Summary: Small embeddable http server library +License: LGPL-2.1+ Group: System/Libraries %description -n %{libmicrohttpd} @@ -78,6 +81,7 @@ Shared library for %{name} (%{summary}). %package devel Summary: Small Embeddable HTTP Server Library +License: LGPL-2.1+ Group: Development/Libraries/C and C++ Requires: %{libmicrohttpd} = %{version} Requires: pkgconfig