summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/get.sh1
-rw-r--r--include/init.sh1
-rw-r--r--include/inject.sh1
-rw-r--r--include/lib.sh1
-rw-r--r--include/release.sh1
-rw-r--r--include/rom.sh1
-rw-r--r--include/tree.sh1
-rw-r--r--include/vendor.sh1
-rwxr-xr-xmk2
9 files changed, 10 insertions, 0 deletions
diff --git a/include/get.sh b/include/get.sh
index 26a1691b..cd5d0960 100644
--- a/include/get.sh
+++ b/include/get.sh
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
+
# Copyright (c) 2020-2021,2023-2025 Leah Rowe <leah@libreboot.org>
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
diff --git a/include/init.sh b/include/init.sh
index 7ca0b6b0..7aae2adc 100644
--- a/include/init.sh
+++ b/include/init.sh
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-only
+
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
# Copyright (c) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
# Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org>
diff --git a/include/inject.sh b/include/inject.sh
index 96133c02..cd5be73b 100644
--- a/include/inject.sh
+++ b/include/inject.sh
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-only
+
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
# Copyright (c) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
# Copyright (c) 2023-2025 Leah Rowe <leah@libreboot.org>
diff --git a/include/lib.sh b/include/lib.sh
index 7aa539d4..499fb329 100644
--- a/include/lib.sh
+++ b/include/lib.sh
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-only
+
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
# Copyright (c) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
# Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org>
diff --git a/include/release.sh b/include/release.sh
index ce639935..ebe91556 100644
--- a/include/release.sh
+++ b/include/release.sh
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
+
# Copyright (c) 2023-2025 Leah Rowe <leah@libreboot.org>
eval "`setvars "" reldir reldest vdir rsrc relmode`"
diff --git a/include/rom.sh b/include/rom.sh
index 97cb7b28..a105ea3a 100644
--- a/include/rom.sh
+++ b/include/rom.sh
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
+
# Copyright (c) 2014-2016,2020-2021,2023-2025 Leah Rowe <leah@libreboot.org>
# Copyright (c) 2021-2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
diff --git a/include/tree.sh b/include/tree.sh
index 859ef200..51a7f2ff 100644
--- a/include/tree.sh
+++ b/include/tree.sh
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
+
# Copyright (c) 2022-2023 Alper Nebi Yasak <alpernebiyasak@gmail.com>
# Copyright (c) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
# Copyright (c) 2023-2025 Leah Rowe <leah@libreboot.org>
diff --git a/include/vendor.sh b/include/vendor.sh
index 994f0e3d..fe7cd8ea 100644
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-only
+
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
# Copyright (c) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
# Copyright (c) 2023-2025 Leah Rowe <leah@libreboot.org>
diff --git a/mk b/mk
index 9a75253f..7e8a70d9 100755
--- a/mk
+++ b/mk
@@ -1,5 +1,7 @@
#!/usr/bin/env sh
+
# SPDX-License-Identifier: GPL-3.0-or-later
+
# Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org>
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>