Skip to content

Commit 66122a9

Browse files
committed
copyright years updated, SF refs removed
1 parent f807021 commit 66122a9

Some content is hidden

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

57 files changed

+118
-111
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
Revision 0.2.2, released XX-XX-2018
3+
-----------------------------------
4+
5+
- Copyright notice extended to the year 2018
6+
- Migrated references from SourceForge
7+
- rfc2986 module added
8+
29
Revision 0.2.1, released 23-11-2017
310
-----------------------------------
411

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2017, Ilya Etingof <[email protected]>
1+
Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ or post your question
2525
If you want to contribute ASN.1 modules you have converted into pyasn1,
2626
please send me a pull request.
2727

28-
Copyright (c) 2005-2017, [Ilya Etingof](mailto:[email protected]).
28+
Copyright (c) 2005-2018, [Ilya Etingof](mailto:[email protected]).
2929
All rights reserved.
3030

pyasn1_modules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# http://www.python.org/dev/peps/pep-0396/
2-
__version__ = '0.2.1'
2+
__version__ = '0.2.2'

pyasn1_modules/pem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# This file is part of pyasn1-modules software.
33
#
4-
# Copyright (c) 2005-2017, Ilya Etingof <[email protected]>
5-
# License: http://pyasn1.sf.net/license.html
4+
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
5+
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
import base64
88
import sys

pyasn1_modules/rfc1155.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# This file is part of pyasn1-modules software.
33
#
4-
# Copyright (c) 2005-2017, Ilya Etingof <[email protected]>
5-
# License: http://pyasn1.sf.net/license.html
4+
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
5+
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
# SNMPv1 message syntax
88
#

pyasn1_modules/rfc1157.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# This file is part of pyasn1-modules software.
33
#
4-
# Copyright (c) 2005-2017, Ilya Etingof <[email protected]>
5-
# License: http://pyasn1.sf.net/license.html
4+
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
5+
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
# SNMPv1 message syntax
88
#

pyasn1_modules/rfc1901.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# This file is part of pyasn1-modules software.
33
#
4-
# Copyright (c) 2005-2017, Ilya Etingof <[email protected]>
5-
# License: http://pyasn1.sf.net/license.html
4+
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
5+
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
# SNMPv2c message syntax
88
#

pyasn1_modules/rfc1902.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# This file is part of pyasn1-modules software.
33
#
4-
# Copyright (c) 2005-2017, Ilya Etingof <[email protected]>
5-
# License: http://pyasn1.sf.net/license.html
4+
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
5+
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
# SNMPv2c message syntax
88
#

pyasn1_modules/rfc1905.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# This file is part of pyasn1-modules software.
33
#
4-
# Copyright (c) 2005-2017, Ilya Etingof <[email protected]>
5-
# License: http://pyasn1.sf.net/license.html
4+
# Copyright (c) 2005-2018, Ilya Etingof <[email protected]>
5+
# License: http://snmplabs.com/pyasn1/license.html
66
#
77
# SNMPv2c PDU syntax
88
#

0 commit comments

Comments
 (0)