Update the copyright line in the about box.

svn: r10677
This commit is contained in:
Brian Matherly 2008-05-06 03:56:11 +00:00
parent 34b76935aa
commit bd1d08806c

View File

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