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.")