Skip to content

Commit df6fc9a

Browse files
committed
Release 0.4.5
Also extend copyright to the year 2019
1 parent a4b30dc commit df6fc9a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+63
-62
lines changed

CHANGES.rst

+2-1

LICENSE.rst

+1-1

README.md

+1-1

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
# General information about the project.
4949
project = u'ASN.1 types and codecs'
50-
copyright = u'2005-2018, Ilya Etingof <[email protected]>'
50+
copyright = u'2005-2019, Ilya Etingof <[email protected]>'
5151
author = u'Ilya Etingof <[email protected]>'
5252

5353
# The version info for the project you're documenting, acts as replacement for

pyasn1/codec/ber/decoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1 import debug

pyasn1/codec/ber/encoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1 import debug

pyasn1/codec/ber/eoo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1.type import base

pyasn1/codec/cer/decoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1 import error

pyasn1/codec/cer/encoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1 import error

pyasn1/codec/der/decoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1.codec.cer import decoder

pyasn1/codec/der/encoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1 import error

pyasn1/codec/native/decoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1 import debug

pyasn1/codec/native/encoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
try:

pyasn1/compat/binary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from sys import version_info

pyasn1/compat/calling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from sys import version_info

pyasn1/compat/dateandtime.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import time

pyasn1/compat/integer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import sys

pyasn1/compat/octets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from sys import version_info

pyasn1/compat/string.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from sys import version_info

pyasn1/debug.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import logging

pyasn1/error.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77

pyasn1/type/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import sys

pyasn1/type/char.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import sys

pyasn1/type/constraint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
# Original concept and code by Mike C. Fletcher.

pyasn1/type/error.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1.error import PyAsn1Error

pyasn1/type/namedtype.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import sys

pyasn1/type/namedval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
# ASN.1 named integers

pyasn1/type/opentype.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77

pyasn1/type/tag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1 import error

pyasn1/type/tagmap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
from pyasn1 import error

pyasn1/type/univ.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import math

pyasn1/type/useful.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import datetime

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of pyasn1 software.
44
#
5-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
5+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
66
# License: http://snmplabs.com/pyasn1/license.html
77
#
88
import os

tests/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
try:

tests/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77

tests/codec/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
try:

tests/codec/ber/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
try:

tests/codec/ber/test_decoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import sys

tests/codec/ber/test_encoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import sys

tests/codec/cer/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
try:

tests/codec/cer/test_decoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import sys

tests/codec/cer/test_encoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import sys

tests/codec/der/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
try:

tests/codec/der/test_decoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of pyasn1 software.
33
#
4-
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
4+
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
55
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import sys

0 commit comments

Comments
 (0)