From 66c61362883f62b68005b503e42740cea3178946 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 23 Nov 2003 20:55:14 +0000 Subject: [PATCH] Update svn: r2366 --- gramps2/src/WriteXML.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gramps2/src/WriteXML.py b/gramps2/src/WriteXML.py index 5c070c90b..4dd3ac123 100644 --- a/gramps2/src/WriteXML.py +++ b/gramps2/src/WriteXML.py @@ -1,7 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2000, 2003 Donald N. Allingham +# Copyright (C) 2000-2003 Donald N. Allingham # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,6 +17,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # + +# $Id$ + """ Contains the interface to allow a database to get written using GRAMPS' XML file format.