Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions src/main/resources/license-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"Apache-2.0 License",
"Apache License version 2.0",
"Apache 2 Style License",
"ASF 2.0"
"ASF 2.0",
"AL 2.0"
]
},
{
Expand Down Expand Up @@ -153,7 +154,8 @@
"GNU General Public License (GPL) version 2",
"GNU General Public License (GPL) version 2.0",
"GNU General Public License v2",
"GNU General Public License v2.0"
"GNU General Public License v2.0",
"GPL v2"
]
},
{
Expand All @@ -172,7 +174,14 @@
"GPLv2+CE",
"GPLv2 with classpath exception",
"GPLv2 license, includes the CLASSPATH exception",
"GNU General Public License, version 2, with the Classpath Exception"
"GNU General Public License, version 2, with the Classpath Exception",
"GNU General Public License, version 2 with the GNU Classpath Exception"
]
},
{
"exp": "GPL-3.0-only",
"names": [
"GENERAL PUBLIC LICENSE, version 3 (GPL-3.0)"
]
},
{
Expand Down Expand Up @@ -222,7 +231,8 @@
"LGPL3.0",
"GNU Lesser General Public License (LGPL), version 3",
"GNU Lesser General Public License (LGPL), version 3.0",
"GNU Lesser General Public License v3.0"
"GNU Lesser General Public License v3.0",
"GNU LESSER GENERAL PUBLIC LICENSE, version 3 (LGPL-3.0)"
]
},
{
Expand Down Expand Up @@ -251,7 +261,8 @@
{
"exp": "MPL-1.1",
"names": [
"MPL 1.1"
"MPL 1.1",
"Mozilla Public License Version 1.1"
]
},
{
Expand Down
Loading