diff --git a/src/const.py.in b/src/const.py.in index 355818b31..0702e25ff 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -151,7 +151,8 @@ else: #------------------------------------------------------------------------- PROGRAM_NAME = "GRAMPS" VERSION = "@VERSIONSTRING@" -COPYRIGHT_MSG = u"\u00A9 2001-2006 Donald N. Allingham" +COPYRIGHT_MSG = u"\u00A9 2001-2006 Donald N. Allingham\n" \ + u"\u00A9 2007-2008 The GRAMPS Developers" COMMENTS = _("GRAMPS (Genealogical Research and Analysis " "Management Programming System) is a personal " "genealogy program.")