diff options
| author | can eldem <eldemcan@gmail.com> | 2020-06-18 17:27:13 +0100 |
|---|---|---|
| committer | can eldem <eldemcan@gmail.com> | 2020-06-18 19:13:28 +0100 |
| commit | 8d2e8f1b4d0cd0cd82cacface1ac3faf97c73fae (patch) | |
| tree | 930a5342cf3f7752ed77aff0699835e575a8d4bf /normalized-licenses.yml | |
| parent | 64a83b700f63af76c5915b10dccb8745ebc4fed5 (diff) | |
Detect variations of the Eclipse Public License
Diffstat (limited to 'normalized-licenses.yml')
| -rw-r--r-- | normalized-licenses.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/normalized-licenses.yml b/normalized-licenses.yml index 28bc1c4..a2e4487 100644 --- a/normalized-licenses.yml +++ b/normalized-licenses.yml @@ -5,6 +5,8 @@ ids: Apache 2.0: Apache-2.0 Apache2: Apache-2.0 Apache License v2.0: Apache-2.0 + Apache Software License - Version 2.0: Apache-2.0 + ASF 2.0: Apache-2.0 ASL, version 2: Apache-2.0 BSD 3-Clause: BSD-3-Clause BSD (3 clause): BSD-3-Clause @@ -15,12 +17,23 @@ ids: CC0 1.0 Universal: CC0-1.0 CC01: CC0-1.0 CDDL1: CDDL-1.0 + COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: CDDL-1.0 + Common Development and Distribution License 1.1: CDDL-1.1 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 + Eclipse Public License - v 1.0: EPL-1.0 + Eclipse Public License 1.0: EPL-1.0 + Eclipse Public License v1.0: EPL-1.0 EPL1: EPL-1.0 Gnu General Public License, Version 3: GPL-3.0 + GNU General Public License v2.0 only, with Classpath exception: GPL-2.0-only + GNU General Public License, version 2: GPL-2.0-only + GNU Lesser General Public License v2.1 or later: LGPL-2.1-or-later + GNU Library General Public License v2.1 or later: LGPL-2.1+ + GPL-2.0: GPL-2.0-only + GPL2 w/ CPE: GPL-2.0-only GPLv2: GPL-2.0 GPLv3: GPL-3.0 http://www.apache.org/licenses/LICENSE-2.0: Apache-2.0 @@ -30,6 +43,7 @@ ids: ISC license: ISC ISC License (ISCL): ISC LGPL 2.1: LGPL-2.1 + LGPL-2.1: LGPL-2.1 LGPL2_1: LGPL-2.1 LGPL: LGPL-3.0-only LGPL, version 2.1: LGPL-2.1 @@ -43,6 +57,8 @@ ids: New BSD: BSD-3-Clause NewBSD: BSD-3-Clause New BSD License: BSD-3-Clause + BSD 3-Clause License: BSD-3-Clause + The BSD 3-Clause License: BSD-3-Clause Python: Python-2.0 Python Software Foundation License: Python-2.0 Ruby: Ruby |
