Add copyright year.
authorCarl Hetherington <cth@carlh.net>
Mon, 11 Feb 2013 00:13:05 +0000 (00:13 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 11 Feb 2013 00:13:05 +0000 (00:13 +0000)
src/tools/dvdomatic.cc

index 0565d3a1c871aadf4177bb919f14e7bf4a0631a1..4572678e3a6bc97c132dd29ae0e4b0aa2b836128 100644 (file)
@@ -354,7 +354,7 @@ public:
                        info.SetVersion (std_to_wx (String::compose ("version %1 git %2", dvdomatic_version, dvdomatic_git_commit)));
                }
                info.SetDescription (_("Free, open-source DCP generation from almost anything."));
-               info.SetCopyright (_("(C) Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"));
+               info.SetCopyright (_("(C) 2012-2013 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"));
                wxArrayString authors;
                authors.Add (wxT ("Carl Hetherington"));
                authors.Add (wxT ("Terrence Meiczinger"));