Skip to content

Commit

Permalink
Added several license aliases
Browse files Browse the repository at this point in the history
Signed-off-by: Jacek Puchta <[email protected]>
  • Loading branch information
puchta committed Oct 25, 2023
1 parent e81c6c8 commit c045e47
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions data/lic-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@
},
{
"exp": "0BSD",
"names": ["Zero-Clause BSD", "BSD", "BSD License", "BSD-like"]
"names": [
"Zero-Clause BSD",
"BSD",
"BSD License",
"BSD-like",
"new BSD License",
"new BSD"
]
},
{
"exp": "BSD-2-Clause",
Expand Down Expand Up @@ -55,7 +62,8 @@
"Revised BSD",
"Revised BSD License",
"The New BSD License",
"BSD (3-clause)"
"BSD (3-clause)",
"3-Clause BSD License"
]
},
{
Expand Down Expand Up @@ -270,7 +278,11 @@
},
{
"exp": "MPL-2.0",
"names": ["MPL 2.0", "Mozilla Public License 2.0"]
"names": [
"MPL 2.0",
"Mozilla Public License 2.0",
"Mozilla Public License 2.0 (MPL 2.0)"
]
},
{
"exp": "NetCDF",
Expand All @@ -282,6 +294,6 @@
},
{
"exp": "ISC",
"names": ["ISC license"]
"names": ["ISC license", "ISC License (ISCL)"]
}
]

0 comments on commit c045e47

Please sign in to comment.