Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-map aliases which were mapped to lgplv3 to lgplv3+. #232

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
24 changes: 12 additions & 12 deletions src/synonyms/license_synonyms.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@
"expat license": "mit",
"cddl+gpl": "gplv2",
"http://opensource.org/licenses/mit": "mit",
"lgpl 3": "lgplv3",
"lgpl-3.0": "lgplv3",
"lgplv3": "lgplv3",
"lesser general public license, version 3 or greater": "lgplv3",
"lgpl 3": "lgplv3+",
"lgpl-3.0": "lgplv3+",
"lgplv3": "lgplv3+",
"lesser general public license, version 3 or greater": "lgplv3+",
"apache license": "apache 2.0",
"3-clause bsd license": "bsd-new",
"the bsd 3-clause licence": "bsd-new",
Expand All @@ -180,13 +180,13 @@
"lgplv2": "lgplv2.1",
"asl 1.1": "apache 1.1",
"public domain": "public domain",
"gnu/lgplv3": "lgplv3",
"gnu/lgplv3": "lgplv3+",
"asl 2": "apache 2.0",
"apache version 2.0, january 2004" : "apache 2.0",
"http://www.apache.org/licenses/license-2.0": "apache 2.0",
"lgplv3+": "lgplv3",
"lgplv3+": "lgplv3+",
"cc0": "cc0v1.0",
"lgpl-3": "lgplv3",
"lgpl-3": "lgplv3+",
"cc0 1.0 universal": "cc0v1.0",
"cc0 universal": "cc0v1.0",
"cc0-1.0": "cc0v1.0",
Expand Down Expand Up @@ -242,8 +242,8 @@
"bsd licence": "bsd-simplified",
"gnu gpl v3.0": "gplv3",
"license :: osi approved :: mit license": "mit",
"gnu lgpl 3.0": "lgplv3",
"gnu lesser general public license, version 3": "lgplv3",
"gnu lgpl 3.0": "lgplv3+",
"gnu lesser general public license, version 3": "lgplv3+",
"alv2": "apache 2.0",
"bsd 2-clause license": "bsd-simplified",
"gnu general public license 3": "gplv3",
Expand All @@ -265,7 +265,7 @@
"gnu affero general public license as published by the free software foundation": "affero gpl v3",
"cddl 1.1": "cddlv1.1+",
"common development and distribution license (cddl), version 1.1": "cddlv1.1+",
"lgpl 3.0": "lgplv3",
"lgpl 3.0": "lgplv3+",
"bsd 3-clause license": "bsd-new",
"gnu gplv2 or any later version": "gplv2+",
"gnu lesser general public license version 2.1, february 1999": "gplv2+",
Expand Down Expand Up @@ -379,8 +379,8 @@
"isc license": "ISC",
"lgpl 2.1 or later": "lgplv2.1+",
"the mit license (mit)": "mit",
"the gnu lesser general public license, version 3": "lgplv3",
"lgpl v3": "lgplv3",
"the gnu lesser general public license, version 3": "lgplv3+",
"lgpl v3": "lgplv3+",
"gpl-3": "gplv3",
"postgresql": "postgresql",
"do what the fuck you want to public license": "public domain",
Expand Down