diff --git a/packaging/macosx/LograyInfo.plist.in b/packaging/macosx/LograyInfo.plist.in index 99bd979f34..943814a5c2 100644 --- a/packaging/macosx/LograyInfo.plist.in +++ b/packaging/macosx/LograyInfo.plist.in @@ -7,7 +7,7 @@ CFBundleExecutable Logray CFBundleGetInfoString - @LOG_PROJECT_VERSION@, Copyright 1998-2022 Wireshark Development Team + @LOG_PROJECT_VERSION@, Copyright 1998-2023 Wireshark Development Team CFBundleIconFile Logray.icns CFBundleIdentifier @@ -40,7 +40,7 @@ CFBundleVersion @LOG_PROJECT_VERSION@ NSHumanReadableCopyright - Copyright 1998-2022 Wireshark Developers, GNU General Public License. + Copyright 1998-2023 Wireshark Developers, GNU General Public License. NSPrincipalClass NSApplication NSHighResolutionCapable diff --git a/packaging/macosx/WiresharkInfo.plist.in b/packaging/macosx/WiresharkInfo.plist.in index ad8acf7d80..f24dca6fac 100644 --- a/packaging/macosx/WiresharkInfo.plist.in +++ b/packaging/macosx/WiresharkInfo.plist.in @@ -7,7 +7,7 @@ CFBundleExecutable Wireshark CFBundleGetInfoString - @PROJECT_VERSION@, Copyright 1998-2022 Wireshark Development Team + @PROJECT_VERSION@, Copyright 1998-2023 Wireshark Development Team CFBundleIconFile Wireshark.icns CFBundleIdentifier @@ -230,7 +230,7 @@ CFBundleVersion @PROJECT_VERSION@ NSHumanReadableCopyright - Copyright 1998-2022 Wireshark Developers, GNU General Public License. + Copyright 1998-2023 Wireshark Developers, GNU General Public License. NSPrincipalClass NSApplication NSHighResolutionCapable diff --git a/ui/version_info.c b/ui/version_info.c index f7adb2753e..0fa5ebca60 100644 --- a/ui/version_info.c +++ b/ui/version_info.c @@ -577,7 +577,7 @@ const char * get_copyright_info(void) { return - "Copyright 1998-2022 Gerald Combs and contributors."; + "Copyright 1998-2023 Gerald Combs and contributors."; } const char *