diff options
author | elie <elie> | 2015-11-20 20:57:28 +0000 |
---|---|---|
committer | elie <elie> | 2015-11-20 20:57:28 +0000 |
commit | 87a7a35d1e9f762210c7520315158ceb5f5487d9 (patch) | |
tree | 6237737a13112a151e5c04917e8f64cb5158cc8b /pysnmp/entity/rfc3413/ntforg.py | |
parent | 0d55f58dcef1d8b3b9a044ec805575fb3b06d343 (diff) | |
download | pysnmp-git-87a7a35d1e9f762210c7520315158ceb5f5487d9.tar.gz |
copyright notice added to source code
Diffstat (limited to 'pysnmp/entity/rfc3413/ntforg.py')
-rw-r--r-- | pysnmp/entity/rfc3413/ntforg.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pysnmp/entity/rfc3413/ntforg.py b/pysnmp/entity/rfc3413/ntforg.py index a57397fb..5af3fe90 100644 --- a/pysnmp/entity/rfc3413/ntforg.py +++ b/pysnmp/entity/rfc3413/ntforg.py @@ -1,3 +1,9 @@ +# +# This file is part of pysnmp software. +# +# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net> +# License: http://pysnmp.sf.net/license.html +# import sys from pyasn1.compat.octets import null from pysnmp.entity.rfc3413 import config |