Update my copyright year

Looks like I've made some change in every year
This commit is contained in:
Michael Catanzaro 2018-04-24 12:20:04 -05:00
parent 0babf56b89
commit 411b51d201

View file

@ -66,7 +66,7 @@ public class ChessApplication : Gtk.Application
private ChessEngine? opponent_engine = null;
private int engine_timeout_counter = 10;
private string copyrights = """Copyright © 20102013 Robert Ancell
Copyright © 20132014 Michael Catanzaro
Copyright © 20132018 Michael Catanzaro
Copyright © 20152016 Sahil Sareen""";
private const ActionEntry[] app_entries =