From 7fcec3366587a3b114978435afd5b297fa6391bc Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 15 Mar 2015 13:58:54 -0400 Subject: coreboot-libre: add GPLv3 license to the "findblobs" script Ironically, this was proprietary because it lacked a license. This commit fixes that. --- (limited to 'resources/utilities/coreboot-libre') diff --git a/resources/utilities/coreboot-libre/findblobs b/resources/utilities/coreboot-libre/findblobs index 95c3246..7d9b5b0 100755 --- a/resources/utilities/coreboot-libre/findblobs +++ b/resources/utilities/coreboot-libre/findblobs @@ -1,5 +1,23 @@ #!/bin/bash +# find blobs in coreboot +# +# 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 -e -u -- cgit v0.9.1