mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
pkg: fix plist, license and parsing thereof
This commit is contained in:
parent
c9443c31b7
commit
7bd5f2ae4c
1
LICENSE
1
LICENSE
@ -30,6 +30,7 @@ Copyright (c) 2012 Jonas von Andrian
|
||||
Copyright (c) 2004-2005 Jonathan Watt <jwatt@jwatt.org>
|
||||
Copyright (c) 2015 Jos Schellevis <jos@opnsense.org>
|
||||
Copyright (c) 2003-2004 Justin Ellison <justin@techadvise.com>
|
||||
Copyright (c) 2021 Kyle Evans <kevans@FreeBSD.org>
|
||||
Copyright (c) 2015 Manuel Faux <mfaux@conf.at>
|
||||
Copyright (c) 2003-2006 Manuel Kasper <mk@neon1.net>
|
||||
Copyright (c) 2012 Marcello Coutinho
|
||||
|
||||
@ -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;
|
||||
chomp $copy;
|
||||
$copy =~ s/^[\*\\#\s]+//g;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user