diff options
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/utilities/grub-assemble/gen.sh | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/resources/utilities/grub-assemble/gen.sh b/resources/utilities/grub-assemble/gen.sh index 9dc6d21..c7579b3 100755 --- a/resources/utilities/grub-assemble/gen.sh +++ b/resources/utilities/grub-assemble/gen.sh @@ -1,11 +1,22 @@ #!/bin/bash -# Copying and distribution of this file, with or without modification, -# are permitted in any medium without royalty provided the copyright -# notice and this notice are preserved. This file is offered as-is, -# without any warranty. -# The original grub-assemble that this tool is based on: -# https://gitorious.org/gnutoo-for-coreboot/grub-assemble +# grub-assemble gen.sh: generate GRUB ELF files (coreboot payloads) +# +# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e |