Copyright script will now ignore [no-copyright]-tagged commits (subject line)
parent
97fbbd5bb9
commit
f245b87f55
|
@ -78,7 +78,7 @@ copyupdate()
|
|||
|
||||
getyears()
|
||||
{
|
||||
grep -vF '[copyright]' \
|
||||
grep -vF '[copyright]'$'\n''[no-copyright]' \
|
||||
| cut -d' ' -f4 \
|
||||
| sort -u \
|
||||
| tr '\n' , \
|
||||
|
|
Loading…
Reference in New Issue