You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/02/13 00:05:57 UTC

[incubator-tuweni] branch master updated: Support EPL variants

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 <an...@lunar-ocean.com>
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: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org