Happy New Year 2025

This commit is contained in:
Stig Bjørlykke 2025-01-01 15:11:00 +01:00
parent c0d37fc327
commit b7a84b6d10
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
<key>CFBundleVersion</key>
<string>@STRATOSHARK_VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2024 the Wireshark developer community</string>
<string>Copyright 1998-2025 the Wireshark developer community</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>

View File

@ -263,7 +263,7 @@
<key>CFBundleVersion</key>
<string>@PROJECT_VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2024 the Wireshark developer community</string>
<string>Copyright 1998-2025 the Wireshark developer community</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>

View File

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