From e961015695b5c65c61a2b945989c38061374e0a7 Mon Sep 17 00:00:00 2001 From: waker Date: Tue, 25 Aug 2009 19:48:11 +0200 Subject: shielded deadbeef.h from GPL --- insertlicense.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insertlicense.sh b/insertlicense.sh index 904e10cd..b046a61c 100755 --- a/insertlicense.sh +++ b/insertlicense.sh @@ -2,7 +2,7 @@ echo "IMPORTANT: Hit C-c if you forgot to backup/commit stuff!!!" read ls *.c *.h *.cpp | while read i; do - if [ "$i" == "config.h" ] || grep --silent "DO NOT EDIT" "$i" ; then + if [ "$i" == "deadbeef.h" ] || [ "$i" == "config.h" ] || grep --silent "DO NOT EDIT" "$i" ; then echo "skipping $i (blacklist)" elif grep --silent "DeaDBeeF - ultimate music player for GNU/Linux systems with X11" "$i" ; then if grep --silent "version 3 of the License" "$i" ; then -- cgit v1.2.3