From 7511c7ec77c0599aba2d641b797a69ded8971d08 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Wed, 20 Aug 2025 22:01:19 -0600 Subject: [PATCH 1/2] BIP2: update MIT license name per both of: - https://opensource.org/license/MIT - https://spdx.org/licenses/MIT Co-authored-by: Murch --- bip-0002.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index fd390c4ff3..940ddd51dd 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -372,7 +372,7 @@ In addition, it is recommended that literal code included in the BIP be dual-lic * BSL-1.0: [https://www.boost.org/LICENSE_1_0.txt Boost Software License, version 1.0] * CC-BY-4.0: [https://creativecommons.org/licenses/by/4.0/ Creative Commons Attribution 4.0 International] * CC-BY-SA-4.0: [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International] -* MIT: [https://opensource.org/licenses/MIT Expat/MIT/X11 license] +* MIT: [https://opensource.org/licenses/MIT The MIT License] * AGPL-3.0+: [https://www.gnu.org/licenses/agpl-3.0.en.html GNU Affero General Public License (AGPL), version 3 or newer] * FDL-1.3: [https://www.gnu.org/licenses/fdl-1.3.en.html GNU Free Documentation License, version 1.3] * GPL-2.0+: [https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html GNU General Public License (GPL), version 2 or newer] From c23b8a958e910206ed0191bf70af2ed27dafea8d Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Wed, 20 Aug 2025 22:04:33 -0600 Subject: [PATCH 2/2] BIP2: fix 301 redirects in license URLs Co-authored-by: 1BitcoinBoWP1FZ4xwTNkq6XksKidmgYYw --- bip-0002.mediawiki | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index 940ddd51dd..c9a5d6c8e9 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -359,8 +359,8 @@ In this case, only the acceptable license(s) should be listed in the License and ====Recommended licenses==== -* BSD-2-Clause: [https://opensource.org/licenses/BSD-2-Clause OSI-approved BSD 2-clause license] -* BSD-3-Clause: [https://opensource.org/licenses/BSD-3-Clause OSI-approved BSD 3-clause license] +* BSD-2-Clause: [https://opensource.org/license/BSD-2-Clause OSI-approved BSD 2-clause license] +* BSD-3-Clause: [https://opensource.org/license/BSD-3-Clause OSI-approved BSD 3-clause license] * CC0-1.0: [https://creativecommons.org/publicdomain/zero/1.0/ Creative Commons CC0 1.0 Universal] * GNU-All-Permissive: [https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html GNU All-Permissive License] @@ -372,7 +372,7 @@ In addition, it is recommended that literal code included in the BIP be dual-lic * BSL-1.0: [https://www.boost.org/LICENSE_1_0.txt Boost Software License, version 1.0] * CC-BY-4.0: [https://creativecommons.org/licenses/by/4.0/ Creative Commons Attribution 4.0 International] * CC-BY-SA-4.0: [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International] -* MIT: [https://opensource.org/licenses/MIT The MIT License] +* MIT: [https://opensource.org/license/MIT The MIT License] * AGPL-3.0+: [https://www.gnu.org/licenses/agpl-3.0.en.html GNU Affero General Public License (AGPL), version 3 or newer] * FDL-1.3: [https://www.gnu.org/licenses/fdl-1.3.en.html GNU Free Documentation License, version 1.3] * GPL-2.0+: [https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html GNU General Public License (GPL), version 2 or newer]