Copyright script will now ignore [no-copyright]-tagged commits (subject line)
parent
97fbbd5bb9
commit
f245b87f55
|
@ -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' , \
|
||||||
|
|
Loading…
Reference in New Issue