From d610c8a23215da704b0933377124118df4f420fa Mon Sep 17 00:00:00 2001 From: 1BitcoinBoWP1FZ4xwTNkq6XksKidmgYYw Date: Tue, 12 Aug 2025 21:29:49 +0200 Subject: [PATCH 1/3] BIP3: fix license URLs with 301 redirects --- bip-0003.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bip-0003.md b/bip-0003.md index 9f9c72bf..7a683843 100644 --- a/bip-0003.md +++ b/bip-0003.md @@ -424,12 +424,12 @@ acceptable license. In other words, a new BIP must specify an SPDX License Expression that is either "L" or equivalent to "L OR E" for some acceptable license L from the following list and another SPDX License Expression E. -* BSD-2-Clause: [BSD 2-Clause License](https://opensource.org/licenses/BSD-2-Clause) -* BSD-3-Clause: [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause) +* BSD-2-Clause: [BSD 2-Clause License](https://opensource.org/license/BSD-2-Clause) +* BSD-3-Clause: [BSD 3-Clause License](https://opensource.org/license/BSD-3-Clause) * CC0-1.0: [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) * FSFAP: [FSF All Permissive License](https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html) * CC-BY-4.0: [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) -* MIT: [Expat/MIT/X11 License](https://opensource.org/licenses/MIT) +* MIT: [Expat/MIT/X11 License](https://opensource.org/license/MIT) * Apache-2.0: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) * BSL-1.0: [Boost Software License 1.0](https://www.boost.org/LICENSE_1_0.txt) From e98fb73faad619a6edcd0dbccffe8f02be03c4f4 Mon Sep 17 00:00:00 2001 From: 1BitcoinBoWP1FZ4xwTNkq6XksKidmgYYw Date: Wed, 20 Aug 2025 21:38:13 -0600 Subject: [PATCH 2/3] BIP3: add MIT-0 to acceptable licenses --- bip-0003.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bip-0003.md b/bip-0003.md index 7a683843..c2f80b09 100644 --- a/bip-0003.md +++ b/bip-0003.md @@ -430,6 +430,7 @@ acceptable license L from the following list and another SPDX License Expression * FSFAP: [FSF All Permissive License](https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html) * CC-BY-4.0: [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) * MIT: [Expat/MIT/X11 License](https://opensource.org/license/MIT) +* MIT-0: [MIT No Attribution License](https://opensource.org/license/MIT-0) * Apache-2.0: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) * BSL-1.0: [Boost Software License 1.0](https://www.boost.org/LICENSE_1_0.txt) From 3f61b68f22affdcaff8b2a9592706f6f11d86375 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Wed, 20 Aug 2025 21:38:52 -0600 Subject: [PATCH 3/3] BIP3: update MIT license name per both of: - https://opensource.org/license/MIT - https://spdx.org/licenses/MIT --- bip-0003.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0003.md b/bip-0003.md index c2f80b09..036c9516 100644 --- a/bip-0003.md +++ b/bip-0003.md @@ -429,7 +429,7 @@ acceptable license L from the following list and another SPDX License Expression * CC0-1.0: [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) * FSFAP: [FSF All Permissive License](https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html) * CC-BY-4.0: [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) -* MIT: [Expat/MIT/X11 License](https://opensource.org/license/MIT) +* MIT: [The MIT License](https://opensource.org/license/MIT) * MIT-0: [MIT No Attribution License](https://opensource.org/license/MIT-0) * Apache-2.0: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) * BSL-1.0: [Boost Software License 1.0](https://www.boost.org/LICENSE_1_0.txt)