diff --git a/src/plugins/export/ExportCd.py b/src/plugins/export/ExportCd.py index 594c53af2..753f32cda 100644 --- a/src/plugins/export/ExportCd.py +++ b/src/plugins/export/ExportCd.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id:WriteCD.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ "Export to CD (nautilus)." diff --git a/src/plugins/export/ExportGeneWeb.py b/src/plugins/export/ExportGeneWeb.py index 6a0a2de5c..c65495ff7 100644 --- a/src/plugins/export/ExportGeneWeb.py +++ b/src/plugins/export/ExportGeneWeb.py @@ -19,7 +19,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:WriteGeneWeb.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ "Export to GeneWeb." @@ -624,4 +624,4 @@ plugin = ExportPlugin(name = _('_GeneWeb'), export_function = exportData, extension = "gw", config = _config ) -pmgr.register_plugin(plugin) \ No newline at end of file +pmgr.register_plugin(plugin) diff --git a/src/plugins/export/ExportSql.py b/src/plugins/export/ExportSql.py index e4dd97684..d9cd14c03 100644 --- a/src/plugins/export/ExportSql.py +++ b/src/plugins/export/ExportSql.py @@ -15,7 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - +# +# $Id$ #------------------------------------------------------------------------ # # python modules diff --git a/src/plugins/import/ImportGedcom.py b/src/plugins/import/ImportGedcom.py index e208d6dd9..5b528bf45 100644 --- a/src/plugins/import/ImportGedcom.py +++ b/src/plugins/import/ImportGedcom.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id:_ReadGedcom.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ "Import from GEDCOM" @@ -147,4 +147,4 @@ plugin = ImportPlugin(name = _('GEDCOM'), description = _description, import_function = importData, extension = "ged" ) -pmgr.register_plugin(plugin) \ No newline at end of file +pmgr.register_plugin(plugin) diff --git a/src/plugins/import/ImportProGen.py b/src/plugins/import/ImportProGen.py index f25a1f13f..e92d3cd4d 100644 --- a/src/plugins/import/ImportProGen.py +++ b/src/plugins/import/ImportProGen.py @@ -19,8 +19,8 @@ # 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: $ "Import from Pro-Gen"