Skip to content

Commit 6183adb

Browse files
bip3: Editorial cleanup of the license lists
1 parent c06a1d0 commit 6183adb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

bip-0003.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -438,22 +438,22 @@ acceptable license.
438438
In other words, a new BIP must specify an SPDX License Expression that is either "L" or equivalent to "L OR E" for some
439439
acceptable license L from the following list and another SPDX License Expression E.
440440

441-
* BSD-2-Clause: [OSI-approved BSD 2-clause license](https://opensource.org/licenses/BSD-2-Clause)
442-
* BSD-3-Clause: [OSI-approved BSD 3-clause license](https://opensource.org/licenses/BSD-3-Clause)
441+
* BSD-2-Clause: [BSD 2-Clause License](https://opensource.org/licenses/BSD-2-Clause)
442+
* BSD-3-Clause: [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)
443443
* CC0-1.0: [Creative Commons CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
444444
* FSFAP: [FSF All Permissive License](https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html)
445445
* CC-BY-4.0: [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/)
446-
* MIT: [Expat/MIT/X11 license](https://opensource.org/licenses/MIT)
447-
* Apache-2.0: [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
448-
* BSL-1.0: [Boost Software License, version 1.0](http://www.boost.org/LICENSE_1_0.txt)
446+
* MIT: [Expat/MIT/X11 License](https://opensource.org/licenses/MIT)
447+
* Apache-2.0: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
448+
* BSL-1.0: [Boost Software License 1.0](https://www.boost.org/LICENSE_1_0.txt)
449449

450450
#### Not Acceptable Licenses
451451

452452
All licenses not explicitly included in the above lists are not acceptable terms for a Bitcoin Improvement Proposal.
453453
However, BIPs predating this proposal were accepted under other terms, and should use one the following identifiers.
454454

455455
* LicenseRef-PD: Placed into the public domain
456-
* OPUBL-1.0: [Open Publication License, version 1.0](http://opencontent.org/openpub/)
456+
* OPUBL-1.0: [Open Publication License 1.0](https://opencontent.org/openpub/)
457457

458458
## BIP Editors
459459

@@ -749,15 +749,15 @@ feedback, and helpful comments.
749749
The following previously acceptable licenses were retained per request of reviewers, even though they have so far
750750
never been used in the BIPs process:
751751

752-
* Apache-2.0: [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
753-
* BSL-1.0: [Boost Software License, version 1.0](http://www.boost.org/LICENSE_1_0.txt)
752+
* Apache-2.0: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
753+
* BSL-1.0: [Boost Software License 1.0](https://www.boost.org/LICENSE_1_0.txt)
754754

755755
The following previously acceptable licenses have never been used in the BIPs Process and have been dropped:
756756

757-
* AGPL-3.0+: [GNU Affero General Public License (AGPL), version 3 or newer](http://www.gnu.org/licenses/agpl-3.0.en.html)
758-
* FDL-1.3: [GNU Free Documentation License, version 1.3](http://www.gnu.org/licenses/fdl-1.3.en.html)
759-
* GPL-2.0+: [GNU General Public License (GPL), version 2 or newer](http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
760-
* LGPL-2.1+: [GNU Lesser General Public License (LGPL), version 2.1 or newer](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html)
757+
* AGPL-3.0+: [GNU Affero General Public License (AGPL) 3](https://www.gnu.org/licenses/agpl-3.0.en.html)
758+
* FDL-1.3: [GNU Free Documentation License 1.3](https://www.gnu.org/licenses/fdl-1.3.en.html)
759+
* GPL-2.0+: [GNU General Public License (GPL) 2 or newer](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
760+
* LGPL-2.1+: [GNU Lesser General Public License (LGPL) 2.1 or newer](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html)
761761

762762
Why are software licenses included?
763763

0 commit comments

Comments
 (0)