[Pkg-gnupg-commit] [gpgme] 156/412: python: Drop obsolete VCS keywords.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 2055a63605207bbf3b5ce1aa7bf159e7b83e87e6
Author: Justus Winter <justus at g10code.com>
Date:   Mon Jun 6 14:12:09 2016 +0200

    python: Drop obsolete VCS keywords.
    
    --
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 lang/python/examples/delkey.py                 | 1 -
 lang/python/examples/encrypt-to-all.py         | 1 -
 lang/python/examples/exportimport.py           | 1 -
 lang/python/examples/genkey.py                 | 1 -
 lang/python/examples/inter-edit.py             | 1 -
 lang/python/examples/sign.py                   | 1 -
 lang/python/examples/signverify.py             | 1 -
 lang/python/examples/simple.py                 | 1 -
 lang/python/examples/t-edit.py                 | 1 -
 lang/python/examples/verifydetails.py          | 1 -
 lang/python/gpgme-h-clean.py                   | 1 -
 lang/python/gpgme.i                            | 1 -
 lang/python/helpers.c                          | 1 -
 lang/python/helpers.h                          | 1 -
 lang/python/pyme/__init__.py                   | 1 -
 lang/python/pyme/callbacks.py                  | 1 -
 lang/python/pyme/constants/__init__.py         | 1 -
 lang/python/pyme/constants/data/__init__.py    | 1 -
 lang/python/pyme/constants/data/encoding.py    | 1 -
 lang/python/pyme/constants/event.py            | 1 -
 lang/python/pyme/constants/import.py           | 1 -
 lang/python/pyme/constants/keylist/__init__.py | 1 -
 lang/python/pyme/constants/keylist/mode.py     | 1 -
 lang/python/pyme/constants/md.py               | 1 -
 lang/python/pyme/constants/pk.py               | 1 -
 lang/python/pyme/constants/protocol.py         | 1 -
 lang/python/pyme/constants/sig/__init__.py     | 1 -
 lang/python/pyme/constants/sig/mode.py         | 1 -
 lang/python/pyme/constants/sigsum.py           | 1 -
 lang/python/pyme/constants/status.py           | 1 -
 lang/python/pyme/constants/validity.py         | 1 -
 lang/python/pyme/core.py                       | 1 -
 lang/python/pyme/errors.py                     | 1 -
 lang/python/pyme/util.py                       | 1 -
 lang/python/pyme/version.py                    | 1 -
 lang/python/setup.py                           | 1 -
 36 files changed, 36 deletions(-)

diff --git a/lang/python/examples/delkey.py b/lang/python/examples/delkey.py
index 773b262..3fb71eb 100755
--- a/lang/python/examples/delkey.py
+++ b/lang/python/examples/delkey.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# $Id$
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
 #
 #    This program is free software; you can redistribute it and/or
diff --git a/lang/python/examples/encrypt-to-all.py b/lang/python/examples/encrypt-to-all.py
index 331933e..5e12676 100755
--- a/lang/python/examples/encrypt-to-all.py
+++ b/lang/python/examples/encrypt-to-all.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# $Id$
 # Copyright (C) 2008 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/examples/exportimport.py b/lang/python/examples/exportimport.py
index 6c7d5b8..d0e1fa8 100755
--- a/lang/python/examples/exportimport.py
+++ b/lang/python/examples/exportimport.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# $Id$
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
 #
 #    This program is free software; you can redistribute it and/or
diff --git a/lang/python/examples/genkey.py b/lang/python/examples/genkey.py
index bc70833..d5a88a7 100755
--- a/lang/python/examples/genkey.py
+++ b/lang/python/examples/genkey.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/examples/inter-edit.py b/lang/python/examples/inter-edit.py
index f00928b..dcb47c2 100644
--- a/lang/python/examples/inter-edit.py
+++ b/lang/python/examples/inter-edit.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# $Id$
 # Copyright (C) 2005 Igor Belyi <belyi at users.sourceforge.net>
 #
 #    This program is free software; you can redistribute it and/or modify
diff --git a/lang/python/examples/sign.py b/lang/python/examples/sign.py
index ca43958..b6a1d3c 100755
--- a/lang/python/examples/sign.py
+++ b/lang/python/examples/sign.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# $Id$
 # Copyright (C) 2002 John Goerzen
 # <jgoerzen at complete.org>
 #
diff --git a/lang/python/examples/signverify.py b/lang/python/examples/signverify.py
index 292deee..6a63112 100755
--- a/lang/python/examples/signverify.py
+++ b/lang/python/examples/signverify.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# $Id$
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
 #
 #    This program is free software; you can redistribute it and/or modify
diff --git a/lang/python/examples/simple.py b/lang/python/examples/simple.py
index faa0f4c..29a4449 100755
--- a/lang/python/examples/simple.py
+++ b/lang/python/examples/simple.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# $Id$
 # Copyright (C) 2005 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/examples/t-edit.py b/lang/python/examples/t-edit.py
index 5c35f96..4a3b8ac 100644
--- a/lang/python/examples/t-edit.py
+++ b/lang/python/examples/t-edit.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# $Id$
 # Copyright (C) 2005 Igor Belyi <belyi at users.sourceforge.net>
 #
 #    This program is free software; you can redistribute it and/or modify
diff --git a/lang/python/examples/verifydetails.py b/lang/python/examples/verifydetails.py
index 0aa6f15..99e5e0a 100755
--- a/lang/python/examples/verifydetails.py
+++ b/lang/python/examples/verifydetails.py
@@ -6,7 +6,6 @@
 #   added output of signature.summary (another bitfield)
 #   printing signature bitfield in hex format
 #
-# $Id$
 #
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (c) 2008 Bernhard Reiter <bernhard at intevation.de>
diff --git a/lang/python/gpgme-h-clean.py b/lang/python/gpgme-h-clean.py
index 5313a83..261e7b6 100755
--- a/lang/python/gpgme-h-clean.py
+++ b/lang/python/gpgme-h-clean.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# $Id$
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
 #
 #    This library is free software; you can redistribute it and/or
diff --git a/lang/python/gpgme.i b/lang/python/gpgme.i
index 87fe90d..4c020ff 100644
--- a/lang/python/gpgme.i
+++ b/lang/python/gpgme.i
@@ -1,5 +1,4 @@
 /*
-# $Id$
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/helpers.c b/lang/python/helpers.c
index 4bbc298..4b6ac31 100644
--- a/lang/python/helpers.c
+++ b/lang/python/helpers.c
@@ -1,5 +1,4 @@
 /*
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/helpers.h b/lang/python/helpers.h
index 8b90008..1bfcaa6 100644
--- a/lang/python/helpers.h
+++ b/lang/python/helpers.h
@@ -1,5 +1,4 @@
 /*
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/__init__.py b/lang/python/pyme/__init__.py
index 7716e51..d06866a 100644
--- a/lang/python/pyme/__init__.py
+++ b/lang/python/pyme/__init__.py
@@ -1,4 +1,3 @@
-# $Id$
 """
 Pyme: GPGME Interface for Python
 Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
diff --git a/lang/python/pyme/callbacks.py b/lang/python/pyme/callbacks.py
index 3a507b9..09f8226 100644
--- a/lang/python/pyme/callbacks.py
+++ b/lang/python/pyme/callbacks.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/__init__.py b/lang/python/pyme/constants/__init__.py
index b557da8..2e91d76 100644
--- a/lang/python/pyme/constants/__init__.py
+++ b/lang/python/pyme/constants/__init__.py
@@ -1,4 +1,3 @@
-# $Id$
 
 from pyme import util
 util.process_constants('GPGME_', globals())
diff --git a/lang/python/pyme/constants/data/__init__.py b/lang/python/pyme/constants/data/__init__.py
index f172e0c..ed7b67b 100644
--- a/lang/python/pyme/constants/data/__init__.py
+++ b/lang/python/pyme/constants/data/__init__.py
@@ -1,4 +1,3 @@
-# $Id$
 
 from . import encoding
 __all__ = ['encoding']
diff --git a/lang/python/pyme/constants/data/encoding.py b/lang/python/pyme/constants/data/encoding.py
index d1485ad..ac6079c 100644
--- a/lang/python/pyme/constants/data/encoding.py
+++ b/lang/python/pyme/constants/data/encoding.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/event.py b/lang/python/pyme/constants/event.py
index 1a4fac6..3ce234e 100644
--- a/lang/python/pyme/constants/event.py
+++ b/lang/python/pyme/constants/event.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/import.py b/lang/python/pyme/constants/import.py
index 628177d..a824f7b 100644
--- a/lang/python/pyme/constants/import.py
+++ b/lang/python/pyme/constants/import.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/keylist/__init__.py b/lang/python/pyme/constants/keylist/__init__.py
index 2f2152a..8752bb2 100644
--- a/lang/python/pyme/constants/keylist/__init__.py
+++ b/lang/python/pyme/constants/keylist/__init__.py
@@ -1,4 +1,3 @@
-# $Id$
 
 from . import mode
 __all__ = ['mode']
diff --git a/lang/python/pyme/constants/keylist/mode.py b/lang/python/pyme/constants/keylist/mode.py
index 137ce17..7c3cd09 100644
--- a/lang/python/pyme/constants/keylist/mode.py
+++ b/lang/python/pyme/constants/keylist/mode.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/md.py b/lang/python/pyme/constants/md.py
index 2db01a5..700d872 100644
--- a/lang/python/pyme/constants/md.py
+++ b/lang/python/pyme/constants/md.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/pk.py b/lang/python/pyme/constants/pk.py
index 5f39235..f0e3937 100644
--- a/lang/python/pyme/constants/pk.py
+++ b/lang/python/pyme/constants/pk.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/protocol.py b/lang/python/pyme/constants/protocol.py
index 3d3c790..e9f9a48 100644
--- a/lang/python/pyme/constants/protocol.py
+++ b/lang/python/pyme/constants/protocol.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/sig/__init__.py b/lang/python/pyme/constants/sig/__init__.py
index 2f2152a..8752bb2 100644
--- a/lang/python/pyme/constants/sig/__init__.py
+++ b/lang/python/pyme/constants/sig/__init__.py
@@ -1,4 +1,3 @@
-# $Id$
 
 from . import mode
 __all__ = ['mode']
diff --git a/lang/python/pyme/constants/sig/mode.py b/lang/python/pyme/constants/sig/mode.py
index fa090ab..631bd7c 100644
--- a/lang/python/pyme/constants/sig/mode.py
+++ b/lang/python/pyme/constants/sig/mode.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/sigsum.py b/lang/python/pyme/constants/sigsum.py
index 7be40ae..5164347 100644
--- a/lang/python/pyme/constants/sigsum.py
+++ b/lang/python/pyme/constants/sigsum.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/status.py b/lang/python/pyme/constants/status.py
index 60c0c90..c1859b2 100644
--- a/lang/python/pyme/constants/status.py
+++ b/lang/python/pyme/constants/status.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/constants/validity.py b/lang/python/pyme/constants/validity.py
index 9590b27..fde2eee 100644
--- a/lang/python/pyme/constants/validity.py
+++ b/lang/python/pyme/constants/validity.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/core.py b/lang/python/pyme/core.py
index cc262c9..8deeb90 100644
--- a/lang/python/pyme/core.py
+++ b/lang/python/pyme/core.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/errors.py b/lang/python/pyme/errors.py
index f716421..f96877b 100644
--- a/lang/python/pyme/errors.py
+++ b/lang/python/pyme/errors.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/util.py b/lang/python/pyme/util.py
index d52cd1f..5527a1a 100644
--- a/lang/python/pyme/util.py
+++ b/lang/python/pyme/util.py
@@ -1,4 +1,3 @@
-# $Id$
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>
 #
diff --git a/lang/python/pyme/version.py b/lang/python/pyme/version.py
index 3dd8d3a..b60f50c 100644
--- a/lang/python/pyme/version.py
+++ b/lang/python/pyme/version.py
@@ -1,4 +1,3 @@
-# $Id$
 
 productname = 'pyme'
 versionstr = "0.9.1"
diff --git a/lang/python/setup.py b/lang/python/setup.py
index 374df5d..0d90403 100755
--- a/lang/python/setup.py
+++ b/lang/python/setup.py
@@ -1,6 +1,5 @@
 #!/usr/bin/env python3
 
-# $Id$
 
 # Module: installer
 # COPYRIGHT #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list