mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
LICENSE: small fix on script, man pages are different
This commit is contained in:
parent
73109c2ed9
commit
6258ab987d
@ -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./;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user