From 18908e7716e82b6ba566180fc10fcecf7651cf8c Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 10 Apr 2007 02:36:00 +0000 Subject: [PATCH] 2007-04-09 Don Allingham * src/GrampsDb/_WriteGedcom.py (GedcomWriter.gnu_fdl): don't duplicate the copyright notice (bug #790) svn: r8373 --- ChangeLog | 4 ++++ src/GrampsDb/_WriteGedcom.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c3fcd8d26..2534fe184 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-09 Don Allingham + * src/GrampsDb/_WriteGedcom.py (GedcomWriter.gnu_fdl): don't duplicate + the copyright notice (bug #790) + 2007-04-09 Brian Matherly * src/Config/_GrampsIniKeys.py: Remove file check - it is not needed. diff --git a/src/GrampsDb/_WriteGedcom.py b/src/GrampsDb/_WriteGedcom.py index 599185485..8da5d4453 100644 --- a/src/GrampsDb/_WriteGedcom.py +++ b/src/GrampsDb/_WriteGedcom.py @@ -621,7 +621,7 @@ class GedcomWriter(UpdateCallback): y = t[0] o = self.cnvtxt(self.db.get_researcher().get_name()) - self.writeln('1 NOTE Copyright (c) %d %s.' % (y,o)) + self.writeln('1 NOTE GNU Free Documentation License') try: f = open(const.fdl,"r") for line in f.readlines():