summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-06-22 12:27:27 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2018-06-25 14:11:54 -0700
commitca64e0485fd07167e3d4c905b86ef7c372287b05 (patch)
tree1bbdfda699ad7981f0b21849a2e156d11ecaf0a5 /contrib
parentecb627f2757653a4b6b974faf00c00840bb83160 (diff)
Fix update-copyright script for files without a header.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/update-copyright.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/update-copyright.pl b/contrib/update-copyright.pl
index e052430c7..5c2f92372 100755
--- 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";
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback