From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/java-ebuilder:master commit in: src/main/resources/, src/main/java/org/gentoo/java/ebuilder/maven/
Date: Wed, 5 Aug 2020 14:31:47 +0000 (UTC) [thread overview]
Message-ID: <1596421720.1198ae64e71b5d8dab832c78ab16a103512eaf58.fordfrog@gentoo> (raw)
commit: 1198ae64e71b5d8dab832c78ab16a103512eaf58
Author: zongyu <zzy2529420793 <AT> gmail <DOT> com>
AuthorDate: Sun Aug 2 09:13:54 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 02:28:40 2020 +0000
URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=1198ae64
reformat the license/name string
Signed-off-by: zongyu <zzy2529420793 <AT> gmail.com>
src/main/java/org/gentoo/java/ebuilder/maven/MavenParser.java | 4 +++-
src/main/resources/licenseMap.properties | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/main/java/org/gentoo/java/ebuilder/maven/MavenParser.java b/src/main/java/org/gentoo/java/ebuilder/maven/MavenParser.java
index 8c64e37..d487024 100644
--- a/src/main/java/org/gentoo/java/ebuilder/maven/MavenParser.java
+++ b/src/main/java/org/gentoo/java/ebuilder/maven/MavenParser.java
@@ -627,7 +627,9 @@ public class MavenParser {
case "name":
mavenProject.addLicense(
mavenLicenses.getEquivalentLicense(
- reader.getElementText()));
+ reader.getElementText().
+ trim().
+ replaceAll("[\n ]+", " ")));
break;
default:
consumeElement(reader);
diff --git a/src/main/resources/licenseMap.properties b/src/main/resources/licenseMap.properties
index 5cd2e5d..a2fdbc6 100644
--- a/src/main/resources/licenseMap.properties
+++ b/src/main/resources/licenseMap.properties
@@ -59,7 +59,7 @@ cddl\ +\ gplv2\ with\ classpath\ exception=CDDL:GPL-2-with-classpath-exception
cddl\ license=CDDL
cddl\ v1.1\ /\ gpl\ v2\ dual\ license=CDDL-1.1:GPL-2
common\ development\ and\ distribution\ license=CDDL
-common\ development\ and\ distribution\ license\ (cddl)\ plus\ gpl=CDDL:GPL
+common\ development\ and\ distribution\ license\ (cddl)\ plus\ gpl=CDDL:GPL-1
common\ development\ and\ distribution\ license\ (cddl)\ v1.0=CDDL
common\ development\ and\ distribution\ license\ (cddl)\ version\ 1.0=CDDL
common\ public\ license\ -\ v\ 1.0=CPL-1.0
@@ -113,7 +113,8 @@ hsqldb\ license=BSD
indiana\ university\ extreme!\ lab\ software\ license=Indiana-University-Extreme-Lab
indiana\ university\ extreme!\ lab\ software\ license\ 1.1.1=Indiana-University-Extreme-Lab
indiana\ university\ extreme!\ lab\ software\ license,\ vesion\ 1.1.1=Indiana-University-Extreme-Lab
-jquery\ license=MIT:CC0
+jquery\ license=MIT:CC0-1.0
+jsr-000107\ jcache\ 2.9\ public\ review\ -\ updated\ specification\ license=Apache-2.0
lgpl=LGPL-3
lgpl\ 2.1=LGPL-2.1
lgpl-2.1=LGPL-2.1
next reply other threads:[~2020-08-05 14:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-05 14:31 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-05 14:31 [gentoo-commits] proj/java-ebuilder:master commit in: src/main/resources/, src/main/java/org/gentoo/java/ebuilder/maven/ Miroslav Šulc
2020-08-05 14:31 Miroslav Šulc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596421720.1198ae64e71b5d8dab832c78ab16a103512eaf58.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox