From 5ba082d51db4af2d91f10f235739dc137369c70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Wed, 1 Jan 2020 01:00:00 +0100 Subject: Happy New Year 2020 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic569e499d40def9397203510a121ff17a495ba9a Reviewed-on: https://code.wireshark.org/review/35616 Reviewed-by: Stig Bjørlykke --- 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 f78c1282c1..39250415ff 100644 --- a/packaging/macosx/Info.plist.in +++ b/packaging/macosx/Info.plist.in @@ -7,7 +7,7 @@ CFBundleExecutable Wireshark CFBundleGetInfoString - @VERSION@, Copyright 1998-2019 Wireshark Development Team + @VERSION@, Copyright 1998-2020 Wireshark Development Team CFBundleIconFile Wireshark.icns CFBundleIdentifier @@ -230,7 +230,7 @@ CFBundleVersion @VERSION@ NSHumanReadableCopyright - Copyright 1998-2019 Wireshark Developers, GNU General Public License. + Copyright 1998-2020 Wireshark Developers, GNU General Public License. NSPrincipalClass NSApplication NSHighResolutionCapable diff --git a/wsutil/copyright_info.c b/wsutil/copyright_info.c index c5ab8ffaa1..27d5423463 100644 --- a/wsutil/copyright_info.c +++ b/wsutil/copyright_info.c @@ -19,7 +19,7 @@ const char * get_copyright_info(void) { return - "Copyright 1998-2019 Gerald Combs and contributors.\n" + "Copyright 1998-2020 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"; -- cgit v1.2.3