#2 Migrate to SPDX license
Merged 4 months ago by mkasik. Opened 5 months ago by msuchy.
rpms/ msuchy/poppler-data spdx  into  rawhide

file modified
+2 -1
@@ -6,7 +6,8 @@ 

  Release:          5%{?dist}

  

  # NOTE: The licensing details are explained in COPYING file in source archive.

- License:          BSD and GPLv2

+ # Makefile is HPND-sell-variant but is not included in binary package

+ License:          (GPL-2.0-only OR GPL-3.0-only) AND BSD-3-Clause

  

  URL:              https://poppler.freedesktop.org/

  Source:           https://poppler.freedesktop.org/poppler-data-%{version}.tar.gz

License analysis http://miroslav.suchy.cz/fedora/spdx-reports/poppler-data.html
If there is no comment in two weeks, I will merge this.

Hi, thank you for the migration.

I think that the license string should look like this:

(GPL-2.0-only OR GPL-3.0-only) AND BSD-3-Clause

as the COPYING file talks about GPL version 2 or GPL version 3. And since the Makefile is not included in the binary package it should not have its license there.

You are right. Good point. I will update the PR.

rebased onto c8f4fa0

4 months ago

Thank you for the update.

Pull-Request has been merged by mkasik

4 months ago
Metadata