From 19249844a14ce763ee4cb80211a94082da548879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 22 Jan 2014 16:11:23 +0100 Subject: [PATCH] update current year to 2014 --- src/const.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.py.in b/src/const.py.in index 9adb6ed8d..61ef6923d 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -199,7 +199,7 @@ else: # #------------------------------------------------------------------------- COPYRIGHT_MSG = u"\u00A9 2001-2006 Donald N. Allingham\n" \ - u"\u00A9 2007-2013 The Gramps Developers" + u"\u00A9 2007-2014 The Gramps Developers" COMMENTS = _("Gramps (Genealogical Research and Analysis " "Management Programming System) is a personal " "genealogy program.")