From 5fcaeff626a8278e8c32c8cd0f79d2317d246b7c Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Thu, 24 Dec 2020 20:09:32 +0100 Subject: License GPLv3, code prints out copyright --- LICENSE | 2 +- nfsn_auth.pl | 2 +- nfsn_cleanup.pl | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index f288702..03b0c29 100644 --- a/LICENSE +++ b/LICENSE @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Copyright (C) + Copyright (C) <2020> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/nfsn_auth.pl b/nfsn_auth.pl index be2978f..8b11402 100755 --- a/nfsn_auth.pl +++ b/nfsn_auth.pl @@ -2,7 +2,7 @@ use warnings; use strict; use WebService::NFSN; - +print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel" ###vvvEDIT THISvvv### my $USER = 'username'; my $API_KEY = '12345678901'; diff --git a/nfsn_cleanup.pl b/nfsn_cleanup.pl index b75d0b9..f2c966c 100755 --- a/nfsn_cleanup.pl +++ b/nfsn_cleanup.pl @@ -2,6 +2,7 @@ use warnings; use strict; use WebService::NFSN; +print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel" ###vvvEDIT THISvvv### my $USER = 'username'; -- cgit v1.2.3-70-g09d2