From 06f3eaf8e590358c9dca270ee19496a8e1491cdd Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Tue, 14 Nov 2017 12:03:08 +0100 Subject: migrated docs and references from sourceforge.net --- tests/codec/ber/__main__.py | 2 +- tests/codec/ber/test_decoder.py | 2 +- tests/codec/ber/test_encoder.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/codec/ber') diff --git a/tests/codec/ber/__main__.py b/tests/codec/ber/__main__.py index 2909628..bd69d35 100644 --- a/tests/codec/ber/__main__.py +++ b/tests/codec/ber/__main__.py @@ -2,7 +2,7 @@ # This file is part of pyasn1 software. # # Copyright (c) 2005-2017, Ilya Etingof -# License: http://pyasn1.sf.net/license.html +# License: http://snmplabs.com/pyasn1/license.html # try: import unittest2 as unittest diff --git a/tests/codec/ber/test_decoder.py b/tests/codec/ber/test_decoder.py index db5c217..fdbb205 100644 --- a/tests/codec/ber/test_decoder.py +++ b/tests/codec/ber/test_decoder.py @@ -2,7 +2,7 @@ # This file is part of pyasn1 software. # # Copyright (c) 2005-2017, Ilya Etingof -# License: http://pyasn1.sf.net/license.html +# License: http://snmplabs.com/pyasn1/license.html # import sys try: diff --git a/tests/codec/ber/test_encoder.py b/tests/codec/ber/test_encoder.py index f87843c..1806002 100644 --- a/tests/codec/ber/test_encoder.py +++ b/tests/codec/ber/test_encoder.py @@ -2,7 +2,7 @@ # This file is part of pyasn1 software. # # Copyright (c) 2005-2017, Ilya Etingof -# License: http://pyasn1.sf.net/license.html +# License: http://snmplabs.com/pyasn1/license.html # import sys -- cgit v1.2.3