From 2588e61a969798f3532aa20e5c7907f124835a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?syst=C3=A8me?= Date: Sun, 1 Jan 2017 10:40:29 +0100 Subject: [PATCH] Happy new year! --- docs/conf.py | 2 +- gramps/gen/const.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3c87985c5..afd57dcef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ master_doc = 'index' # General information about the project. project = 'Gramps' -copyright = '2016, The Gramps Project' +copyright = '2017, The Gramps Project' author = 'Donald N. Allingham' # The version info for the project you're documenting, acts as replacement for diff --git a/gramps/gen/const.py b/gramps/gen/const.py index 19143e7bc..8632cccdc 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -217,7 +217,7 @@ GTK_GETTEXT_DOMAIN = 'gtk30' # #------------------------------------------------------------------------- COPYRIGHT_MSG = "© 2001-2006 Donald N. Allingham\n" \ - "© 2007-2016 The Gramps Developers" + "© 2007-2017 The Gramps Developers" COMMENTS = _("Gramps\n (Genealogical Research and Analysis " "Management Programming System)\n" "is a personal genealogy program.")