aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-06-06 12:12:09 +0000
committerJustus Winter <[email protected]>2016-06-06 12:16:01 +0000
commit2055a63605207bbf3b5ce1aa7bf159e7b83e87e6 (patch)
tree2f4004203e635f725bbba234cc77f434b5d0866a /lang/python/examples
parentpython: Fix test suite with GnuPG prior to 2.1.12. (diff)
downloadgpgme-2055a63605207bbf3b5ce1aa7bf159e7b83e87e6.tar.gz
gpgme-2055a63605207bbf3b5ce1aa7bf159e7b83e87e6.zip
python: Drop obsolete VCS keywords.
-- Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rwxr-xr-xlang/python/examples/delkey.py1
-rwxr-xr-xlang/python/examples/encrypt-to-all.py1
-rwxr-xr-xlang/python/examples/exportimport.py1
-rwxr-xr-xlang/python/examples/genkey.py1
-rw-r--r--lang/python/examples/inter-edit.py1
-rwxr-xr-xlang/python/examples/sign.py1
-rwxr-xr-xlang/python/examples/signverify.py1
-rwxr-xr-xlang/python/examples/simple.py1
-rw-r--r--lang/python/examples/t-edit.py1
-rwxr-xr-xlang/python/examples/verifydetails.py1
10 files changed, 0 insertions, 10 deletions
diff --git a/lang/python/examples/delkey.py b/lang/python/examples/delkey.py
index 773b2623..3fb71eb4 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 <[email protected]>
#
# 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 331933e4..5e126760 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 <[email protected]>
# Copyright (C) 2002 John Goerzen <[email protected]>
#
diff --git a/lang/python/examples/exportimport.py b/lang/python/examples/exportimport.py
index 6c7d5b8f..d0e1fa89 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 <[email protected]>
#
# 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 bc708339..d5a88a70 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 <[email protected]>
# Copyright (C) 2002 John Goerzen <[email protected]>
#
diff --git a/lang/python/examples/inter-edit.py b/lang/python/examples/inter-edit.py
index f00928b0..dcb47c25 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 <[email protected]>
#
# 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 ca439586..b6a1d3cd 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
#
diff --git a/lang/python/examples/signverify.py b/lang/python/examples/signverify.py
index 292deee9..6a63112a 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 <[email protected]>
#
# 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 faa0f4cd..29a44492 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 <[email protected]>
# Copyright (C) 2002 John Goerzen <[email protected]>
#
diff --git a/lang/python/examples/t-edit.py b/lang/python/examples/t-edit.py
index 5c35f966..4a3b8ac9 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 <[email protected]>
#
# 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 0aa6f15b..99e5e0a7 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 <[email protected]>
# Copyright (c) 2008 Bernhard Reiter <[email protected]>