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 0689da6 Support EPL variants
0689da6 is described below
commit 0689da6ca2b7225a491dc819800041e445bab4d1
Author: Antoine Toulme <[email protected]>
AuthorDate: Wed Feb 12 16:05:44 2020 -0800
Support EPL variants
---
gradle/check-licenses.gradle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gradle/check-licenses.gradle b/gradle/check-licenses.gradle
index 7ab13b9..8a7e417 100644
--- a/gradle/check-licenses.gradle
+++ b/gradle/check-licenses.gradle
@@ -120,6 +120,8 @@ downloadLicenses {
],
(epl1): [
'Eclipse Public License - v 1.0',
+ 'Eclipse Distribution License v. 1.0',
+ 'Eclipse Public License v1.0'
],
(epl2): [
'Eclipse Public License v2.0',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]