Merge pull request #49 from wllm-rbnt/leaks

Adjust copyright info
This commit is contained in:
Alexandre Dulaunoy 2021-01-29 20:55:12 +01:00 committed by GitHub
commit d17606fd19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,6 +119,8 @@ int usage()
int print_version() int print_version()
{ {
printf(PACKAGE_STRING "\n"); printf(PACKAGE_STRING "\n");
printf("Maintained by a bunch of volunteers, see https://github.com/adulau/ssldump/blob/master/CREDITS\n");
printf("Copyright (C) 2015-2021 the aforementioned volunteers\n");
printf("Copyright (C) 1998-2001 RTFM, Inc.\n"); printf("Copyright (C) 1998-2001 RTFM, Inc.\n");
printf("All rights reserved.\n"); printf("All rights reserved.\n");
#ifdef OPENSSL #ifdef OPENSSL