diff options
Diffstat (limited to 'lang/python/examples')
-rwxr-xr-x | lang/python/examples/delkey.py | 1 | ||||
-rwxr-xr-x | lang/python/examples/encrypt-to-all.py | 1 | ||||
-rwxr-xr-x | lang/python/examples/exportimport.py | 1 | ||||
-rwxr-xr-x | lang/python/examples/genkey.py | 1 | ||||
-rw-r--r-- | lang/python/examples/inter-edit.py | 1 | ||||
-rwxr-xr-x | lang/python/examples/sign.py | 1 | ||||
-rwxr-xr-x | lang/python/examples/signverify.py | 1 | ||||
-rwxr-xr-x | lang/python/examples/simple.py | 1 | ||||
-rw-r--r-- | lang/python/examples/t-edit.py | 1 | ||||
-rwxr-xr-x | lang/python/examples/verifydetails.py | 1 |
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]> |