aboutsummaryrefslogtreecommitdiff
path: root/tools/pkcs8dump.py
diff options
context:
space:
mode:
authorelie <elie>2015-12-29 23:14:22 +0000
committerelie <elie>2015-12-29 23:14:22 +0000
commit71ba606413ce29728541e426a5068981204b1859 (patch)
tree930893e891c70f0a0e5d82484ac8dc08471c6dc4 /tools/pkcs8dump.py
parent35eec0d4d678845dcc06aa343e561f2582e5fdc9 (diff)
downloadpyasn1-modules-71ba606413ce29728541e426a5068981204b1859.tar.gz
copyright added to source files
Diffstat (limited to 'tools/pkcs8dump.py')
-rw-r--r--tools/pkcs8dump.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/pkcs8dump.py b/tools/pkcs8dump.py
index 987cf0a..655a4d1 100644
--- a/tools/pkcs8dump.py
+++ b/tools/pkcs8dump.py
@@ -1,5 +1,10 @@
#!/usr/bin/python
#
+# This file is part of pyasn1-modules software.
+#
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
+# License: http://pyasn1.sf.net/license.html
+#
# Read bunch of ASN.1/PEM plain/encrypted private keys in PKCS#8
# format on stdin, parse each into plain text, then build substrate from it
#