summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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