Happy New Year 2023

This commit is contained in:
Stig Bjørlykke 2023-01-01 10:22:36 +01:00
parent ee7d3507eb
commit 67a788b29c
3 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Logray</string>
<key>CFBundleGetInfoString</key>
<string>@LOG_PROJECT_VERSION@, Copyright 1998-2022 Wireshark Development Team</string>
<string>@LOG_PROJECT_VERSION@, Copyright 1998-2023 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Logray.icns</string>
<key>CFBundleIdentifier</key>
@ -40,7 +40,7 @@
<key>CFBundleVersion</key>
<string>@LOG_PROJECT_VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2022 Wireshark Developers, GNU General Public License.</string>
<string>Copyright 1998-2023 Wireshark Developers, GNU General Public License.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Wireshark</string>
<key>CFBundleGetInfoString</key>
<string>@PROJECT_VERSION@, Copyright 1998-2022 Wireshark Development Team</string>
<string>@PROJECT_VERSION@, Copyright 1998-2023 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Wireshark.icns</string>
<key>CFBundleIdentifier</key>
@ -230,7 +230,7 @@
<key>CFBundleVersion</key>
<string>@PROJECT_VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2022 Wireshark Developers, GNU General Public License.</string>
<string>Copyright 1998-2023 Wireshark Developers, GNU General Public License.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>

View File

@ -577,7 +577,7 @@ const char *
get_copyright_info(void)
{
return
"Copyright 1998-2022 Gerald Combs <gerald@wireshark.org> and contributors.";
"Copyright 1998-2023 Gerald Combs <gerald@wireshark.org> and contributors.";
}
const char *