From 73085d664c374b7742e6419acf8e244d2073b55a Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 30 Aug 2015 11:22:44 -0400 Subject: 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. --- 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 +# +# 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 . +# [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e -- cgit v0.9.1