diff --git a/LICENSE b/LICENSE index 90d5ccd21..5593c0f65 100644 --- a/LICENSE +++ b/LICENSE @@ -30,6 +30,7 @@ Copyright (c) 2012 Jonas von Andrian Copyright (c) 2004-2005 Jonathan Watt Copyright (c) 2015 Jos Schellevis Copyright (c) 2003-2004 Justin Ellison +Copyright (c) 2021 Kyle Evans Copyright (c) 2015 Manuel Faux Copyright (c) 2003-2006 Manuel Kasper Copyright (c) 2012 Marcello Coutinho diff --git a/Scripts/license b/Scripts/license index 01d2d97d5..e9b8a5c53 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; chomp $copy; $copy =~ s/^[\*\\#\s]+//g; diff --git a/plist b/plist index 3258e3926..70e157ed5 100644 --- a/plist +++ b/plist @@ -1,5 +1,7 @@ /boot/brand-opnsense.4th /boot/logo-hourglass.4th +/boot/lua/brand-opnsense.lua +/boot/lua/logo-hourglass.lua /usr/local/bin/python3 /usr/local/etc/devd/carp.conf /usr/local/etc/devd/ifnet.conf