Modified tools/copyright to recognize texinfo documents
parent
884eb3a03b
commit
4b8139d019
|
@ -51,7 +51,7 @@ shopt -s extglob || {
|
||||||
}
|
}
|
||||||
|
|
||||||
# we will be updating all files that contain this line
|
# we will be updating all files that contain this line
|
||||||
ident='This file is part of GNU ease.js$'
|
ident='This \(file\|document\) is part of \(the \)\?GNU ease.js'
|
||||||
|
|
||||||
ignorepath='.git|build|webroot|node_modules'
|
ignorepath='.git|build|webroot|node_modules'
|
||||||
files=$( grep -rl "$ident" ../!($ignorepath) )
|
files=$( grep -rl "$ident" ../!($ignorepath) )
|
||||||
|
|
Loading…
Reference in New Issue