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/05/04 08:12:17 UTC

[incubator-tuweni] branch master updated: fix BSD license alias issue

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 a3228ab  fix BSD license alias issue
a3228ab is described below

commit a3228ab4022b96414844487f4865cd0796439a77
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Mon May 4 01:12:03 2020 -0700

    fix BSD license alias issue
---
 gradle/check-licenses.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/check-licenses.gradle b/gradle/check-licenses.gradle
index 8a7e417..396810b 100644
--- a/gradle/check-licenses.gradle
+++ b/gradle/check-licenses.gradle
@@ -102,6 +102,7 @@ downloadLicenses {
       'The BSD Licence',
       'The BSD License',
       'BSD 2-Clause license',
+      'BSD-2-Clause'
     ],
     (bsd3Clause): [
       'BSD 3-Clause',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org