diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rwxr-xr-x | nfsn_auth.pl | 2 | ||||
-rwxr-xr-x | nfsn_cleanup.pl | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -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: - <program> Copyright (C) <year> <name of author> + <nfsn_authncleanup_hooks> Copyright (C) <2020> <Miquel Lionel> 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'; |