mirror of
https://github.com/opnsense/plugins.git
synced 2025-12-10 10:30:21 -06:00
LICENSE: adjust script to properly read man pages
This commit is contained in:
parent
e38d58ae88
commit
8ff6b2ba31
@ -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