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:
parent
50bc2f63cb
commit
b74257f8c5
@ -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.
|
||||
|
||||
|
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user