Skip to content

Commit

Permalink
LICENSE: adjust script to properly read man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed May 19, 2018
1 parent e38d58a commit 8ff6b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/license
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ sub process_file
for my $line ( @lines ) {
my $copy = $line;
next if $line !~ s/copyright\s+\(c\)\s+//i;
$line =~ s/^[\*\\#\s]+//g;
$line =~ s/^[."\*\\#\s]+//g;
$line =~ s/[\.\s]+$//g;
$line =~ s/Inc$/Inc./;
$line =~ s/B\.V$/B.V./;

0 comments on commit 8ff6b2b

Please sign in to comment.