diff options
author | waker <wakeroid@gmail.com> | 2009-08-25 19:48:11 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2009-08-25 19:48:11 +0200 |
commit | e961015695b5c65c61a2b945989c38061374e0a7 (patch) | |
tree | bf565c7db9d20612958408e4c6a6833bf1c7ad0c | |
parent | fd5d58ed073bcb3f0fb790b5c79b51bcc5dfd501 (diff) |
shielded deadbeef.h from GPL
-rwxr-xr-x | insertlicense.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |