From bd1bd9c3d873a9926ba191cdae96c1442ac29475 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Aug 17 2023 12:41:02 +0000 Subject: Update license to SPDX format --- diff --git a/plexus-compiler.spec b/plexus-compiler.spec index eafeb0e..045e256 100644 --- a/plexus-compiler.spec +++ b/plexus-compiler.spec @@ -5,8 +5,8 @@ Version: 2.12.1 Release: 3%{?dist} Summary: Compiler call initiators for Plexus # extras subpackage has a bit different licensing -# parts of compiler-api are ASL2.0/MIT -License: MIT and ASL 2.0 +# parts of compiler-api are Apache-2.0/MIT +License: MIT and Apache-2.0 URL: https://github.com/codehaus-plexus/plexus-compiler BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -32,10 +32,10 @@ additional compilers see %{name}-extras package. %package extras Summary: Extra compiler support for %{name} -# ASL 2.0: src/main/java/org/codehaus/plexus/compiler/util/scan/ +# Apache-2.0: src/main/java/org/codehaus/plexus/compiler/util/scan/ # ...codehaus/plexus/compiler/csharp/CSharpCompiler.java -# ASL 1.1/MIT: ...codehaus/plexus/compiler/jikes/JikesCompiler.java -License: MIT and ASL 2.0 and ASL 1.1 +# Apache-1.1/MIT: ...codehaus/plexus/compiler/jikes/JikesCompiler.java +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 ASL 2.0 and ASL 1.1 +License: MIT and Apache-2.0 and Apache-1.1 %description javadoc API documentation for %{name}.