diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-28 15:02:15 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-13 15:34:58 -0700 |
| commit | f8d0804b0435e0ccacb905ef34b5c2b7da4eb449 (patch) | |
| tree | 64779a8453c8ae9527cc5f3ce7e40a4a471c29d9 /normalized-licenses.yml | |
| parent | d45f5fc5e075cfc27e9156e0449cba12e901ec69 (diff) | |
Add integration test to scan a gradle project
* Skip gradle invocation and install plugin globally
* Update init.gradle
* Try project.apply plugin: syntax
* apply gradle plugin
* Add entry to normalized licenses
* Update spdx-licenses
* Add CHANGELOG entry
Diffstat (limited to 'normalized-licenses.yml')
| -rw-r--r-- | normalized-licenses.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/normalized-licenses.yml b/normalized-licenses.yml index 48e932a..5142e54 100644 --- a/normalized-licenses.yml +++ b/normalized-licenses.yml @@ -11,8 +11,13 @@ ids: BSD-like: BSD-4-Clause CC0 1.0 Universal: CC0-1.0 CC01: CC0-1.0 + CDDL1: CDDL-1.0 Common Public License Version 1.0: CPL-1.0 + Eclipse Distribution License (EDL), Version 1.0: BSD-3-Clause # https://wiki.spdx.org/view/Legal_Team/License_List/Licenses_Under_Consideration + Eclipse Public License (EPL), Version 1.0: EPL-1.0 + Eclipse Public License - Version 1.0: EPL-1.0 EPL1: EPL-1.0 + Gnu General Public License, Version 3: GPL-3.0 GPLv2: GPL-2.0 GPLv3: GPL-3.0 http://www.apache.org/licenses/LICENSE-2.0: Apache-2.0 @@ -36,3 +41,6 @@ ids: ruby: Ruby Simplified BSD: BSD-2-Clause SimplifiedBSD: BSD-2-Clause + The Apache Software License, Version 1.1: Apache-1.1 + The SAX License: SAX-PD + The W3C License: W3C-20150513 |
