From e2810c62ee048cc1ac8fb879eb2aa43a1454b14b Mon Sep 17 00:00:00 2001 From: William Robinet Date: Fri, 29 Jan 2021 14:00:56 +0100 Subject: [PATCH] Adjust copyright info --- base/pcap-snoop.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/pcap-snoop.c b/base/pcap-snoop.c index 7697f47..0a02c35 100644 --- a/base/pcap-snoop.c +++ b/base/pcap-snoop.c @@ -119,6 +119,8 @@ int usage() int print_version() { 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("All rights reserved.\n"); #ifdef OPENSSL