aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-03-29 08:08:34 +0200
committerIlya Etingof <etingof@gmail.com>2018-03-29 08:08:34 +0200
commit66122a9594fbc3af8be4a15f2fffc014d756bc66 (patch)
treef17fac3f95be696ca1533a6cc18471e49e53d37a /tests
parentf80702160908f8b4448b5fa81d9d5a5dfe17b4ee (diff)
downloadpyasn1-modules-66122a9594fbc3af8be4a15f2fffc014d756bc66.tar.gz
copyright years updated, SF refs removed
Diffstat (limited to 'tests')
-rw-r--r--tests/__main__.py4
-rw-r--r--tests/test_rfc2314.py4
-rw-r--r--tests/test_rfc2315.py4
-rw-r--r--tests/test_rfc2437.py4
-rw-r--r--tests/test_rfc2459.py4
-rw-r--r--tests/test_rfc2511.py4
-rw-r--r--tests/test_rfc2560.py4
-rw-r--r--tests/test_rfc2986.py6
-rw-r--r--tests/test_rfc4210.py4
-rw-r--r--tests/test_rfc5208.py4
-rw-r--r--tests/test_rfc5280.py4
-rw-r--r--tests/test_rfc5652.py4
12 files changed, 25 insertions, 25 deletions
diff --git a/tests/__main__.py b/tests/__main__.py
index 0cc460c..919fa4c 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
try:
import unittest2 as unittest
diff --git a/tests/test_rfc2314.py b/tests/test_rfc2314.py
index 9ff3176..c740894 100644
--- a/tests/test_rfc2314.py
+++ b/tests/test_rfc2314.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/test_rfc2315.py b/tests/test_rfc2315.py
index 3a0c307..f9e1781 100644
--- a/tests/test_rfc2315.py
+++ b/tests/test_rfc2315.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/test_rfc2437.py b/tests/test_rfc2437.py
index 748a9df..70431f0 100644
--- a/tests/test_rfc2437.py
+++ b/tests/test_rfc2437.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/test_rfc2459.py b/tests/test_rfc2459.py
index 20a0d28..e213972 100644
--- a/tests/test_rfc2459.py
+++ b/tests/test_rfc2459.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/test_rfc2511.py b/tests/test_rfc2511.py
index cd5e266..78ddb53 100644
--- a/tests/test_rfc2511.py
+++ b/tests/test_rfc2511.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/test_rfc2560.py b/tests/test_rfc2560.py
index f96d36b..d07b588 100644
--- a/tests/test_rfc2560.py
+++ b/tests/test_rfc2560.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/test_rfc2986.py b/tests/test_rfc2986.py
index 2f04903..6ed5201 100644
--- a/tests/test_rfc2986.py
+++ b/tests/test_rfc2986.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys
@@ -55,4 +55,4 @@ fi6h7i9VVAZpslaKFfkNg12gLbbsCB1q36l5VXjHY/qe0FIUa9ogRrOi
suite = unittest.TestLoader().loadTestsFromModule(sys.modules[__name__])
if __name__ == '__main__':
- unittest.TextTestRunner(verbosity=2).run(suite) \ No newline at end of file
+ unittest.TextTestRunner(verbosity=2).run(suite)
diff --git a/tests/test_rfc4210.py b/tests/test_rfc4210.py
index 5c63c2e..17c6056 100644
--- a/tests/test_rfc4210.py
+++ b/tests/test_rfc4210.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/test_rfc5208.py b/tests/test_rfc5208.py
index 285085d..2831c43 100644
--- a/tests/test_rfc5208.py
+++ b/tests/test_rfc5208.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/test_rfc5280.py b/tests/test_rfc5280.py
index 852f4ca..7c18e64 100644
--- a/tests/test_rfc5280.py
+++ b/tests/test_rfc5280.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/test_rfc5652.py b/tests/test_rfc5652.py
index a2d1fc7..b5ecdae 100644
--- a/tests/test_rfc5652.py
+++ b/tests/test_rfc5652.py
@@ -1,8 +1,8 @@
#
# This file is part of pyasn1-modules software.
#
-# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
-# License: http://pyasn1.sf.net/license.html
+# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# License: http://snmplabs.com/pyasn1/license.html
#
import sys