diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index ca62bc4..1000597 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -57,7 +57,7 @@ const char *STATUS_WORK = "Analyzing file(s), this may take a moment or two...
"); text += QString().sprintf("This application is powered by MediaInfo v%u.%u.%02u
", mixp_miVersionMajor, mixp_miVersionMinor, mixp_miVersionPatch); text += QString().sprintf("Free and OpenSource tool for displaying technical information about media files.
"); - text += QString().sprintf("Copyright (c) 2002-%s MediaArea.net SARL. All rights reserved.

", &mixp_buildDate[7]); + text += QString().sprintf("Copyright (c) 2002-%04d MediaArea.net SARL. All rights reserved.

", qMax(buildDate.year(),curntDate.year())); text += QString().sprintf("Redistribution and use is permitted according to the (2-Clause) BSD License.
"); text += QString().sprintf("Please see %s for more information.
", LINK_MEDIAINFO, LINK_MEDIAINFO);