aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt3
-rw-r--r--LICENSE.txt2
-rw-r--r--README.md2
-rw-r--r--pyasn1_modules/pem.py2
-rw-r--r--pyasn1_modules/rfc1155.py2
-rw-r--r--pyasn1_modules/rfc1157.py2
-rw-r--r--pyasn1_modules/rfc1901.py2
-rw-r--r--pyasn1_modules/rfc1902.py2
-rw-r--r--pyasn1_modules/rfc1905.py2
-rw-r--r--pyasn1_modules/rfc2251.py2
-rw-r--r--pyasn1_modules/rfc2314.py2
-rw-r--r--pyasn1_modules/rfc2315.py2
-rw-r--r--pyasn1_modules/rfc2437.py2
-rw-r--r--pyasn1_modules/rfc2459.py2
-rw-r--r--pyasn1_modules/rfc2511.py2
-rw-r--r--pyasn1_modules/rfc2560.py2
-rw-r--r--pyasn1_modules/rfc3280.py2
-rw-r--r--pyasn1_modules/rfc3281.py2
-rw-r--r--pyasn1_modules/rfc3412.py2
-rw-r--r--pyasn1_modules/rfc3414.py2
-rw-r--r--pyasn1_modules/rfc3447.py2
-rw-r--r--pyasn1_modules/rfc3852.py2
-rw-r--r--pyasn1_modules/rfc4210.py2
-rw-r--r--pyasn1_modules/rfc4211.py2
-rw-r--r--pyasn1_modules/rfc5208.py2
-rw-r--r--pyasn1_modules/rfc5280.py2
-rw-r--r--pyasn1_modules/rfc5652.py2
-rw-r--r--pyasn1_modules/rfc6402.py2
-rw-r--r--setup.py2
-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
42 files changed, 43 insertions, 42 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 54c33ad..439a3b1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,8 +1,9 @@
-Revision 0.0.9, released XX-XX-2015
+Revision 0.0.9, released XX-XX-2017
-----------------------------------
* Fix to __doc__ use in setup.py to make -O0 installation mode working.
* Copyright added to source files.
+* Author's e-mail changed
Revision 0.0.8, released 28-09-2015
-----------------------------------
diff --git a/LICENSE.txt b/LICENSE.txt
index 7ce5e4d..02b45c4 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/README.md b/README.md
index 21ad213..0cb5f01 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,6 @@ or post your question
If you want to contribute ASN.1 modules you have converted into pyasn1,
please send me a pull request.
-Copyright (c) 2005-2016, [Ilya Etingof](http://ilya@glas.net).
+Copyright (c) 2005-2017, [Ilya Etingof](mailto:etingof@gmail.com).
All rights reserved.
diff --git a/pyasn1_modules/pem.py b/pyasn1_modules/pem.py
index e3f8cb6..913f96d 100644
--- a/pyasn1_modules/pem.py
+++ b/pyasn1_modules/pem.py
@@ -1,7 +1,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 base64
diff --git a/pyasn1_modules/rfc1155.py b/pyasn1_modules/rfc1155.py
index 50f002c..4980a38 100644
--- a/pyasn1_modules/rfc1155.py
+++ b/pyasn1_modules/rfc1155.py
@@ -1,7 +1,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
#
# SNMPv1 message syntax
diff --git a/pyasn1_modules/rfc1157.py b/pyasn1_modules/rfc1157.py
index 36fa0d3..1ad1d27 100644
--- a/pyasn1_modules/rfc1157.py
+++ b/pyasn1_modules/rfc1157.py
@@ -1,7 +1,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
#
# SNMPv1 message syntax
diff --git a/pyasn1_modules/rfc1901.py b/pyasn1_modules/rfc1901.py
index a321624..eadf9aa 100644
--- a/pyasn1_modules/rfc1901.py
+++ b/pyasn1_modules/rfc1901.py
@@ -1,7 +1,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
#
# SNMPv2c message syntax
diff --git a/pyasn1_modules/rfc1902.py b/pyasn1_modules/rfc1902.py
index f49820e..5e9307e 100644
--- a/pyasn1_modules/rfc1902.py
+++ b/pyasn1_modules/rfc1902.py
@@ -1,7 +1,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
#
# SNMPv2c message syntax
diff --git a/pyasn1_modules/rfc1905.py b/pyasn1_modules/rfc1905.py
index 8ed4dd7..de5bb03 100644
--- a/pyasn1_modules/rfc1905.py
+++ b/pyasn1_modules/rfc1905.py
@@ -1,7 +1,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
#
# SNMPv2c PDU syntax
diff --git a/pyasn1_modules/rfc2251.py b/pyasn1_modules/rfc2251.py
index 9538918..d4a245a 100644
--- a/pyasn1_modules/rfc2251.py
+++ b/pyasn1_modules/rfc2251.py
@@ -1,7 +1,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
#
# LDAP message syntax
diff --git a/pyasn1_modules/rfc2314.py b/pyasn1_modules/rfc2314.py
index f350f77..ef6a65b 100644
--- a/pyasn1_modules/rfc2314.py
+++ b/pyasn1_modules/rfc2314.py
@@ -1,7 +1,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
#
# PKCS#10 syntax
diff --git a/pyasn1_modules/rfc2315.py b/pyasn1_modules/rfc2315.py
index 9c7cab3..765b5d0 100644
--- a/pyasn1_modules/rfc2315.py
+++ b/pyasn1_modules/rfc2315.py
@@ -1,7 +1,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
#
# PKCS#7 message syntax
diff --git a/pyasn1_modules/rfc2437.py b/pyasn1_modules/rfc2437.py
index 33b5e50..4710a23 100644
--- a/pyasn1_modules/rfc2437.py
+++ b/pyasn1_modules/rfc2437.py
@@ -1,7 +1,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
#
# PKCS#1 syntax
diff --git a/pyasn1_modules/rfc2459.py b/pyasn1_modules/rfc2459.py
index f405f41..52f9f76 100644
--- a/pyasn1_modules/rfc2459.py
+++ b/pyasn1_modules/rfc2459.py
@@ -1,7 +1,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
#
# X.509 message syntax
diff --git a/pyasn1_modules/rfc2511.py b/pyasn1_modules/rfc2511.py
index f75e6b4..1cc2fe8 100644
--- a/pyasn1_modules/rfc2511.py
+++ b/pyasn1_modules/rfc2511.py
@@ -1,7 +1,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
#
# X.509 certificate Request Message Format (CRMF) syntax
diff --git a/pyasn1_modules/rfc2560.py b/pyasn1_modules/rfc2560.py
index 5215d6b..e41994a 100644
--- a/pyasn1_modules/rfc2560.py
+++ b/pyasn1_modules/rfc2560.py
@@ -1,7 +1,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
#
# OCSP request/response syntax
diff --git a/pyasn1_modules/rfc3280.py b/pyasn1_modules/rfc3280.py
index 29540ad..b198f53 100644
--- a/pyasn1_modules/rfc3280.py
+++ b/pyasn1_modules/rfc3280.py
@@ -3,7 +3,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
#
# Internet X.509 Public Key Infrastructure Certificate and Certificate
diff --git a/pyasn1_modules/rfc3281.py b/pyasn1_modules/rfc3281.py
index c522670..f31ac25 100644
--- a/pyasn1_modules/rfc3281.py
+++ b/pyasn1_modules/rfc3281.py
@@ -3,7 +3,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
#
# An Internet Attribute Certificate Profile for Authorization
diff --git a/pyasn1_modules/rfc3412.py b/pyasn1_modules/rfc3412.py
index 891d1eb..b3f5a92 100644
--- a/pyasn1_modules/rfc3412.py
+++ b/pyasn1_modules/rfc3412.py
@@ -1,7 +1,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
#
# SNMPv3 message syntax
diff --git a/pyasn1_modules/rfc3414.py b/pyasn1_modules/rfc3414.py
index a84f74a..aeb82aa 100644
--- a/pyasn1_modules/rfc3414.py
+++ b/pyasn1_modules/rfc3414.py
@@ -1,7 +1,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
#
# SNMPv3 message syntax
diff --git a/pyasn1_modules/rfc3447.py b/pyasn1_modules/rfc3447.py
index ec7c85a..5337598 100644
--- a/pyasn1_modules/rfc3447.py
+++ b/pyasn1_modules/rfc3447.py
@@ -1,7 +1,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
#
# PKCS#1 syntax
diff --git a/pyasn1_modules/rfc3852.py b/pyasn1_modules/rfc3852.py
index b721afa..1a09335 100644
--- a/pyasn1_modules/rfc3852.py
+++ b/pyasn1_modules/rfc3852.py
@@ -3,7 +3,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
#
# Cryptographic Message Syntax (CMS)
diff --git a/pyasn1_modules/rfc4210.py b/pyasn1_modules/rfc4210.py
index 5fde668..4e048ef 100644
--- a/pyasn1_modules/rfc4210.py
+++ b/pyasn1_modules/rfc4210.py
@@ -1,7 +1,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
#
# Certificate Management Protocol structures as per RFC4210
diff --git a/pyasn1_modules/rfc4211.py b/pyasn1_modules/rfc4211.py
index b984062..6404e17 100644
--- a/pyasn1_modules/rfc4211.py
+++ b/pyasn1_modules/rfc4211.py
@@ -3,7 +3,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
#
# Internet X.509 Public Key Infrastructure Certificate Request
diff --git a/pyasn1_modules/rfc5208.py b/pyasn1_modules/rfc5208.py
index 6b7c3ba..6b6487d 100644
--- a/pyasn1_modules/rfc5208.py
+++ b/pyasn1_modules/rfc5208.py
@@ -1,7 +1,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
#
# PKCS#8 syntax
diff --git a/pyasn1_modules/rfc5280.py b/pyasn1_modules/rfc5280.py
index 3ea4617..f2aad23 100644
--- a/pyasn1_modules/rfc5280.py
+++ b/pyasn1_modules/rfc5280.py
@@ -3,7 +3,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
#
# Internet X.509 Public Key Infrastructure Certificate and Certificate
diff --git a/pyasn1_modules/rfc5652.py b/pyasn1_modules/rfc5652.py
index a2002ad..03f5b84 100644
--- a/pyasn1_modules/rfc5652.py
+++ b/pyasn1_modules/rfc5652.py
@@ -3,7 +3,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
#
# Cryptographic Message Syntax (CMS)
diff --git a/pyasn1_modules/rfc6402.py b/pyasn1_modules/rfc6402.py
index c1437f3..8ff105a 100644
--- a/pyasn1_modules/rfc6402.py
+++ b/pyasn1_modules/rfc6402.py
@@ -3,7 +3,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
#
# Certificate Management over CMS (CMC) Updates
diff --git a/setup.py b/setup.py
index f8e6802..e9ea4a5 100644
--- a/setup.py
+++ b/setup.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
#
"""A collection of ASN.1-based protocols modules.
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,