From 15e81063aa5e66369d2f22713652572ed8011d60 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 1 Sep 2023 15:42:03 +0200 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- plexus-compiler.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/plexus-compiler.spec b/plexus-compiler.spec index 79d6cad..9878894 100644 --- a/plexus-compiler.spec +++ b/plexus-compiler.spec @@ -2,11 +2,11 @@ Name: plexus-compiler Version: 2.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compiler call initiators for Plexus # extras subpackage has a bit different licensing # parts of compiler-api are Apache-2.0/MIT -License: MIT and Apache-2.0 +License: MIT AND Apache-2.0 URL: https://github.com/codehaus-plexus/plexus-compiler BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -35,7 +35,7 @@ Summary: Extra compiler support for %{name} # Apache-2.0: src/main/java/org/codehaus/plexus/compiler/util/scan/ # ...codehaus/plexus/compiler/csharp/CSharpCompiler.java # Apache-1.1/MIT: ...codehaus/plexus/compiler/jikes/JikesCompiler.java -License: MIT and Apache-2.0 and Apache-1.1 +License: MIT AND Apache-2.0 AND Apache-1.1 %description extras Additional support for csharp, eclipse and jikes compilers @@ -48,7 +48,7 @@ This package provides %{summary}. %package javadoc Summary: Javadoc for %{name} -License: MIT and Apache-2.0 and Apache-1.1 +License: MIT AND Apache-2.0 AND Apache-1.1 %description javadoc API documentation for %{name}. @@ -104,6 +104,9 @@ cp %{SOURCE2} LICENSE.MIT %license LICENSE LICENSE.MIT %changelog +* Fri Sep 01 2023 Mikolaj Izdebski - 2.13.0-2 +- Convert License tag to SPDX format + * Thu Aug 17 2023 Marian Koncek - 2.13.0-1 - Update to upstream version 2.13.0