1
0
Fork 0

Copyright script will now ignore [no-copyright]-tagged commits (subject line)

perfodd
Mike Gerwitz 2014-01-15 23:59:27 -05:00
parent 97fbbd5bb9
commit f245b87f55
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ copyupdate()
getyears() getyears()
{ {
grep -vF '[copyright]' \ grep -vF '[copyright]'$'\n''[no-copyright]' \
| cut -d' ' -f4 \ | cut -d' ' -f4 \
| sort -u \ | sort -u \
| tr '\n' , \ | tr '\n' , \