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 /mk | |
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 'mk')
-rwxr-xr-x | mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |