2022 => 2023

This commit is contained in:
Thomas Bernard 2023-01-26 23:47:22 +01:00
parent b10c247fb1
commit ec57d80849
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
BSD 3-Clause License
Copyright (c) 2005-2022, Thomas BERNARD
Copyright (c) 2005-2023, Thomas BERNARD
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -1,7 +1,7 @@
/* $Id: upnpc.c,v 1.131 2022/02/19 23:22:54 nanard Exp $ */
/* Project : miniupnp
* Author : Thomas Bernard
* Copyright (c) 2005-2022 Thomas Bernard
* Copyright (c) 2005-2023 Thomas Bernard
* This software is subject to the conditions detailed in the
* LICENCE file provided in this distribution. */
@ -582,7 +582,7 @@ int main(int argc, char ** argv)
}
#endif
printf("upnpc : miniupnpc library test client, version %s.\n", MINIUPNPC_VERSION_STRING);
printf(" (c) 2005-2022 Thomas Bernard.\n");
printf(" (c) 2005-2023 Thomas Bernard.\n");
printf("Go to http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/\n"
"for more information.\n");
/* command line processing */