summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-08-30 11:22:44 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-08-30 11:22:44 (EDT)
commit73085d664c374b7742e6419acf8e244d2073b55a (patch)
treea49c9a24a30eae54195481c306e0b6cd7607d1f8
parent4674ee4f23b0abb03250e3055b2dcbbc4e2d82eb (diff)
downloadlibreboot-73085d664c374b7742e6419acf8e244d2073b55a.zip
libreboot-73085d664c374b7742e6419acf8e244d2073b55a.tar.gz
libreboot-73085d664c374b7742e6419acf8e244d2073b55a.tar.bz2
grub-assemble: use GPLv3+
The original script used a permissive license, but my changes over time have completely taken over, to the point where none of the original code exists. Therefore, I am re-releasing it under my favourite license.
-rwxr-xr-xresources/utilities/grub-assemble/gen.sh23
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