Update version / copyright dates

This commit is contained in:
Mark Janssen -- Sig-I/O Automatisering 2020-05-07 17:15:50 +02:00
parent 8395e7a258
commit 8bbfccb7b5
No known key found for this signature in database
GPG key ID: D8674D8FC4F69BD2
6 changed files with 12 additions and 6 deletions

View file

@ -1,4 +1,4 @@
/* Proxytunnel - (C) 2001-2008 Jos Visser / Mark Janssen */
/* Proxytunnel - (C) 2001-2020 Jos Visser / Mark Janssen */
/* Contact: josv@osp.nl / maniac@maniac.nl */
/*
@ -38,7 +38,7 @@ extern char * optarg;
static char *getCredentialsFromFile( const char* filename, char **user, char **pass, char **rem_user, char **rem_pass);
void cmdline_parser_print_version (void) {
printf ("%s %s Copyright 2001-2018 Proxytunnel Project\n", PACKAGE, VERSION);
printf ("%s %s Copyright 2001-2020 Proxytunnel Project\n", PACKAGE, VERSION);
}
void cmdline_parser_print_help (void) {