diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-12-24 20:09:32 +0100 |
---|---|---|
committer | lionelmiquel@sfr.fr <lionel@les-miquelots.net> | 2020-12-24 20:09:32 +0100 |
commit | 5fcaeff626a8278e8c32c8cd0f79d2317d246b7c (patch) | |
tree | 3b5ab6aa71a00396138af85961cf552bc315e0f7 | |
parent | 9e8ceeb7e270b905e4cac214e0a890bfc1999372 (diff) | |
download | nfsn_authncleanup_hooks-5fcaeff626a8278e8c32c8cd0f79d2317d246b7c.tar.gz nfsn_authncleanup_hooks-5fcaeff626a8278e8c32c8cd0f79d2317d246b7c.zip |
License GPLv3, code prints out copyright
-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'; |