summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2018-03-18 19:48:54 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2018-03-18 19:48:54 +0100
commit6b34e81bd42e5d42034f8da0740a956bd2718ebd (patch)
tree5b2f3cea08d4b1021e93c32e36c6c104142baf64
parent66086926e475849dc438a3313b30f40456de7fb2 (diff)
downloadgnome-contacts-wip/piotrdrag/update-copyright.tar.gz
app: Update copyright years in the about dialogwip/piotrdrag/update-copyright
-rw-r--r--src/contacts-app.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index b2a0e58..72f8da0 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -183,7 +183,7 @@ public class Contacts.App : Gtk.Application {
"program-name", _("GNOME Contacts"),
"title", _("About GNOME Contacts"),
"comments", _("Contact Management Application"),
- "copyright", "Copyright 2011 Red Hat, Inc.\nCopyright 2014 The Contacts Developers",
+ "copyright", "Copyright 2011 Red Hat, Inc.\nCopyright 2011-2018 The Contacts Developers",
"license-type", Gtk.License.GPL_2_0,
"logo-icon-name", "gnome-contacts",
"version", Config.PACKAGE_VERSION,