summaryrefslogtreecommitdiff
path: root/contrib/update-copyright.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/update-copyright.pl')
-rwxr-xr-xcontrib/update-copyright.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/update-copyright.pl b/contrib/update-copyright.pl
index 282bffd5d..397f1426b 100755
--- a/contrib/update-copyright.pl
+++ b/contrib/update-copyright.pl
@@ -170,6 +170,12 @@ sub handleFile {
print $OUT " **\n";
while(my $line = <$IN>) {
last if $line =~ /^ \*\*\s*$/;
+ if($line =~ /\*\//) {
+ print $OUT " ** [[ Add lengthier description here ]]\n";
+ print $OUT " ** \\todo document this file\n";
+ print $OUT $line;
+ last;
+ }
}
} else {
my $line = $_;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback