From 1c22612f5db2556d808513d2d94b9e336ee508ac Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Tue, 27 Nov 2012 04:31:14 +0000 Subject: [PATCH] for Python files in the "gramps" (only) sub-tree: 1) add SVN svn:keywords "Id" property if it didn't have it 2) add SVN svn:mime-type "text/plain" property if it didn't have it 3) add SVN "Id" line to the file if it had none 4) reformat SVN "Id" line in the file if it needed it svn: r20708 --- gramps/__init__.py | 2 +- gramps/gen/db/dictionary.py | 2 +- gramps/gen/filters/rules/_hassourceofbase.py | 2 +- gramps/gen/filters/rules/citation/_hascitation.py | 2 +- gramps/gen/filters/rules/family/_hassourceof.py | 2 +- gramps/gen/filters/rules/media/_hascitation.py | 2 +- gramps/gen/filters/rules/media/_hassourcecount.py | 2 +- gramps/gen/filters/rules/media/_hassourceof.py | 2 +- gramps/gen/filters/rules/media/_matchessourceconfidence.py | 2 +- .../filters/rules/person/_isdescendantfamilyoffiltermatch.py | 2 +- gramps/gen/filters/rules/place/_hascitation.py | 2 +- gramps/gen/filters/rules/place/_hassourcecount.py | 2 +- gramps/gen/filters/rules/place/_hassourceof.py | 2 +- gramps/gen/filters/rules/place/_matchessourceconfidence.py | 2 +- gramps/gen/merge/diff.py | 2 +- gramps/gen/utils/svn.py | 2 +- gramps/gui/widgets/menuitem.py | 2 +- gramps/gui/widgets/reorderfam.py | 2 +- gramps/webapp/context.py | 2 +- gramps/webapp/grampsdb/view/citation.py | 2 +- gramps/webapp/grampsdb/view/event.py | 2 +- gramps/webapp/grampsdb/view/family.py | 2 +- gramps/webapp/grampsdb/view/media.py | 2 +- gramps/webapp/grampsdb/view/note.py | 2 +- gramps/webapp/grampsdb/view/person.py | 2 +- gramps/webapp/grampsdb/view/place.py | 2 +- gramps/webapp/grampsdb/view/repository.py | 2 +- gramps/webapp/grampsdb/view/source.py | 2 +- gramps/webapp/grampsdb/view/tag.py | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/gramps/__init__.py b/gramps/__init__.py index dbb31000c..b7eff4ee8 100644 --- a/gramps/__init__.py +++ b/gramps/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # gen/__init__.py -# $Id: __init__.py 19732 2012-05-31 23:46:57Z nick-h $ +# $Id$ # """ diff --git a/gramps/gen/db/dictionary.py b/gramps/gen/db/dictionary.py index 0ee916985..6c60b8914 100644 --- a/gramps/gen/db/dictionary.py +++ b/gramps/gen/db/dictionary.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: dbdictionary.py $ +# $Id$ # """ Implements a Db interface as a Dictionary """ diff --git a/gramps/gen/filters/rules/_hassourceofbase.py b/gramps/gen/filters/rules/_hassourceofbase.py index f5f0c8934..d9011963b 100644 --- a/gramps/gen/filters/rules/_hassourceofbase.py +++ b/gramps/gen/filters/rules/_hassourceofbase.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasSourceOf.py 18548 2011-12-04 17:09:17Z kulath $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/gramps/gen/filters/rules/citation/_hascitation.py b/gramps/gen/filters/rules/citation/_hascitation.py index bf34bd536..0c59473e7 100644 --- a/gramps/gen/filters/rules/citation/_hascitation.py +++ b/gramps/gen/filters/rules/citation/_hascitation.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _hascitation.py 20271 2012-08-27 09:39:02Z bmcage $ +# $Id$ """ Filter rule to match citation data. diff --git a/gramps/gen/filters/rules/family/_hassourceof.py b/gramps/gen/filters/rules/family/_hassourceof.py index 766b4d2ff..ef6785200 100644 --- a/gramps/gen/filters/rules/family/_hassourceof.py +++ b/gramps/gen/filters/rules/family/_hassourceof.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasSourceOf.py 18548 2011-12-04 17:09:17Z kulath $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/gramps/gen/filters/rules/media/_hascitation.py b/gramps/gen/filters/rules/media/_hascitation.py index dc6c5361a..8a72ac8aa 100644 --- a/gramps/gen/filters/rules/media/_hascitation.py +++ b/gramps/gen/filters/rules/media/_hascitation.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasCitation.py 18548 2011-12-04 17:09:17Z kulath $ +# $Id$ """ Filter rule to match persons with a particular citation. diff --git a/gramps/gen/filters/rules/media/_hassourcecount.py b/gramps/gen/filters/rules/media/_hassourcecount.py index 7e6b2b6ac..db33fa12c 100644 --- a/gramps/gen/filters/rules/media/_hassourcecount.py +++ b/gramps/gen/filters/rules/media/_hassourcecount.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasSourceCount.py 18548 2011-12-04 17:09:17Z kulath $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/gramps/gen/filters/rules/media/_hassourceof.py b/gramps/gen/filters/rules/media/_hassourceof.py index d344a7377..9a88b2509 100644 --- a/gramps/gen/filters/rules/media/_hassourceof.py +++ b/gramps/gen/filters/rules/media/_hassourceof.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasSourceOf.py 18548 2011-12-04 17:09:17Z kulath $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/gramps/gen/filters/rules/media/_matchessourceconfidence.py b/gramps/gen/filters/rules/media/_matchessourceconfidence.py index 8925b85b4..df87c4c33 100644 --- a/gramps/gen/filters/rules/media/_matchessourceconfidence.py +++ b/gramps/gen/filters/rules/media/_matchessourceconfidence.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Filters/Rules/Person/_MatchesSourceConfidence.py -# $Id: _MatchesSourceConfidence.py 18361 2011-10-23 03:13:50Z paul-franklin $ +# $Id$ # #------------------------------------------------------------------------- diff --git a/gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py b/gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py index 432cad59c..d4d1ed477 100644 --- a/gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py +++ b/gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _IsDescendantOfFilterMatch.py 15855 2010-09-03 22:54:40Z bmcage $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/gramps/gen/filters/rules/place/_hascitation.py b/gramps/gen/filters/rules/place/_hascitation.py index 8e1239bdb..2e5322f5f 100644 --- a/gramps/gen/filters/rules/place/_hascitation.py +++ b/gramps/gen/filters/rules/place/_hascitation.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasCitation.py 18548 2011-12-04 17:09:17Z kulath $ +# $Id$ """ Filter rule to match family with a particular citation. diff --git a/gramps/gen/filters/rules/place/_hassourcecount.py b/gramps/gen/filters/rules/place/_hassourcecount.py index e9d316a42..6f47e12e5 100644 --- a/gramps/gen/filters/rules/place/_hassourcecount.py +++ b/gramps/gen/filters/rules/place/_hassourcecount.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasSourceCount.py 18548 2011-12-04 17:09:17Z kulath $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/gramps/gen/filters/rules/place/_hassourceof.py b/gramps/gen/filters/rules/place/_hassourceof.py index fc958ad2c..6c846b9af 100644 --- a/gramps/gen/filters/rules/place/_hassourceof.py +++ b/gramps/gen/filters/rules/place/_hassourceof.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _HasSourceOf.py 18548 2011-12-04 17:09:17Z kulath $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/gramps/gen/filters/rules/place/_matchessourceconfidence.py b/gramps/gen/filters/rules/place/_matchessourceconfidence.py index 916aaf974..0fe30d397 100644 --- a/gramps/gen/filters/rules/place/_matchessourceconfidence.py +++ b/gramps/gen/filters/rules/place/_matchessourceconfidence.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Filters/Rules/Person/_MatchesSourceConfidence.py -# $Id: _MatchesSourceConfidence.py 18361 2011-10-23 03:13:50Z paul-franklin $ +# $Id$ # #------------------------------------------------------------------------- diff --git a/gramps/gen/merge/diff.py b/gramps/gen/merge/diff.py index 99bbb3871..46541baa2 100644 --- a/gramps/gen/merge/diff.py +++ b/gramps/gen/merge/diff.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ This package implements an object difference engine. diff --git a/gramps/gen/utils/svn.py b/gramps/gen/utils/svn.py index f1c22932b..d837da48f 100644 --- a/gramps/gen/utils/svn.py +++ b/gramps/gen/utils/svn.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ Based on the version from Django, a Python ORM. diff --git a/gramps/gui/widgets/menuitem.py b/gramps/gui/widgets/menuitem.py index 04d3df384..a375c36de 100644 --- a/gramps/gui/widgets/menuitem.py +++ b/gramps/gui/widgets/menuitem.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: toolcomboentry.py 19858 2012-06-17 21:25:37Z bmcage $ +# $Id$ "ToolComboEntry class." diff --git a/gramps/gui/widgets/reorderfam.py b/gramps/gui/widgets/reorderfam.py index be75962fe..4eba112af 100644 --- a/gramps/gui/widgets/reorderfam.py +++ b/gramps/gui/widgets/reorderfam.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: relview.py 20294 2012-08-30 20:34:42Z bmcage $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/gramps/webapp/context.py b/gramps/webapp/context.py index 063826288..726c8f067 100644 --- a/gramps/webapp/context.py +++ b/gramps/webapp/context.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$ # def messages(request): diff --git a/gramps/webapp/grampsdb/view/citation.py b/gramps/webapp/grampsdb/view/citation.py index 6f33cc49b..37ffc923b 100644 --- a/gramps/webapp/grampsdb/view/citation.py +++ b/gramps/webapp/grampsdb/view/citation.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: utils.py 19637 2012-05-24 17:22:14Z dsblank $ +# $Id$ # """ Views for Person, Name, and Surname """ diff --git a/gramps/webapp/grampsdb/view/event.py b/gramps/webapp/grampsdb/view/event.py index f3062f876..012994be9 100644 --- a/gramps/webapp/grampsdb/view/event.py +++ b/gramps/webapp/grampsdb/view/event.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: utils.py 19637 2012-05-24 17:22:14Z dsblank $ +# $Id$ # """ Views for Person, Name, and Surname """ diff --git a/gramps/webapp/grampsdb/view/family.py b/gramps/webapp/grampsdb/view/family.py index 9754d7058..17787a315 100644 --- a/gramps/webapp/grampsdb/view/family.py +++ b/gramps/webapp/grampsdb/view/family.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: utils.py 19637 2012-05-24 17:22:14Z dsblank $ +# $Id$ # """ Views for Person, Name, and Surname """ diff --git a/gramps/webapp/grampsdb/view/media.py b/gramps/webapp/grampsdb/view/media.py index 3d7198817..b2c83cfbe 100644 --- a/gramps/webapp/grampsdb/view/media.py +++ b/gramps/webapp/grampsdb/view/media.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: utils.py 19637 2012-05-24 17:22:14Z dsblank $ +# $Id$ # """ Views for Person, Name, and Surname """ diff --git a/gramps/webapp/grampsdb/view/note.py b/gramps/webapp/grampsdb/view/note.py index d21d08ec7..c816ccf49 100644 --- a/gramps/webapp/grampsdb/view/note.py +++ b/gramps/webapp/grampsdb/view/note.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: utils.py 19637 2012-05-24 17:22:14Z dsblank $ +# $Id$ # """ Views for Person, Name, and Surname """ diff --git a/gramps/webapp/grampsdb/view/person.py b/gramps/webapp/grampsdb/view/person.py index 89f1a53ab..148ef15af 100644 --- a/gramps/webapp/grampsdb/view/person.py +++ b/gramps/webapp/grampsdb/view/person.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: utils.py 19637 2012-05-24 17:22:14Z dsblank $ +# $Id$ # """ Views for Person, Name, and Surname """ diff --git a/gramps/webapp/grampsdb/view/place.py b/gramps/webapp/grampsdb/view/place.py index 996497753..fe50f5f36 100644 --- a/gramps/webapp/grampsdb/view/place.py +++ b/gramps/webapp/grampsdb/view/place.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: utils.py 19637 2012-05-24 17:22:14Z dsblank $ +# $Id$ # """ Views for Person, Name, and Surname """ diff --git a/gramps/webapp/grampsdb/view/repository.py b/gramps/webapp/grampsdb/view/repository.py index 63378591f..70336e0c1 100644 --- a/gramps/webapp/grampsdb/view/repository.py +++ b/gramps/webapp/grampsdb/view/repository.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: utils.py 19637 2012-05-24 17:22:14Z dsblank $ +# $Id$ # """ Views for Person, Name, and Surname """ diff --git a/gramps/webapp/grampsdb/view/source.py b/gramps/webapp/grampsdb/view/source.py index a3f572cc1..c766cd56d 100644 --- a/gramps/webapp/grampsdb/view/source.py +++ b/gramps/webapp/grampsdb/view/source.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: utils.py 19637 2012-05-24 17:22:14Z dsblank $ +# $Id$ # """ Views for Person, Name, and Surname """ diff --git a/gramps/webapp/grampsdb/view/tag.py b/gramps/webapp/grampsdb/view/tag.py index e2a5c9cd7..8f6605450 100644 --- a/gramps/webapp/grampsdb/view/tag.py +++ b/gramps/webapp/grampsdb/view/tag.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: utils.py 19637 2012-05-24 17:22:14Z dsblank $ +# $Id$ # """ Views for Person, Name, and Surname """