projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb627f
)
Fix update-copyright script for files without a header.
author
Aina Niemetz
<aina.niemetz@gmail.com>
Fri, 22 Jun 2018 19:27:27 +0000
(12:27 -0700)
committer
Aina Niemetz
<aina.niemetz@gmail.com>
Mon, 25 Jun 2018 21:11:54 +0000
(14:11 -0700)
contrib/update-copyright.pl
patch
|
blob
|
history
diff --git
a/contrib/update-copyright.pl
b/contrib/update-copyright.pl
index e052430c7a0b13a9e79043ce9365ca7e5373f200..5c2f92372cf2f1d3027a893202d5e32154b8dda5 100755
(executable)
--- a/
contrib/update-copyright.pl
+++ b/
contrib/update-copyright.pl
@@
-198,7
+198,8
@@
$line";
print $OUT "/*! \\file $file\n";
}
print $OUT " ** \\verbatim\n";
- print $OUT " ** Top authors (to current version): $authors\n";
+ print $OUT " ** Top contributors (to current version):\n";
+ print $OUT " ** $authors\n";
print $OUT $standard_template;
print $OUT " **\n";
print $OUT " ** \\brief [[ Add one-line brief description here ]]\n";