diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-24 20:14:51 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-24 20:14:51 +0100 |
commit | 4686ba8a4af7d3bc53a0447a2aeeb299780d03be (patch) | |
tree | 7326ade2e2613c14553fe29c2f49083b5a7ef601 /include/init.sh | |
parent | 5a8f350bc7a1f48c352d89c01c3948b58ba7c894 (diff) |
make notices a bit more readable
add line breaks, so that the license and author are
visually separated. this makes it easier to read.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
-rw-r--r-- | include/init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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> |