From: Stefan Schantl Date: Tue, 18 May 2021 17:38:02 +0000 (+0200) Subject: gpl.cgi: Grab and GPLv3 license in pure perl. X-Git-Tag: v2.25-core158~33^2~10^2~37 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=2a4b9f0eef48c3c60fc60c24b2c7f30ba8ab142e gpl.cgi: Grab and GPLv3 license in pure perl. Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/gpl.cgi b/html/cgi-bin/gpl.cgi index be1ea26390..140fd2178b 100644 --- a/html/cgi-bin/gpl.cgi +++ b/html/cgi-bin/gpl.cgi @@ -60,7 +60,19 @@ END ; if ( -e "/usr/share/doc/licenses/GPLv3" ) { print ''; } else {