diff --git a/macos/Poedit-Info.plist b/macos/Poedit-Info.plist index 3b1a696316..01b49ff878 100644 --- a/macos/Poedit-Info.plist +++ b/macos/Poedit-Info.plist @@ -146,7 +146,7 @@ NSFileProviderDomainUsageDescription Poedit needs to access your source files to scan them for translatable strings. NSHumanReadableCopyright - Copyright © 1999-2020 Václav Slavík. All rights reserved. + Copyright © 1999-2021 Václav Slavík. All rights reserved. NSMainNibFile MainMenu NSNetworkVolumesUsageDescription diff --git a/src/edapp.cpp b/src/edapp.cpp index 15c66fe3f9..95a16eab82 100644 --- a/src/edapp.cpp +++ b/src/edapp.cpp @@ -1075,7 +1075,7 @@ void PoeditApp::OnAbout(wxCommandEvent&) about.SetVersion(wxGetApp().GetAppVersion()); about.SetDescription(_("Poedit is an easy to use translation editor.")); #endif - about.SetCopyright(L"Copyright \u00a9 1999-2020 Václav Slavík"); + about.SetCopyright(L"Copyright \u00a9 1999-2021 Václav Slavík"); #ifdef __WXGTK__ // other ports would show non-native about dlg about.SetWebSite("https://poedit.net"); #endif diff --git a/src/quicklook/Info.plist b/src/quicklook/Info.plist index 0e3ea972fa..ffd688104a 100644 --- a/src/quicklook/Info.plist +++ b/src/quicklook/Info.plist @@ -52,7 +52,7 @@ CFPlugInUnloadFunction NSHumanReadableCopyright - Copyright © 2015-2020 Václav Slavík. All rights reserved. + Copyright © 2015-2021 Václav Slavík. All rights reserved. QLNeedsToBeRunInMainThread QLPreviewHeight