From 85bf15fd7614cf3291b0c9d0cb682bdba5ad920b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Fri, 1 Jan 2021 11:11:59 +0100 Subject: [PATCH] Happy New Year 2021 --- packaging/macosx/Info.plist.in | 4 ++-- wsutil/copyright_info.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in index cf0ca448e8..83657a97cb 100644 --- a/packaging/macosx/Info.plist.in +++ b/packaging/macosx/Info.plist.in @@ -7,7 +7,7 @@ CFBundleExecutable Wireshark CFBundleGetInfoString - @VERSION@, Copyright 1998-2020 Wireshark Development Team + @VERSION@, Copyright 1998-2021 Wireshark Development Team CFBundleIconFile Wireshark.icns CFBundleIdentifier @@ -230,7 +230,7 @@ CFBundleVersion @VERSION@ NSHumanReadableCopyright - Copyright 1998-2020 Wireshark Developers, GNU General Public License. + Copyright 1998-2021 Wireshark Developers, GNU General Public License. NSPrincipalClass NSApplication NSHighResolutionCapable diff --git a/wsutil/copyright_info.c b/wsutil/copyright_info.c index 27d5423463..feeaab0021 100644 --- a/wsutil/copyright_info.c +++ b/wsutil/copyright_info.c @@ -19,7 +19,7 @@ const char * get_copyright_info(void) { return - "Copyright 1998-2020 Gerald Combs and contributors.\n" + "Copyright 1998-2021 Gerald Combs and contributors.\n" "License GPLv2+: GNU GPL version 2 or later \n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";