Happy new year.
authorCarl Hetherington <cth@carlh.net>
Fri, 1 Jan 2021 12:39:27 +0000 (13:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 1 Jan 2021 12:39:27 +0000 (13:39 +0100)
src/wx/about_dialog.cc

index ab090c1c87c04877233035a7722093913c62a131..ae2bf0d0aae781f794de1033d804d1789da2b32a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -84,7 +84,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new StaticText (
                this,
-               _("(C) 2012-2020 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2021 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );