Skip to content

Commit 35dce08

Browse files
Update license names and Identifier as well as links
Update license names and Identifier as well as links. All links are OSI links (except VIM and GPL3 or later). As well as using names and identifier from SPDX License List
1 parent bdddf50 commit 35dce08

1 file changed

Lines changed: 35 additions & 36 deletions

File tree

docs/_data/licenses.yml

Lines changed: 35 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,53 @@
1-
AGPL3:
2-
name: AGPL 3.0
3-
link: https://www.gnu.org/licenses/agpl-3.0.html
4-
Apache-v2_0:
5-
name: Apache License 2.0
6-
link: https://www.apache.org/licenses/LICENSE-2.0
71
0BSD:
8-
name: Zero-Clause BSD
2+
name: BSD Zero Clause License
93
link: https://opensource.org/license/0bsd
10-
BSD-2-clause:
11-
name: 2-clause BSD
4+
AGPL-3.0-only:
5+
name: GNU Affero General Public License v3.0 only
6+
link: https://opensource.org/license/AGPL-3.0
7+
Apache-2.0:
8+
name: Apache License 2.0
9+
link: https://opensource.org/license/Apache-2.0
10+
BSD-2-Clause:
11+
name: |
12+
BSD 2-Clause "Simplified" License
1213
link: https://opensource.org/licenses/BSD-2-Clause
13-
BSD-3-clause:
14-
name: 3-clause BSD
14+
BSD-3-Clause:
15+
name: |
16+
BSD 3-Clause "New" or "Revised" License
1517
link: https://opensource.org/licenses/BSD-3-Clause
16-
GPLv2:
17-
name: GNU GPL v2
18-
link: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
19-
GPLv3:
20-
name: GNU GPL v3
21-
link: https://www.gnu.org/licenses/gpl-3.0.html
18+
BSL-1.0:
19+
name: Boost Software License 1.0
20+
link: https://opensource.org/license/bsl-1-0
21+
GPL-2.0-only:
22+
name: GNU General Public License v2.0 only
23+
link: https://opensource.org/license/GPL-2.0
24+
GPL-3.0-only:
25+
name: GNU General Public License v3.0 only
26+
link: https://opensource.org/license/GPL-3.0
2227
GPL-3.0-or-later:
2328
name: GNU General Public License v3.0 or later
2429
link: https://spdx.org/licenses/GPL-3.0-or-later.html
2530
ISC:
2631
name: ISC License
2732
link: https://opensource.org/licenses/ISC
28-
LGPLv2_1:
29-
name: GNU LGPL v2.1
30-
link: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
31-
LGPLv3:
32-
name: GNU LGPL v3
33-
link: https://www.gnu.org/licenses/lgpl-3.0.html
33+
LGPL-2.1-only:
34+
name: GNU Lesser General Public License v2.1 only
35+
link: https://opensource.org/licenses/LGPL-2.1
36+
LGPL-3.0-only:
37+
name: GNU Lesser General Public License v3.0 only
38+
link: https://opensource.org/license/LGPL-3.0
3439
MIT:
35-
name: MIT license
40+
name: MIT License
3641
link: https://opensource.org/licenses/MIT
37-
MS-PL:
38-
name: Microsoft Public License (MS-PL)
39-
link: https://opensource.org/licenses/MS-PL
40-
Vim:
41-
name: Free software (Vim license)
42-
link: https://vimhelp.org/uganda.txt.html#license
4342
MPL-2.0:
4443
name: Mozilla Public License 2.0
4544
link: https://opensource.org/licenses/MPL-2.0
46-
BSL-1.0:
47-
name: Boost Software License 1.0
48-
link: https://opensource.org/license/bsl-1-0
45+
MS-PL:
46+
name: Microsoft Public License
47+
link: https://opensource.org/licenses/MS-PL
4948
Unlicense:
5049
name: The Unlicense
5150
link: https://opensource.org/license/unlicense
52-
CC-BY-NC-SA-4.0:
53-
name: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
54-
link: https://creativecommons.org/licenses/by-nc-sa/4.0
51+
Vim:
52+
name: Vim License
53+
link: https://vimhelp.org/uganda.txt.html#license

0 commit comments

Comments
 (0)