diff options
-rwxr-xr-x | nfsn_auth.pl | 2 | ||||
-rwxr-xr-x | nfsn_cleanup.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nfsn_auth.pl b/nfsn_auth.pl index 8b11402..61ee1fb 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" +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 f2c966c..0c6ad09 100755 --- a/nfsn_cleanup.pl +++ b/nfsn_cleanup.pl @@ -2,7 +2,7 @@ use warnings; use strict; use WebService::NFSN; -print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel" +print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel"; ###vvvEDIT THISvvv### my $USER = 'username'; |