This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new c4a3849 Fix license check
new d202699 Merge branch 'master' of github.com:apache/incubator-tuweni
c4a3849 is described below
commit c4a38498e0e76e780602b88154f75f3fa546614b
Author: Antoine Toulme <[email protected]>
AuthorDate: Mon Dec 14 22:49:24 2020 -0800
Fix license check
---
gradle/check-licenses.gradle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gradle/check-licenses.gradle b/gradle/check-licenses.gradle
index f251b91..f327237 100644
--- a/gradle/check-licenses.gradle
+++ b/gradle/check-licenses.gradle
@@ -123,6 +123,7 @@ downloadLicenses {
],
(edl1): [
'Eclipse Distribution License - v 1.0',
+ 'EDL 1.0'
],
(epl1): [
'Eclipse Public License - v 1.0',
@@ -164,6 +165,7 @@ downloadLicenses {
(group('jakarta.ws.rs')): epl2,
(group('org.glassfish.hk2')): epl2,
(group('jakarta.annotation')): epl2,
+ (group('com.sun.mail')): epl2,
'org.ethereum:evmc:7.4.0.3': apache2
]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]