Skip to content

Commit

Permalink
Release 0.4.5
Browse files Browse the repository at this point in the history
Also extend copyright to the year 2019
  • Loading branch information
etingof committed Dec 29, 2018
1 parent a4b30dc commit df6fc9a
Show file tree
Hide file tree
Showing 62 changed files with 63 additions and 62 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Revision 0.4.5, released XX-10-2018
Revision 0.4.5, released 29-12-2018
-----------------------------------

- Debug logging refactored for more efficiency when disabled and
Expand All @@ -8,6 +8,7 @@ Revision 0.4.5, released XX-10-2018
from codec main loop as it used to be.
- More debug logging added to BER family of codecs to ease encoding
problems troubleshooting.
- Copyright notice extended to the year 2019
- Fixed defaulted constructed SEQUENCE component initialization.

Revision 0.4.4, released 26-07-2018
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,5 @@ post your question [on Stack Overflow](https://stackoverflow.com/questions/ask)
or try browsing pyasn1
[mailing list archives](https://sourceforge.net/p/pyasn1/mailman/pyasn1-users/).

Copyright (c) 2005-2018, [Ilya Etingof](mailto:[email protected]).
Copyright (c) 2005-2019, [Ilya Etingof](mailto:[email protected]).
All rights reserved.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

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

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/codec/ber/decoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1 import debug
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/codec/ber/encoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1 import debug
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/codec/ber/eoo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1.type import base
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/codec/cer/decoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1 import error
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/codec/cer/encoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1 import error
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/codec/der/decoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1.codec.cer import decoder
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/codec/der/encoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1 import error
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/codec/native/decoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1 import debug
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/codec/native/encoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
try:
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/compat/binary.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from sys import version_info
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/compat/calling.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from sys import version_info
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/compat/dateandtime.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import time
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/compat/integer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/compat/octets.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from sys import version_info
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/compat/string.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from sys import version_info
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/debug.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import logging
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/error.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#

Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/char.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/constraint.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
# Original concept and code by Mike C. Fletcher.
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/error.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1.error import PyAsn1Error
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/namedtype.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/namedval.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
# ASN.1 named integers
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/opentype.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#

Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/tag.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1 import error
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/tagmap.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
from pyasn1 import error
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/univ.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import math
Expand Down
2 changes: 1 addition & 1 deletion pyasn1/type/useful.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import datetime
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import os
Expand Down
2 changes: 1 addition & 1 deletion tests/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
try:
Expand Down
2 changes: 1 addition & 1 deletion tests/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#

Expand Down
2 changes: 1 addition & 1 deletion tests/codec/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
try:
Expand Down
2 changes: 1 addition & 1 deletion tests/codec/ber/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
try:
Expand Down
2 changes: 1 addition & 1 deletion tests/codec/ber/test_decoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
Expand Down
2 changes: 1 addition & 1 deletion tests/codec/ber/test_encoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
Expand Down
2 changes: 1 addition & 1 deletion tests/codec/cer/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
try:
Expand Down
2 changes: 1 addition & 1 deletion tests/codec/cer/test_decoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
Expand Down
2 changes: 1 addition & 1 deletion tests/codec/cer/test_encoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
Expand Down
2 changes: 1 addition & 1 deletion tests/codec/der/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
try:
Expand Down
2 changes: 1 addition & 1 deletion tests/codec/der/test_decoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
# Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
Expand Down
Loading

0 comments on commit df6fc9a

Please sign in to comment.