@@ -396,7 +396,7 @@ For example, a preamble might include the following License header:
396
396
397
397
License: CC0-1.0 OR MIT
398
398
399
- In this case, the BIP (including all auxiliary files) is made available under the terms of both Creative Commons CC0 1.0 Universal as well as the
399
+ In this case, the BIP (including all auxiliary files) is made available under the terms of both CC0 1.0 Universal as well as the
400
400
MIT License, and anyone may modify and redistribute it provided they comply with the terms of
401
401
* either* license, at their option. In other words, the license list is an "OR choice", not an "AND also" requirement. See the [ SPDX
402
402
documentation] ( https://spdx.dev/ids/ ) and the [ SPDX License List] ( https://spdx.org/licenses/ ) for further details.
@@ -426,7 +426,7 @@ acceptable license L from the following list and another SPDX License Expression
426
426
427
427
* BSD-2-Clause: [ BSD 2-Clause License] ( https://opensource.org/licenses/BSD-2-Clause )
428
428
* BSD-3-Clause: [ BSD 3-Clause License] ( https://opensource.org/licenses/BSD-3-Clause )
429
- * CC0-1.0: [ Creative Commons CC0 1.0 Universal] ( https://creativecommons.org/publicdomain/zero/1.0/ )
429
+ * CC0-1.0: [ CC0 1.0 Universal] ( https://creativecommons.org/publicdomain/zero/1.0/ )
430
430
* FSFAP: [ FSF All Permissive License] ( https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html )
431
431
* CC-BY-4.0: [ Creative Commons Attribution 4.0 International] ( https://creativecommons.org/licenses/by/4.0/ )
432
432
* MIT: [ Expat/MIT/X11 License] ( https://opensource.org/licenses/MIT )
@@ -436,7 +436,7 @@ acceptable license L from the following list and another SPDX License Expression
436
436
#### Not Acceptable Licenses
437
437
438
438
All licenses not explicitly included in the above lists are not acceptable terms for a Bitcoin Improvement Proposal.
439
- However, BIPs predating this proposal were accepted under other terms, and should use one the following identifiers.
439
+ However, BIPs predating this proposal were accepted under other terms, and should use one of the following identifiers.
440
440
441
441
* LicenseRef-PD: Placed into the public domain
442
442
* OPUBL-1.0: [ Open Publication License 1.0] ( https://opencontent.org/openpub/ )
0 commit comments