Update About dialog copyright notice

Robert's added 2010-2013 notices to the sources; his year can be updated
in About as well.

Also, add a notice for myself
This commit is contained in:
Michael Catanzaro 2013-07-14 19:58:08 -05:00
parent 91d7d85ad1
commit 89ebce9788

View file

@ -1603,7 +1603,7 @@ public class Application : Gtk.Application
about_dialog.modal = true;
about_dialog.program_name = _("Chess");
about_dialog.version = VERSION;
about_dialog.copyright = "Copyright 2010 Robert Ancell <robert.ancell@gmail.com>";
about_dialog.copyright = "Copyright © 20102013 Robert Ancell\nCopyright © 2013 Michael Catanzaro";
about_dialog.license_type = Gtk.License.GPL_2_0;
about_dialog.comments = _("The 2D/3D chess game for GNOME. \n\nGNOME Chess is a part of GNOME Games.");
about_dialog.authors = authors;