X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-2.6.26;h=6e1508c689c53fb49f6c422f95c06462c5ae8a0b;hb=37735f193bc59a71a94d1f140b6cec9a209c175e;hp=40e2f8c2750c1bc10cc2fbf3fade7d942f24b6ca;hpb=dfa4111cec75c68a1e64ccba7d2eed586b151881;p=releases.git diff --git a/deblob-2.6.26 b/deblob-2.6.26 index 40e2f8c2750c..6e1508c689c5 100755 --- a/deblob-2.6.26 +++ b/deblob-2.6.26 @@ -1,7 +1,7 @@ #!/bin/sh # Copyright (C) 2008 Jeff Moe -# Copyright (C) 2008 Alexandre Oliva +# Copyright (C) 2008, 2009 Alexandre Oliva # # 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 @@ -90,7 +90,7 @@ clean_blob () { echo Removing blobs from $name set fnord "$@" -d shift 2 - $check "$@" $name > $name.deblob + $check "$@" -i linux-$kver $name > $name.deblob check_changed $name else clean_file $1 @@ -329,8 +329,12 @@ clean_kconfig drivers/net/Kconfig 'ACENIC' clean_mk CONFIG_ACENIC drivers/net/Makefile # ADAPTEC_STARFIRE - Adaptec Starfire/DuraLAN support -# This adds restrictions on top of GPLv2, but after deblobbing, -# nothing copyrightable remains. + +# This file requires prior acceptance of the GPL before you can even +# run the code in it. It's not clear whether this is a further +# requirement that would make the distribution incompatible with the +# GPL, but since nothing remains after we remove the blob, it's +# irrelevant whether the explicit acceptance would be a problem. clean_blob drivers/net/starfire_firmware.h clean_kconfig drivers/net/Kconfig 'ADAPTEC_STARFIRE' clean_mk CONFIG_ADAPTEC_STARFIRE drivers/net/Makefile