From de14a730f4bfc054bcd2cfc52da8c8a2b359e089 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Thu, 29 Mar 2018 08:11:28 +0200 Subject: copyright years extended --- tests/codec/__main__.py | 2 +- tests/codec/ber/__main__.py | 2 +- tests/codec/ber/test_decoder.py | 2 +- tests/codec/ber/test_encoder.py | 2 +- tests/codec/cer/__main__.py | 2 +- tests/codec/cer/test_decoder.py | 2 +- tests/codec/cer/test_encoder.py | 2 +- tests/codec/der/__main__.py | 2 +- tests/codec/der/test_decoder.py | 2 +- tests/codec/der/test_encoder.py | 2 +- tests/codec/native/__main__.py | 2 +- tests/codec/native/test_decoder.py | 2 +- tests/codec/native/test_encoder.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'tests/codec') diff --git a/tests/codec/__main__.py b/tests/codec/__main__.py index 1894b32..8ca201a 100644 --- a/tests/codec/__main__.py +++ b/tests/codec/__main__.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # try: diff --git a/tests/codec/ber/__main__.py b/tests/codec/ber/__main__.py index bd69d35..aca8493 100644 --- a/tests/codec/ber/__main__.py +++ b/tests/codec/ber/__main__.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # try: diff --git a/tests/codec/ber/test_decoder.py b/tests/codec/ber/test_decoder.py index 8b041ca..d456949 100644 --- a/tests/codec/ber/test_decoder.py +++ b/tests/codec/ber/test_decoder.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # import sys diff --git a/tests/codec/ber/test_encoder.py b/tests/codec/ber/test_encoder.py index fed207e..81368a9 100644 --- a/tests/codec/ber/test_encoder.py +++ b/tests/codec/ber/test_encoder.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # import sys diff --git a/tests/codec/cer/__main__.py b/tests/codec/cer/__main__.py index 6ac1423..043de87 100644 --- a/tests/codec/cer/__main__.py +++ b/tests/codec/cer/__main__.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # try: diff --git a/tests/codec/cer/test_decoder.py b/tests/codec/cer/test_decoder.py index 810c00f..c0aeb78 100644 --- a/tests/codec/cer/test_decoder.py +++ b/tests/codec/cer/test_decoder.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # import sys diff --git a/tests/codec/cer/test_encoder.py b/tests/codec/cer/test_encoder.py index 2adc5ed..fd50350 100644 --- a/tests/codec/cer/test_encoder.py +++ b/tests/codec/cer/test_encoder.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # import sys diff --git a/tests/codec/der/__main__.py b/tests/codec/der/__main__.py index df354c9..b253abb 100644 --- a/tests/codec/der/__main__.py +++ b/tests/codec/der/__main__.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # try: diff --git a/tests/codec/der/test_decoder.py b/tests/codec/der/test_decoder.py index 82718c7..554e2e6 100644 --- a/tests/codec/der/test_decoder.py +++ b/tests/codec/der/test_decoder.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # import sys diff --git a/tests/codec/der/test_encoder.py b/tests/codec/der/test_encoder.py index a9c00a4..4c58df2 100644 --- a/tests/codec/der/test_encoder.py +++ b/tests/codec/der/test_encoder.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # import sys diff --git a/tests/codec/native/__main__.py b/tests/codec/native/__main__.py index b148325..efd4303 100644 --- a/tests/codec/native/__main__.py +++ b/tests/codec/native/__main__.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # try: diff --git a/tests/codec/native/test_decoder.py b/tests/codec/native/test_decoder.py index b711e96..7bdfff8 100644 --- a/tests/codec/native/test_decoder.py +++ b/tests/codec/native/test_decoder.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # import sys diff --git a/tests/codec/native/test_encoder.py b/tests/codec/native/test_encoder.py index d24bdc3..8c35b55 100644 --- a/tests/codec/native/test_encoder.py +++ b/tests/codec/native/test_encoder.py @@ -1,7 +1,7 @@ # # This file is part of pyasn1 software. # -# Copyright (c) 2005-2017, Ilya Etingof +# Copyright (c) 2005-2018, Ilya Etingof # License: http://snmplabs.com/pyasn1/license.html # import sys -- cgit v1.2.3