diff --git a/src/plugins/lib/libformatting.py b/src/plugins/lib/libformatting.py index e3cf26d4e..915a8dcae 100644 --- a/src/plugins/lib/libformatting.py +++ b/src/plugins/lib/libformatting.py @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: pedigreeview.py 13528 2009-11-08 16:41:49Z bmcage $ +# $Id: libformatting.py 13878 2009-12-21 10:40:00Z robhealey1 $ """Format of commonly used expressions, making use of a cache to not recompute diff --git a/src/plugins/lib/libgrdb.py b/src/plugins/lib/libgrdb.py index 90803e764..0b2e0c541 100644 --- a/src/plugins/lib/libgrdb.py +++ b/src/plugins/lib/libgrdb.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id$ +# $Id libgrdb.py 13878 2009-12-21 10:50:00Z robhealey1 $ """ Base class for the GRAMPS databases before version 3.0. diff --git a/src/plugins/lib/libholiday.py b/src/plugins/lib/libholiday.py index 1716acf76..1eb24e35e 100644 --- a/src/plugins/lib/libholiday.py +++ b/src/plugins/lib/libholiday.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: libholiday.py 13878 2009-12-21 10:30:00Z robhealey1 $ # #------------------------------------------------------------------------ # diff --git a/src/plugins/lib/libmapservice.py b/src/plugins/lib/libmapservice.py index 0d8154c19..17d56c8d1 100644 --- a/src/plugins/lib/libmapservice.py +++ b/src/plugins/lib/libmapservice.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# $Id: $ +# $Id: libmapservice.py 13878 2009-12-21 10:50:00Z robhealey1 $ # """ Base class for map services. Example: open place in openstreetmap.org diff --git a/src/plugins/lib/libodfbackend.py b/src/plugins/lib/libodfbackend.py index 069c50e54..950155cbc 100644 --- a/src/plugins/lib/libodfbackend.py +++ b/src/plugins/lib/libodfbackend.py @@ -19,7 +19,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: libodfbackend.py 13878 2009-12-21 10:50:00Z robhealey1 $ """File and File format management for the openoffice reports """ diff --git a/src/plugins/lib/libplugins.gpr.py b/src/plugins/lib/libplugins.gpr.py index 90227058f..b065fafb5 100644 --- a/src/plugins/lib/libplugins.gpr.py +++ b/src/plugins/lib/libplugins.gpr.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id: libplugins.gpr.py 13878 2009-12-21 10:30:00Z robhealey1 $ #------------------------------------------------------------------------ # diff --git a/src/plugins/lib/libtranslate.py b/src/plugins/lib/libtranslate.py index cf6b5d6dc..c18672bca 100644 --- a/src/plugins/lib/libtranslate.py +++ b/src/plugins/lib/libtranslate.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id: libtranslate.py 13878 2009-12-21 10:50:00Z robhealey1 $ """ Translator class for use by plugins. @@ -170,4 +170,4 @@ class Translator: :returns: The date as text in the proper language. :rtype: unicode """ - return self.__dd.display(date) \ No newline at end of file + return self.__dd.display(date)