From 8ff6b2ba3105492e68fc67de3c4c4e4a8cc3b903 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 19 May 2018 17:32:48 +0200 Subject: [PATCH] LICENSE: adjust script to properly read man pages --- Scripts/license | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/license b/Scripts/license index 3fd4d121d8..f1afa39591 100755 --- a/Scripts/license +++ b/Scripts/license @@ -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./;