Update license to SPDX format

This commit is contained in:
Marian Koncek 2023-07-19 10:11:22 +02:00
parent bff7cd6b17
commit bd1bd9c3d8

View File

@ -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}.