summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinsertlicense.sh2
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