Skip to content

Commit 88d2918

Browse files
bip3: Editorial cleanup of the license lists
1 parent 7aa54dd commit 88d2918

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
@@ -436,22 +436,22 @@ acceptable license.
436436
In other words, a new BIP must specify an SPDX License Expression that is either "L" or equivalent to "L OR E" for some
437437
acceptable license L from the following list and another SPDX License Expression E.
438438

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

448448
#### Not Acceptable Licenses
449449

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

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

456456
## BIP Editors
457457

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

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

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

755-
* AGPL-3.0+: [GNU Affero General Public License (AGPL), version 3 or newer](http://www.gnu.org/licenses/agpl-3.0.en.html)
756-
* FDL-1.3: [GNU Free Documentation License, version 1.3](http://www.gnu.org/licenses/fdl-1.3.en.html)
757-
* GPL-2.0+: [GNU General Public License (GPL), version 2 or newer](http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
758-
* 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)
755+
* AGPL-3.0+: [GNU Affero General Public License (AGPL) 3](https://www.gnu.org/licenses/agpl-3.0.en.html)
756+
* FDL-1.3: [GNU Free Documentation License 1.3](https://www.gnu.org/licenses/fdl-1.3.en.html)
757+
* GPL-2.0+: [GNU General Public License (GPL) 2 or newer](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
758+
* 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)
759759

760760
Why are software licenses included?
761761

0 commit comments

Comments
 (0)