2007-04-09 Don Allingham <don@gramps-project.org>

* src/GrampsDb/_WriteGedcom.py (GedcomWriter.gnu_fdl): don't duplicate
	the copyright notice (bug #790)



svn: r8373
This commit is contained in:
Don Allingham 2007-04-10 02:36:00 +00:00
parent 50bc2f63cb
commit b74257f8c5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-04-09 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_WriteGedcom.py (GedcomWriter.gnu_fdl): don't duplicate
the copyright notice (bug #790)
2007-04-09 Brian Matherly <brian@gramps-project.org>
* src/Config/_GrampsIniKeys.py: Remove file check - it is not needed.

View File

@ -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():