aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-01-11 23:20:21 +0100
committerIlya Etingof <etingof@gmail.com>2017-01-11 23:20:21 +0100
commit0ff3127d7982c20d57bd9d09d2de273a5a29e04f (patch)
tree1d4fb8f21ca58dfd3b339d940b0dad97c2aaaa58 /tools
parentc91878987149d0fdd46a974544c090f32f098061 (diff)
downloadpyasn1-modules-0ff3127d7982c20d57bd9d09d2de273a5a29e04f.tar.gz
email changed, copyright extended to year 2017
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cmpdump.py2
-rwxr-xr-xtools/crldump.py2
-rwxr-xr-xtools/crmfdump.py2
-rwxr-xr-xtools/ocspclient.py2
-rwxr-xr-xtools/ocspreqdump.py2
-rwxr-xr-xtools/ocsprspdump.py2
-rwxr-xr-xtools/pkcs10dump.py2
-rwxr-xr-xtools/pkcs1dump.py2
-rwxr-xr-xtools/pkcs7dump.py2
-rwxr-xr-xtools/pkcs8dump.py2
-rwxr-xr-xtools/snmpget.py2
-rwxr-xr-xtools/x509dump-rfc5280.py2
-rwxr-xr-xtools/x509dump.py2
13 files changed, 13 insertions, 13 deletions
diff --git a/tools/cmpdump.py b/tools/cmpdump.py
index 31545c6..c89951a 100755
--- a/tools/cmpdump.py
+++ b/tools/cmpdump.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read ASN.1/PEM CMP message on stdin, parse into
diff --git a/tools/crldump.py b/tools/crldump.py
index 69207b5..b871ddd 100755
--- a/tools/crldump.py
+++ b/tools/crldump.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read X.509 CRL on stdin, print them pretty and encode back into
diff --git a/tools/crmfdump.py b/tools/crmfdump.py
index 3c38a85..efb0ffc 100755
--- a/tools/crmfdump.py
+++ b/tools/crmfdump.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read ASN.1/PEM X.509 CRMF request on stdin, parse into
diff --git a/tools/ocspclient.py b/tools/ocspclient.py
index 2f56751..07ff5ad 100755
--- a/tools/ocspclient.py
+++ b/tools/ocspclient.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
import hashlib
diff --git a/tools/ocspreqdump.py b/tools/ocspreqdump.py
index 3d92601..40c088a 100755
--- a/tools/ocspreqdump.py
+++ b/tools/ocspreqdump.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read ASN.1/PEM X.509 CRMF request on stdin, parse into
diff --git a/tools/ocsprspdump.py b/tools/ocsprspdump.py
index f10343f..ca52f64 100755
--- a/tools/ocsprspdump.py
+++ b/tools/ocsprspdump.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read ASN.1/PEM OCSP response on stdin, parse into
diff --git a/tools/pkcs10dump.py b/tools/pkcs10dump.py
index 4a6bc8a..56417ae 100755
--- a/tools/pkcs10dump.py
+++ b/tools/pkcs10dump.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read ASN.1/PEM X.509 certificate requests (PKCS#10 format) on stdin,
diff --git a/tools/pkcs1dump.py b/tools/pkcs1dump.py
index 447ddaf..f205d77 100755
--- a/tools/pkcs1dump.py
+++ b/tools/pkcs1dump.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read unencrypted PKCS#1/PKIX-compliant, PEM&DER encoded private keys on
diff --git a/tools/pkcs7dump.py b/tools/pkcs7dump.py
index 71c63ac..72fe70d 100755
--- a/tools/pkcs7dump.py
+++ b/tools/pkcs7dump.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read ASN.1/PEM PKCS#7 on stdin, parse it into plain text,
diff --git a/tools/pkcs8dump.py b/tools/pkcs8dump.py
index a9ab073..2bb8388 100755
--- a/tools/pkcs8dump.py
+++ b/tools/pkcs8dump.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read bunch of ASN.1/PEM plain/encrypted private keys in PKCS#8
diff --git a/tools/snmpget.py b/tools/snmpget.py
index 91d72df..cd9fec2 100755
--- a/tools/snmpget.py
+++ b/tools/snmpget.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Generate SNMPGET request, parse response
diff --git a/tools/x509dump-rfc5280.py b/tools/x509dump-rfc5280.py
index 9ef9b7f..482df7e 100755
--- a/tools/x509dump-rfc5280.py
+++ b/tools/x509dump-rfc5280.py
@@ -4,7 +4,7 @@
# This file is part of pyasn1-modules software.
#
# Created by Stanisław Pitucha with asn1ate tool.
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read ASN.1/PEM X.509 certificates on stdin, parse each into plain text,
diff --git a/tools/x509dump.py b/tools/x509dump.py
index 87c83d7..2c51c6a 100755
--- a/tools/x509dump.py
+++ b/tools/x509dump.py
@@ -2,7 +2,7 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
# Read ASN.1/PEM X.509 certificates on stdin, parse each into plain text,