docs: Fix wrong license attribution
diff --git a/COPYING b/COPYING
index 3a1e2a29..e53c0dbf 100644
--- a/COPYING
+++ b/COPYING
@@ -45,7 +45,7 @@ follows:
- BSD-2-Clause
- BSD-2-Clause-Patent
- BSD-3-Clause
-- BSD-Axis without modification
- (not SPDX, see: https://scancode-licensedb.aboutcode.org/bsd-axis-nomod.html)
+- BSD-2-Clause no disclaimer Unmod
+ (not SPDX, see: https://scancode-licensedb.aboutcode.org/bsd-no-disclaimer-unmodified.html)
- MIT
- Zlib
diff --git a/README.md b/README.md
index 27df0812..8c17448d 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ See [USAGE.md](USAGE.md).
- BSD-2-Clause
- BSD-2-Clause-Patent
- BSD-3-Clause
-- BSD-Axis without modification (https://scancode-licensedb.aboutcode.org/bsd-axis-nomod.html)
+- BSD-2-Clause no disclaimer Unmod (https://scancode-licensedb.aboutcode.org/bsd-no-disclaimer-unmodified.html)
- MIT
[tinf](https://github.com/jibsen/tinf) (zlib License) is used in early x86 BIOS stages for GZIP decompression of stage2.
diff --git a/bootstrap b/bootstrap
index 6d919f0e..630f154a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -89,7 +89,7 @@ if ! test -f version; then
clone_repo_commit \
https://github.com/osdev0/nyu-efi.git \
nyu-efi \
- d7df84df000c2795d5855e373eb5d77beb04601b
+ 467bdd8444bc689f711f8b3c5d54e9607ce1092c
clone_repo_commit \
https://github.com/jibsen/tinf.git \
