mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
LICENSE: adjust script to properly read man pages
This commit is contained in:
+1
-1
@@ -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./;
|
||||
|
||||
Reference in New Issue
Block a user