python-pskc branch master updated. 1.4-4-gcd4b377
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
python-pskc branch master updated. 1.4-4-gcd4b377
- From: Commits of the python-pskc project <python-pskc-commits [at] lists.arthurdejong.org>
- To: python-pskc-commits [at] lists.arthurdejong.org
- Reply-to: python-pskc-users [at] lists.arthurdejong.org, python-pskc-commits [at] lists.arthurdejong.org
- Subject: python-pskc branch master updated. 1.4-4-gcd4b377
- Date: Sun, 3 May 2026 14:19:20 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-pskc".
The branch, master has been updated
via cd4b3779be39de882998c9aa89bb82bce1aa924c (commit)
from db446f04128b102d2cb9f31aedb6d740dd393732 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-pskc/commit/?id=cd4b3779be39de882998c9aa89bb82bce1aa924c
commit cd4b3779be39de882998c9aa89bb82bce1aa924c
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sun May 3 14:17:38 2026 +0200
Update LGPL to latest 2.1 version
This mostly replaces the FSF physical address with their web site.
diff --git a/COPYING b/COPYING
index 5ab7695..f6683e7 100644
--- a/COPYING
+++ b/COPYING
@@ -1,8 +1,8 @@
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 2.1, February 1999
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -10,7 +10,7 @@
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
- Preamble
+ Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
@@ -112,7 +112,7 @@ modification follow. Pay close attention to the difference
between a
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
- GNU LESSER GENERAL PUBLIC LICENSE
+ GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
@@ -146,7 +146,7 @@ such a program is covered only if its contents constitute a
work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
-
+
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
@@ -432,7 +432,7 @@ decision will be guided by the two goals of preserving the
free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
- NO WARRANTY
+ NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
@@ -455,7 +455,7 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE),
EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
- END OF TERMS AND CONDITIONS
+ END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries
@@ -484,8 +484,7 @@ convey the exclusion of warranty; and each file should have
at least the
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA
+ License along with this library; if not, see
<https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
@@ -496,9 +495,7 @@ necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
- <signature of Ty Coon>, 1 April 1990
- Ty Coon, President of Vice
+ <signature of Moe Ghoul>, 1 April 1990
+ Moe Ghoul, President of Vice
That's all there is to it!
-
-
diff --git a/README b/README
index f5990da..7827ae1 100644
--- a/README
+++ b/README
@@ -68,6 +68,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
diff --git a/csv2pskc.py b/csv2pskc.py
index 117568b..626e3d7 100755
--- a/csv2pskc.py
+++ b/csv2pskc.py
@@ -16,9 +16,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Script to convert a CSV file to PSKC."""
diff --git a/pskc/__init__.py b/pskc/__init__.py
index ebe28ae..fd20e46 100644
--- a/pskc/__init__.py
+++ b/pskc/__init__.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Python module for handling PSKC files.
diff --git a/pskc/algorithms.py b/pskc/algorithms.py
index 26091ae..bbe418f 100644
--- a/pskc/algorithms.py
+++ b/pskc/algorithms.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Utility module that handles algorithm URIs."""
diff --git a/pskc/crypto/__init__.py b/pskc/crypto/__init__.py
index cf0ea44..c7a0311 100644
--- a/pskc/crypto/__init__.py
+++ b/pskc/crypto/__init__.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Implement crypto utility functions."""
diff --git a/pskc/crypto/aeskw.py b/pskc/crypto/aeskw.py
index 20545fa..507c665 100644
--- a/pskc/crypto/aeskw.py
+++ b/pskc/crypto/aeskw.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Implement key wrapping as described in RFC 3394 and RFC 5649."""
diff --git a/pskc/crypto/tripledeskw.py b/pskc/crypto/tripledeskw.py
index 391ffed..172d218 100644
--- a/pskc/crypto/tripledeskw.py
+++ b/pskc/crypto/tripledeskw.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Implement Triple DES key wrapping as described in RFC 3217."""
diff --git a/pskc/device.py b/pskc/device.py
index a382654..6a7854d 100644
--- a/pskc/device.py
+++ b/pskc/device.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Module that handles device information stored in PSKC files."""
diff --git a/pskc/encryption.py b/pskc/encryption.py
index 9d76b95..d94bbfc 100644
--- a/pskc/encryption.py
+++ b/pskc/encryption.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Module that handles encrypted PSKC values.
diff --git a/pskc/exceptions.py b/pskc/exceptions.py
index 39338e3..e2329f8 100644
--- a/pskc/exceptions.py
+++ b/pskc/exceptions.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Collection of exceptions."""
diff --git a/pskc/key.py b/pskc/key.py
index 0c51aab..545528a 100644
--- a/pskc/key.py
+++ b/pskc/key.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Module that handles keys stored in PSKC files."""
diff --git a/pskc/mac.py b/pskc/mac.py
index 6f81dae..5e24d08 100644
--- a/pskc/mac.py
+++ b/pskc/mac.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Module that provides message authentication for PSKC values.
diff --git a/pskc/parser.py b/pskc/parser.py
index 5ea66f1..53458bc 100644
--- a/pskc/parser.py
+++ b/pskc/parser.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Module for parsing PSKC files."""
diff --git a/pskc/policy.py b/pskc/policy.py
index 2508e33..0f0a836 100644
--- a/pskc/policy.py
+++ b/pskc/policy.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Module that provides PSKC key policy information."""
diff --git a/pskc/scripts/__init__.py b/pskc/scripts/__init__.py
index 03c4b09..d37857c 100644
--- a/pskc/scripts/__init__.py
+++ b/pskc/scripts/__init__.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Collection of command-line scripts."""
diff --git a/pskc/scripts/csv2pskc.py b/pskc/scripts/csv2pskc.py
index d27f93e..8fe347d 100644
--- a/pskc/scripts/csv2pskc.py
+++ b/pskc/scripts/csv2pskc.py
@@ -13,9 +13,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Script to convert a CSV file to PSKC."""
diff --git a/pskc/scripts/pskc2csv.py b/pskc/scripts/pskc2csv.py
index 892dc57..bd55806 100644
--- a/pskc/scripts/pskc2csv.py
+++ b/pskc/scripts/pskc2csv.py
@@ -13,9 +13,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Script to convert a PSKC file to CSV."""
diff --git a/pskc/scripts/pskc2pskc.py b/pskc/scripts/pskc2pskc.py
index b6a02e3..54182ea 100644
--- a/pskc/scripts/pskc2pskc.py
+++ b/pskc/scripts/pskc2pskc.py
@@ -13,9 +13,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Script to convert a PSKC file to another PSKC file."""
diff --git a/pskc/scripts/util.py b/pskc/scripts/util.py
index e350265..8738bd2 100644
--- a/pskc/scripts/util.py
+++ b/pskc/scripts/util.py
@@ -13,9 +13,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Utility functions for command-line scripts."""
diff --git a/pskc/serialiser.py b/pskc/serialiser.py
index 95122a0..4426c6d 100644
--- a/pskc/serialiser.py
+++ b/pskc/serialiser.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Module for serialising PSKC files to XML."""
diff --git a/pskc/signature.py b/pskc/signature.py
index 80ed766..0b4a97d 100644
--- a/pskc/signature.py
+++ b/pskc/signature.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Module for handling signed PSKC files.
diff --git a/pskc/xml.py b/pskc/xml.py
index 7b969cc..ea66906 100644
--- a/pskc/xml.py
+++ b/pskc/xml.py
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Module for parsing XML in PSKC files.
diff --git a/pskc2csv.py b/pskc2csv.py
index 69bd5e5..df7383f 100755
--- a/pskc2csv.py
+++ b/pskc2csv.py
@@ -16,9 +16,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Script to convert a PSKC file to CSV."""
diff --git a/pskc2pskc.py b/pskc2pskc.py
index 68ab0e5..f436369 100755
--- a/pskc2pskc.py
+++ b/pskc2pskc.py
@@ -16,9 +16,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""Script to convert a PSKC file to another PSKC file."""
diff --git a/setup.py b/setup.py
index 8951b06..d0294ae 100755
--- a/setup.py
+++ b/setup.py
@@ -15,9 +15,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA
+# License along with this library; if not, see <https://www.gnu.org/licenses/>.
"""python-pskc installation script."""
diff --git a/tests/test_actividentity.doctest b/tests/test_actividentity.doctest
index adb584a..2c87962 100644
--- a/tests/test_actividentity.doctest
+++ b/tests/test_actividentity.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
diff --git a/tests/test_aeskw.doctest b/tests/test_aeskw.doctest
index a238a7f..c8df953 100644
--- a/tests/test_aeskw.doctest
+++ b/tests/test_aeskw.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> import struct
diff --git a/tests/test_csv2pskc.doctest b/tests/test_csv2pskc.doctest
index d67987c..cb2f36d 100644
--- a/tests/test_csv2pskc.doctest
+++ b/tests/test_csv2pskc.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex
diff --git
a/tests/test_draft_hoyer_keyprov_portable_symmetric_key_container.doctest
b/tests/test_draft_hoyer_keyprov_portable_symmetric_key_container.doctest
index ab10a39..bc21490 100644
--- a/tests/test_draft_hoyer_keyprov_portable_symmetric_key_container.doctest
+++ b/tests/test_draft_hoyer_keyprov_portable_symmetric_key_container.doctest
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
diff --git a/tests/test_draft_ietf_keyprov_pskc_02.doctest
b/tests/test_draft_ietf_keyprov_pskc_02.doctest
index f4cb74c..7b5def6 100644
--- a/tests/test_draft_ietf_keyprov_pskc_02.doctest
+++ b/tests/test_draft_ietf_keyprov_pskc_02.doctest
@@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
diff --git a/tests/test_draft_keyprov.doctest b/tests/test_draft_keyprov.doctest
index b184ea9..90dd714 100644
--- a/tests/test_draft_keyprov.doctest
+++ b/tests/test_draft_keyprov.doctest
@@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> def tostr(x):
diff --git a/tests/test_encryption.doctest b/tests/test_encryption.doctest
index 761c5f7..10c6e93 100644
--- a/tests/test_encryption.doctest
+++ b/tests/test_encryption.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
diff --git a/tests/test_feitian.doctest b/tests/test_feitian.doctest
index 377de1b..00d758d 100644
--- a/tests/test_feitian.doctest
+++ b/tests/test_feitian.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
diff --git a/tests/test_invalid.doctest b/tests/test_invalid.doctest
index 4b8f18a..d5e1a98 100644
--- a/tests/test_invalid.doctest
+++ b/tests/test_invalid.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
diff --git a/tests/test_mac.doctest b/tests/test_mac.doctest
index 15a0609..e2a81a2 100644
--- a/tests/test_mac.doctest
+++ b/tests/test_mac.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
diff --git a/tests/test_misc.doctest b/tests/test_misc.doctest
index 0c95a8d..fe8782f 100644
--- a/tests/test_misc.doctest
+++ b/tests/test_misc.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> import warnings
diff --git a/tests/test_multiotp.doctest b/tests/test_multiotp.doctest
index e430765..51f237e 100644
--- a/tests/test_multiotp.doctest
+++ b/tests/test_multiotp.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
diff --git a/tests/test_nagraid.doctest b/tests/test_nagraid.doctest
index a36c74e..cbe8a28 100644
--- a/tests/test_nagraid.doctest
+++ b/tests/test_nagraid.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
diff --git a/tests/test_pskc2csv.doctest b/tests/test_pskc2csv.doctest
index 980cbfd..9ff9938 100644
--- a/tests/test_pskc2csv.doctest
+++ b/tests/test_pskc2csv.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex
diff --git a/tests/test_pskc2pskc.doctest b/tests/test_pskc2pskc.doctest
index c1a91bb..9c4f37c 100644
--- a/tests/test_pskc2pskc.doctest
+++ b/tests/test_pskc2pskc.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex
diff --git a/tests/test_rfc6030.doctest b/tests/test_rfc6030.doctest
index c02c851..7b7cf63 100644
--- a/tests/test_rfc6030.doctest
+++ b/tests/test_rfc6030.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
diff --git a/tests/test_signature.doctest b/tests/test_signature.doctest
index 1e3b06e..8047a05 100644
--- a/tests/test_signature.doctest
+++ b/tests/test_signature.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> import sys
diff --git a/tests/test_tripledeskw.doctest b/tests/test_tripledeskw.doctest
index b61265e..faa23cd 100644
--- a/tests/test_tripledeskw.doctest
+++ b/tests/test_tripledeskw.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> import re
>>> from binascii import a2b_hex
diff --git a/tests/test_write.doctest b/tests/test_write.doctest
index 5ffd943..1a36518 100644
--- a/tests/test_write.doctest
+++ b/tests/test_write.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from pskc import PSKC
diff --git a/tests/test_yubico.doctest b/tests/test_yubico.doctest
index 774e2c9..0ca59dc 100644
--- a/tests/test_yubico.doctest
+++ b/tests/test_yubico.doctest
@@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA
+License along with this library; if not, see <https://www.gnu.org/licenses/>.
>>> from binascii import a2b_hex, b2a_hex
-----------------------------------------------------------------------
Summary of changes:
COPYING | 25 ++++++++++------------
README | 4 +---
csv2pskc.py | 4 +---
pskc/__init__.py | 4 +---
pskc/algorithms.py | 4 +---
pskc/crypto/__init__.py | 4 +---
pskc/crypto/aeskw.py | 4 +---
pskc/crypto/tripledeskw.py | 4 +---
pskc/device.py | 4 +---
pskc/encryption.py | 4 +---
pskc/exceptions.py | 4 +---
pskc/key.py | 4 +---
pskc/mac.py | 4 +---
pskc/parser.py | 4 +---
pskc/policy.py | 4 +---
pskc/scripts/__init__.py | 4 +---
pskc/scripts/csv2pskc.py | 4 +---
pskc/scripts/pskc2csv.py | 4 +---
pskc/scripts/pskc2pskc.py | 4 +---
pskc/scripts/util.py | 4 +---
pskc/serialiser.py | 4 +---
pskc/signature.py | 4 +---
pskc/xml.py | 4 +---
pskc2csv.py | 4 +---
pskc2pskc.py | 4 +---
setup.py | 4 +---
tests/test_actividentity.doctest | 4 +---
tests/test_aeskw.doctest | 4 +---
tests/test_csv2pskc.doctest | 4 +---
...eyprov_portable_symmetric_key_container.doctest | 4 +---
tests/test_draft_ietf_keyprov_pskc_02.doctest | 4 +---
tests/test_draft_keyprov.doctest | 4 +---
tests/test_encryption.doctest | 4 +---
tests/test_feitian.doctest | 4 +---
tests/test_invalid.doctest | 4 +---
tests/test_mac.doctest | 4 +---
tests/test_misc.doctest | 4 +---
tests/test_multiotp.doctest | 4 +---
tests/test_nagraid.doctest | 4 +---
tests/test_pskc2csv.doctest | 4 +---
tests/test_pskc2pskc.doctest | 4 +---
tests/test_rfc6030.doctest | 4 +---
tests/test_signature.doctest | 4 +---
tests/test_tripledeskw.doctest | 4 +---
tests/test_write.doctest | 4 +---
tests/test_yubico.doctest | 4 +---
46 files changed, 56 insertions(+), 149 deletions(-)
hooks/post-receive
--
python-pskc
- python-pskc branch master updated. 1.4-4-gcd4b377,
Commits of the python-pskc project