diff options
Diffstat (limited to 'functions/bootloaders.sh')
-rwxr-xr-x | functions/bootloaders.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/bootloaders.sh b/functions/bootloaders.sh index 1898232e5..832d4eea1 100755 --- a/functions/bootloaders.sh +++ b/functions/bootloaders.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2016 Adrian Gibanel Lopez <adrian15sgd@gmail.com> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. @@ -125,4 +126,4 @@ Check_Any_Bootloader_Role () exit 0 -}
\ No newline at end of file +} |