From f8d0804b0435e0ccacb905ef34b5c2b7da4eb449 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 28 Jan 2020 15:02:15 -0700 Subject: 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 --- normalized-licenses.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'normalized-licenses.yml') 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 -- cgit v1.2.3