From c7c07126de0d2dd642d423e131464b830fa14c2c Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 28 Nov 2022 19:21:41 -0700 Subject: [PATCH] Further clarify the license. --- nauty.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nauty.spec b/nauty.spec index 74d3f33..0129ddb 100644 --- a/nauty.spec +++ b/nauty.spec @@ -5,9 +5,13 @@ Summary: Graph canonical labeling and automorphism group computation %global nautytarver %(tr . _ <<< %{version}) +# The projects as a whole is Apache-2.0. # The bundled cliquer code in nautycliquer.c is GPL-2.0-or-later, but we patch # it out. -License: Apache-2.0 +# Other licenses are due to embedded fonts in the PDF manual. +# CM: Knuth-CTAN AND LicenseRef-Fedora-Public-Domain +# CM-Super: GPL-1.0-or-later +License: Apache-2.0 AND Knuth-CTAN AND LicenseRef-Fedora-Public-Domain AND GPL-1.0-or-later URL: https://pallini.di.uniroma1.it/ Source0: https://pallini.di.uniroma1.it/%{name}%{nautytarver}.tar.gz @@ -66,6 +70,7 @@ multigraphs, and programs for manipulating files of graphs in a compact format. %package -n libnauty +License: Apache-2.0 Summary: Library for graph automorphism %description -n libnauty @@ -74,6 +79,7 @@ automorphism groups of graphs and digraphs. This package contains a library of nauty procedures. %package -n libnauty-devel +License: Apache-2.0 Summary: Development files for libnauty Requires: lib%{name}%{?_isa} = %{version}-%{release}