mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
LICENSE: small fix on script, man pages are different
This commit is contained in:
parent
73109c2ed9
commit
6258ab987d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue