diff --git a/xz.changes b/xz.changes index c266281..85bf3f9 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 21 13:05:05 UTC 2019 - Kristýna Streitová + +- add SUSE-Public-Domain licence as some parts of xz utils (liblzma, + xz, xzdec, lzmadec, documentation, translated messages, tests, + debug, extra directory) are in public domain licence [bsc#1135709] + ------------------------------------------------------------------- Fri Jun 15 11:11:38 UTC 2018 - astieger@suse.com diff --git a/xz.spec b/xz.spec index e6f1660..909c01e 100644 --- a/xz.spec +++ b/xz.spec @@ -1,7 +1,7 @@ # # spec file for package xz # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Name: xz Version: 5.2.4 Release: 0 Summary: A Program for Compressing Files with the Lempel–Ziv–Markov algorithm -License: LGPL-2.1-or-later AND GPL-2.0-or-later +License: LGPL-2.1-or-later AND GPL-2.0-or-later AND SUSE-Public-Domain Group: Productivity/Archiving/Compression Url: http://tukaani.org/xz/ Source0: http://tukaani.org/xz/%{name}-%{version}.tar.gz @@ -57,6 +57,7 @@ The xz command is a program for compressing files. %package -n liblzma5 Summary: Lempel–Ziv–Markov chain algorithm compression library +License: SUSE-Public-Domain Group: System/Libraries %description -n liblzma5 @@ -64,6 +65,7 @@ Library for encoding/decoding LZMA files. %package devel Summary: Development package for the LZMA library +License: SUSE-Public-Domain Group: Development/Libraries/C and C++ Requires: liblzma5 = %{version} Provides: lzma-devel = %{version} @@ -77,6 +79,7 @@ compiling programs using the LZMA library. %package static-devel Summary: Static version of LZMA library +License: SUSE-Public-Domain Group: Development/Libraries/C and C++ Requires: lzma-devel = %{version}