From 699dcb13fed72253f16bfd161b103436b5fc85b5 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 21 Dec 2009 13:43:50 +0000 Subject: [PATCH] Fixed svn Id property svn: r13881 --- src/Filters/Rules/Event/_HasNote.py | 2 +- src/Filters/Rules/Family/_HasNote.py | 2 +- src/Filters/Rules/Family/_HasSource.py | 2 +- src/Filters/Rules/Note/_MatchesRegexpOf.py | 2 +- src/Filters/Rules/Person/_HasSource.py | 2 +- src/Filters/Rules/Place/_HasNote.py | 2 +- src/Filters/Rules/Source/_HasNote.py | 2 +- src/data/GeoView.css | 2 +- src/gen/db/bsddbtxn.py | 2 +- src/gen/db/read.py | 2 +- src/gen/db/txn.py | 2 +- src/gen/db/undoredo.py | 2 +- src/gen/db/upgrade.py | 2 +- src/gen/db/write.py | 2 +- src/gen/plug/_docgenplugin.py | 2 +- src/gen/plug/docbackend/__init__.py | 2 +- src/gen/plug/docbackend/cairobackend.py | 2 +- src/gen/plug/docbackend/docbackend.py | 2 +- src/gen/plug/docgen/__init__.py | 2 +- src/gen/plug/docgen/drawdoc.py | 2 +- src/gen/plug/docgen/fontstyle.py | 2 +- src/gen/plug/docgen/graphdoc.py | 2 +- src/gen/plug/docgen/graphicstyle.py | 2 +- src/gen/plug/docgen/paperstyle.py | 2 +- src/gen/plug/docgen/paragraphstyle.py | 2 +- src/gen/plug/docgen/stylesheet.py | 2 +- src/gen/plug/docgen/tablestyle.py | 2 +- src/gen/plug/docgen/textdoc.py | 2 +- src/gen/plug/utils.py | 2 +- src/glade.py | 2 +- src/gui/pluginmanager.py | 2 +- src/gui/widgets/menutoolbuttonaction.py | 2 +- src/plugins/Records.py | 2 +- src/plugins/bookreport.gpr.py | 2 +- src/plugins/docgen/docgen.gpr.py | 2 +- src/plugins/drawreport/Calendar.py | 2 +- src/plugins/drawreport/drawplugins.gpr.py | 2 +- src/plugins/export/export.gpr.py | 2 +- src/plugins/gramplet/AttributesGramplet.py | 2 +- src/plugins/gramplet/WhatsNext.py | 2 +- src/plugins/gramplet/gramplet.gpr.py | 2 +- src/plugins/graph/graphplugins.gpr.py | 2 +- src/plugins/import/ImportProGen.py | 2 +- src/plugins/import/import.gpr.py | 2 +- src/plugins/lib/libhtml.py | 2 +- src/plugins/lib/libhtmlbackend.py | 2 +- src/plugins/lib/libhtmlconst.py | 2 +- src/plugins/lib/libmixin.py | 2 +- src/plugins/mapservices/googlemap.py | 2 +- src/plugins/mapservices/mapservice.gpr.py | 2 +- src/plugins/quickview/AttributeMatch.py | 2 +- src/plugins/quickview/FilterByName.py | 2 +- src/plugins/quickview/quickview.gpr.py | 2 +- src/plugins/records.gpr.py | 2 +- src/plugins/rel/relplugins.gpr.py | 2 +- src/plugins/textreport/BirthdayReport.py | 2 +- src/plugins/textreport/textplugins.gpr.py | 2 +- src/plugins/tool/tools.gpr.py | 2 +- src/plugins/view/htmlrenderer.py | 2 +- src/plugins/view/pedigreeviewext.gpr.py | 2 +- src/plugins/view/pedigreeviewext.py | 2 +- src/plugins/webreport/NarrativeWeb.py | 2 +- src/plugins/webreport/WebCal.py | 2 +- src/plugins/webreport/webplugins.gpr.py | 2 +- 64 files changed, 64 insertions(+), 64 deletions(-) diff --git a/src/Filters/Rules/Event/_HasNote.py b/src/Filters/Rules/Event/_HasNote.py index 48406c764..863b80999 100755 --- a/src/Filters/Rules/Event/_HasNote.py +++ b/src/Filters/Rules/Event/_HasNote.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNote.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_HasNote.py b/src/Filters/Rules/Family/_HasNote.py index 209c66638..4a2e40851 100755 --- a/src/Filters/Rules/Family/_HasNote.py +++ b/src/Filters/Rules/Family/_HasNote.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNote.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Family/_HasSource.py b/src/Filters/Rules/Family/_HasSource.py index d60513600..c68c7b080 100755 --- a/src/Filters/Rules/Family/_HasSource.py +++ b/src/Filters/Rules/Family/_HasSource.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNote.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Note/_MatchesRegexpOf.py b/src/Filters/Rules/Note/_MatchesRegexpOf.py index daa956408..ac3c60f8b 100644 --- a/src/Filters/Rules/Note/_MatchesRegexpOf.py +++ b/src/Filters/Rules/Note/_MatchesRegexpOf.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNoteRegexp.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Person/_HasSource.py b/src/Filters/Rules/Person/_HasSource.py index 06067a284..1db4d5f64 100755 --- a/src/Filters/Rules/Person/_HasSource.py +++ b/src/Filters/Rules/Person/_HasSource.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNote.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Place/_HasNote.py b/src/Filters/Rules/Place/_HasNote.py index fd47912bf..16a9f796c 100755 --- a/src/Filters/Rules/Place/_HasNote.py +++ b/src/Filters/Rules/Place/_HasNote.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNote.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/Source/_HasNote.py b/src/Filters/Rules/Source/_HasNote.py index 2707cad40..1119ddf02 100755 --- a/src/Filters/Rules/Source/_HasNote.py +++ b/src/Filters/Rules/Source/_HasNote.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasNote.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/data/GeoView.css b/src/data/GeoView.css index 3a3c1f903..218b84f9c 100644 --- a/src/data/GeoView.css +++ b/src/data/GeoView.css @@ -27,7 +27,7 @@ Style Author: Serge Noiraud (2009) ---------------------------------------------------------------------------- This file was created for GeoView usage. -# $Id: $ +# $Id$ GeoView Styles diff --git a/src/gen/db/bsddbtxn.py b/src/gen/db/bsddbtxn.py index f94e83f2b..ec315745a 100644 --- a/src/gen/db/bsddbtxn.py +++ b/src/gen/db/bsddbtxn.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: bsddbtxn.py 12786 2009-07-11 15:32:37Z gbritton $ +# $Id$ """ BSDDBTxn class: Wrapper for BSDDB transaction-oriented methods diff --git a/src/gen/db/read.py b/src/gen/db/read.py index e2dfd280f..be489798e 100644 --- a/src/gen/db/read.py +++ b/src/gen/db/read.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: read.py 12786 2009-07-11 15:32:37Z gburto01 $ +# $Id$ """ Read classes for the GRAMPS databases. diff --git a/src/gen/db/txn.py b/src/gen/db/txn.py index 02be06171..60f91c7f4 100644 --- a/src/gen/db/txn.py +++ b/src/gen/db/txn.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: txn.py 12672 2009-06-16 15:49:17Z gbritton $ +# $Id$ """ Exports the GrampsDbTxn class for managing Gramps transactions and the undo diff --git a/src/gen/db/undoredo.py b/src/gen/db/undoredo.py index 1ef79d5b6..035834365 100644 --- a/src/gen/db/undoredo.py +++ b/src/gen/db/undoredo.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: undoredo.py 12672 2009-06-16 15:49:17Z gbritton $ +# $Id$ """ Exports the GrampsDbUndo class for managing Gramps transactions diff --git a/src/gen/db/upgrade.py b/src/gen/db/upgrade.py index eae42a132..78bef4ffd 100644 --- a/src/gen/db/upgrade.py +++ b/src/gen/db/upgrade.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: upgrade.py 12672 2009-06-16 15:49:17Z gbritton $ +# $Id$ from __future__ import with_statement from gen.db import BSDDBTxn diff --git a/src/gen/db/write.py b/src/gen/db/write.py index 4d92811ee..5228eb0e6 100644 --- a/src/gen/db/write.py +++ b/src/gen/db/write.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: write.py 12672 2009-06-16 15:49:17Z gbritton $ +# $Id$ """ Provide the Berkeley DB (DBDir) database backend for GRAMPS. diff --git a/src/gen/plug/_docgenplugin.py b/src/gen/plug/_docgenplugin.py index eba62cbd6..5a2dc4a04 100644 --- a/src/gen/plug/_docgenplugin.py +++ b/src/gen/plug/_docgenplugin.py @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ This module provides the Plugin class for document generator plugins. diff --git a/src/gen/plug/docbackend/__init__.py b/src/gen/plug/docbackend/__init__.py index 1389e479e..88eebc0bc 100644 --- a/src/gen/plug/docbackend/__init__.py +++ b/src/gen/plug/docbackend/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 10055 2008-02-18 20:07:09Z acraphae $ +# $Id$ """ The docbackend package for managing the specific files an implementation of the diff --git a/src/gen/plug/docbackend/cairobackend.py b/src/gen/plug/docbackend/cairobackend.py index d71edb3ea..31a3d1d79 100644 --- a/src/gen/plug/docbackend/cairobackend.py +++ b/src/gen/plug/docbackend/cairobackend.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: docbackend.py 12437 2009-04-13 02:11:49Z pez4brian $ +# $Id$ """File and File format management for the different reports """ diff --git a/src/gen/plug/docbackend/docbackend.py b/src/gen/plug/docbackend/docbackend.py index 51856192c..2bb841d0d 100644 --- a/src/gen/plug/docbackend/docbackend.py +++ b/src/gen/plug/docbackend/docbackend.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: docbackend.py 12437 2009-04-13 02:11:49Z pez4brian $ +# $Id$ """File and File format management for the different reports """ diff --git a/src/gen/plug/docgen/__init__.py b/src/gen/plug/docgen/__init__.py index e1764289f..01608dd7b 100644 --- a/src/gen/plug/docgen/__init__.py +++ b/src/gen/plug/docgen/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 10055 2008-02-18 20:07:09Z acraphae $ +# $Id$ """ The docgen package providing the API the document generating plugins can use. diff --git a/src/gen/plug/docgen/drawdoc.py b/src/gen/plug/docgen/drawdoc.py index 9751c136f..8d4cfb8ad 100644 --- a/src/gen/plug/docgen/drawdoc.py +++ b/src/gen/plug/docgen/drawdoc.py @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: basedoc.py 12591 2009-05-29 22:25:44Z bmcage $ +# $Id$ #------------------------------------------------------------------------- diff --git a/src/gen/plug/docgen/fontstyle.py b/src/gen/plug/docgen/fontstyle.py index 39f14094a..f13acbeaf 100644 --- a/src/gen/plug/docgen/fontstyle.py +++ b/src/gen/plug/docgen/fontstyle.py @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: basedoc.py 12591 2009-05-29 22:25:44Z bmcage $ +# $Id$ #------------------------------------------------------------------------- diff --git a/src/gen/plug/docgen/graphdoc.py b/src/gen/plug/docgen/graphdoc.py index 4142ec423..fbddbc88b 100644 --- a/src/gen/plug/docgen/graphdoc.py +++ b/src/gen/plug/docgen/graphdoc.py @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: basedoc.py 12591 2009-05-29 22:25:44Z bmcage $ +# $Id$ #------------------------------------------------------------------------- diff --git a/src/gen/plug/docgen/graphicstyle.py b/src/gen/plug/docgen/graphicstyle.py index 46fca60b7..f323cd85b 100644 --- a/src/gen/plug/docgen/graphicstyle.py +++ b/src/gen/plug/docgen/graphicstyle.py @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: basedoc.py 12591 2009-05-29 22:25:44Z bmcage $ +# $Id$ #------------------------------------------------------------------------- diff --git a/src/gen/plug/docgen/paperstyle.py b/src/gen/plug/docgen/paperstyle.py index f3e92b8a1..902fa1ff5 100644 --- a/src/gen/plug/docgen/paperstyle.py +++ b/src/gen/plug/docgen/paperstyle.py @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: basedoc.py 12591 2009-05-29 22:25:44Z bmcage $ +# $Id$ #------------------------------------------------------------------------- diff --git a/src/gen/plug/docgen/paragraphstyle.py b/src/gen/plug/docgen/paragraphstyle.py index 6eca9de78..9583c1e39 100644 --- a/src/gen/plug/docgen/paragraphstyle.py +++ b/src/gen/plug/docgen/paragraphstyle.py @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: basedoc.py 12591 2009-05-29 22:25:44Z bmcage $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/gen/plug/docgen/stylesheet.py b/src/gen/plug/docgen/stylesheet.py index 26954bd78..7b102cb18 100644 --- a/src/gen/plug/docgen/stylesheet.py +++ b/src/gen/plug/docgen/stylesheet.py @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: basedoc.py 12591 2009-05-29 22:25:44Z bmcage $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/gen/plug/docgen/tablestyle.py b/src/gen/plug/docgen/tablestyle.py index 6e2b06ba6..5b23aa657 100644 --- a/src/gen/plug/docgen/tablestyle.py +++ b/src/gen/plug/docgen/tablestyle.py @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: basedoc.py 12591 2009-05-29 22:25:44Z bmcage $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/gen/plug/docgen/textdoc.py b/src/gen/plug/docgen/textdoc.py index c7b57f5bc..1b4fd2ef9 100644 --- a/src/gen/plug/docgen/textdoc.py +++ b/src/gen/plug/docgen/textdoc.py @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: basedoc.py 12591 2009-05-29 22:25:44Z bmcage $ +# $Id$ diff --git a/src/gen/plug/utils.py b/src/gen/plug/utils.py index 4db6d4224..8a97e4755 100644 --- a/src/gen/plug/utils.py +++ b/src/gen/plug/utils.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py 10055 2008-02-18 20:07:09Z acraphae $ +# $Id$ """ General utility functions useful for the generic plugin system diff --git a/src/glade.py b/src/glade.py index e0269d4d9..98fb5322e 100644 --- a/src/glade.py +++ b/src/glade.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: glade.py 10874 2009-03-03 18:00:00Z gbritton $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/gui/pluginmanager.py b/src/gui/pluginmanager.py index 61600cbc9..fce44ca8b 100644 --- a/src/gui/pluginmanager.py +++ b/src/gui/pluginmanager.py @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _manager.py 13403 2009-10-24 20:27:10Z bmcage $ +# $Id$ """ The core of the GRAMPS plugin system. This module provides capability to load diff --git a/src/gui/widgets/menutoolbuttonaction.py b/src/gui/widgets/menutoolbuttonaction.py index 69542aefb..2ea2fd8cc 100644 --- a/src/gui/widgets/menutoolbuttonaction.py +++ b/src/gui/widgets/menutoolbuttonaction.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: menutoolbuttonaction 10763 2008-05-27 19:53:25Z zfoldvar $ +# $Id$ "MenuToolButtonAction class." diff --git a/src/plugins/Records.py b/src/plugins/Records.py index 88c73d17f..650e8e72e 100644 --- a/src/plugins/Records.py +++ b/src/plugins/Records.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/bookreport.gpr.py b/src/plugins/bookreport.gpr.py index b27392eb8..53972f384 100644 --- a/src/plugins/bookreport.gpr.py +++ b/src/plugins/bookreport.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/docgen/docgen.gpr.py b/src/plugins/docgen/docgen.gpr.py index 99c32833a..d0a3d2f14 100644 --- a/src/plugins/docgen/docgen.gpr.py +++ b/src/plugins/docgen/docgen.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/drawreport/Calendar.py b/src/plugins/drawreport/Calendar.py index ef57e8278..df6532b65 100644 --- a/src/plugins/drawreport/Calendar.py +++ b/src/plugins/drawreport/Calendar.py @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ # #------------------------------------------------------------------------ # diff --git a/src/plugins/drawreport/drawplugins.gpr.py b/src/plugins/drawreport/drawplugins.gpr.py index 4d33a1876..8bdaf0b7b 100644 --- a/src/plugins/drawreport/drawplugins.gpr.py +++ b/src/plugins/drawreport/drawplugins.gpr.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: drawplugins.gpr.py 13850 2009-12-08 20:00:00Z robhealey1 $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/export/export.gpr.py b/src/plugins/export/export.gpr.py index 980e181c0..662581e5a 100644 --- a/src/plugins/export/export.gpr.py +++ b/src/plugins/export/export.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/gramplet/AttributesGramplet.py b/src/plugins/gramplet/AttributesGramplet.py index 594381455..4043feffc 100644 --- a/src/plugins/gramplet/AttributesGramplet.py +++ b/src/plugins/gramplet/AttributesGramplet.py @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ # from gen.plug import Gramplet diff --git a/src/plugins/gramplet/WhatsNext.py b/src/plugins/gramplet/WhatsNext.py index 2bb3aaa7e..45497e1b3 100644 --- a/src/plugins/gramplet/WhatsNext.py +++ b/src/plugins/gramplet/WhatsNext.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/gramplet/gramplet.gpr.py b/src/plugins/gramplet/gramplet.gpr.py index f7565c2bc..0b97e17fc 100644 --- a/src/plugins/gramplet/gramplet.gpr.py +++ b/src/plugins/gramplet/gramplet.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/graph/graphplugins.gpr.py b/src/plugins/graph/graphplugins.gpr.py index bf89c8ed6..7d5140ea0 100644 --- a/src/plugins/graph/graphplugins.gpr.py +++ b/src/plugins/graph/graphplugins.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/import/ImportProGen.py b/src/plugins/import/ImportProGen.py index bd117d16b..667f7aa40 100644 --- a/src/plugins/import/ImportProGen.py +++ b/src/plugins/import/ImportProGen.py @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id:$ +# $Id$ "Import from Pro-Gen" diff --git a/src/plugins/import/import.gpr.py b/src/plugins/import/import.gpr.py index b5c4a91f4..55ba2a891 100644 --- a/src/plugins/import/import.gpr.py +++ b/src/plugins/import/import.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/lib/libhtml.py b/src/plugins/lib/libhtml.py index 17e0ec076..41d81f385 100644 --- a/src/plugins/lib/libhtml.py +++ b/src/plugins/lib/libhtml.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: libhtml.py 10874 2009-03-03 18:00:00Z gbritton $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/lib/libhtmlbackend.py b/src/plugins/lib/libhtmlbackend.py index dbd050b70..44e122735 100644 --- a/src/plugins/lib/libhtmlbackend.py +++ b/src/plugins/lib/libhtmlbackend.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: docbackend.py 12437 2009-04-13 02:11:49Z pez4brian $ +# $Id$ """Html and Html format management for the different reports """ diff --git a/src/plugins/lib/libhtmlconst.py b/src/plugins/lib/libhtmlconst.py index deb70f0e7..4888bc659 100644 --- a/src/plugins/lib/libhtmlconst.py +++ b/src/plugins/lib/libhtmlconst.py @@ -24,7 +24,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: libhtmlconst.py 12593 2009-05-30 08:46:12Z robhealey1 $ +# $Id$ """ General constants used in different html enabled plugins diff --git a/src/plugins/lib/libmixin.py b/src/plugins/lib/libmixin.py index e4bea2899..850c3b055 100644 --- a/src/plugins/lib/libmixin.py +++ b/src/plugins/lib/libmixin.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: mixin.py 12786 2009-07-11 15:32:37Z gburto01 $ +# $Id$ """ Mixin for GrampsDbDir to enable find_from_handle and check_from_handle methods. diff --git a/src/plugins/mapservices/googlemap.py b/src/plugins/mapservices/googlemap.py index bb7c30c22..c7f48785c 100644 --- a/src/plugins/mapservices/googlemap.py +++ b/src/plugins/mapservices/googlemap.py @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ # """ Google Maps map service plugin. Open place in maps.google.com diff --git a/src/plugins/mapservices/mapservice.gpr.py b/src/plugins/mapservices/mapservice.gpr.py index 5474eca14..181456849 100644 --- a/src/plugins/mapservices/mapservice.gpr.py +++ b/src/plugins/mapservices/mapservice.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/quickview/AttributeMatch.py b/src/plugins/quickview/AttributeMatch.py index 083dc173a..091494796 100644 --- a/src/plugins/quickview/AttributeMatch.py +++ b/src/plugins/quickview/AttributeMatch.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# $Id: $ +# $Id$ # # diff --git a/src/plugins/quickview/FilterByName.py b/src/plugins/quickview/FilterByName.py index 4a3583841..2406ad605 100644 --- a/src/plugins/quickview/FilterByName.py +++ b/src/plugins/quickview/FilterByName.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# $Id: $ +# $Id$ # # diff --git a/src/plugins/quickview/quickview.gpr.py b/src/plugins/quickview/quickview.gpr.py index d5b850659..90e984e65 100644 --- a/src/plugins/quickview/quickview.gpr.py +++ b/src/plugins/quickview/quickview.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/records.gpr.py b/src/plugins/records.gpr.py index e87f85bb9..f9d0a5378 100644 --- a/src/plugins/records.gpr.py +++ b/src/plugins/records.gpr.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/rel/relplugins.gpr.py b/src/plugins/rel/relplugins.gpr.py index ab1bbea24..ca835951e 100644 --- a/src/plugins/rel/relplugins.gpr.py +++ b/src/plugins/rel/relplugins.gpr.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ # diff --git a/src/plugins/textreport/BirthdayReport.py b/src/plugins/textreport/BirthdayReport.py index 7aed706ac..8f85e3cad 100644 --- a/src/plugins/textreport/BirthdayReport.py +++ b/src/plugins/textreport/BirthdayReport.py @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ # #------------------------------------------------------------------------ diff --git a/src/plugins/textreport/textplugins.gpr.py b/src/plugins/textreport/textplugins.gpr.py index 7053603ef..ae3605616 100644 --- a/src/plugins/textreport/textplugins.gpr.py +++ b/src/plugins/textreport/textplugins.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/tool/tools.gpr.py b/src/plugins/tool/tools.gpr.py index 5a8962ded..f592bc112 100644 --- a/src/plugins/tool/tools.gpr.py +++ b/src/plugins/tool/tools.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ GRAMPS registration file diff --git a/src/plugins/view/htmlrenderer.py b/src/plugins/view/htmlrenderer.py index 2f2432c07..b1b289beb 100644 --- a/src/plugins/view/htmlrenderer.py +++ b/src/plugins/view/htmlrenderer.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: GeoView.py 12995 2009-08-13 21:59:59Z noirauds $ +# $Id$ """ Html Renderer diff --git a/src/plugins/view/pedigreeviewext.gpr.py b/src/plugins/view/pedigreeviewext.gpr.py index dbf8e4188..028f63f10 100644 --- a/src/plugins/view/pedigreeviewext.gpr.py +++ b/src/plugins/view/pedigreeviewext.gpr.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: view.gpr.py 13633 2009-11-19 17:32:11Z ldnp $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/view/pedigreeviewext.py b/src/plugins/view/pedigreeviewext.py index 966a087a6..379b85e91 100644 --- a/src/plugins/view/pedigreeviewext.py +++ b/src/plugins/view/pedigreeviewext.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: PedigreeView.py 11820 2009-02-03 10:33:19Z romjerome $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index a06d40064..e136ebc5b 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -24,7 +24,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: NarrativeWeb.py 13878 2009-12-21 10:30:00Z robhealey1 $ +# $Id$ """ Narrative Web Page generator. diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index df636f152..0da46892a 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: WebCal.py 13878 2009-12-21 09:51:27Z robhealey1 $ +# $Id$ """ Web Calendar generator. diff --git a/src/plugins/webreport/webplugins.gpr.py b/src/plugins/webreport/webplugins.gpr.py index 8a26412bc..e54166d46 100644 --- a/src/plugins/webreport/webplugins.gpr.py +++ b/src/plugins/webreport/webplugins.gpr.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: webplugins.gpr.py 13878 2009-12-21 13:45:00Z robhealey1 $ +# $Id$ #------------------------------------------------------------------------ #