Skip to content

Commit a3d8588

Browse files
update license to GPLv3
1 parent 5a4d8d2 commit a3d8588

27 files changed

Lines changed: 103 additions & 103 deletions

LICENSING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Open Source
99
~~~~~~~~~~~
1010

1111
wolfCrypt and wolfSSL software are free software downloads and may be modified
12-
to the needs of the user as long as the user adheres to version two of the GPL
13-
License. The GPLv2 license can be found on the `gnu.org website
14-
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>`_.
12+
to the needs of the user as long as the user adheres to version three of the GPL
13+
License. The GPLv3 license can be found on the `gnu.org website
14+
<https://www.gnu.org/licenses/gpl-3.0.html>`_.
1515

1616
Commercial Licensing
1717
~~~~~~~~~~~~~~~~~~~~

docs/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Makefile for Sphinx documentation
22
#
3-
# Copyright (C) 2006-2022 wolfSSL Inc.
3+
# Copyright (C) 2006-2026 wolfSSL Inc.
44
#
5-
# This file is part of wolfSSL. (formerly known as CyaSSL)
5+
# This file is part of wolfSSL.
66
#
77
# wolfSSL is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
9-
# the Free Software Foundation; either version 2 of the License, or
9+
# the Free Software Foundation; either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
1212
# wolfSSL is distributed in the hope that it will be useful,
@@ -16,7 +16,7 @@
1616
#
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
19+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
2020

2121
# You can set these variables from the command line.
2222
SPHINXOPTS =

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# General information about the project.
5353
project = 'wolfcrypt Python'
54-
copyright = '2022, wolfSSL Inc. All rights reserved'
54+
copyright = '2006-2026, wolfSSL Inc. All rights reserved'
5555
author = 'wolfSSL'
5656

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.10"
66
authors = [
77
{name = "wolfSSL Inc.", email="info@wolfssl.com"},
88
]
9-
license = "GPL-2.0-only OR LicenseRef-WolfSSL"
9+
license = "GPL-3.0-only OR LicenseRef-WolfSSL"
1010
license-files = ["LICENSING.rst"]
1111
keywords = ["wolfssl", "wolfcrypt", "security", "cryptography"]
1212
classifiers = [

scripts/build_ffi.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# build_ffi.py
22
#
3-
# Copyright (C) 2006-2022 wolfSSL Inc.
3+
# Copyright (C) 2006-2026 wolfSSL Inc.
44
#
5-
# This file is part of wolfSSL. (formerly known as CyaSSL)
5+
# This file is part of wolfSSL.
66
#
77
# wolfSSL is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
9-
# the Free Software Foundation; either version 2 of the License, or
9+
# the Free Software Foundation; either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
1212
# wolfSSL is distributed in the hope that it will be useful,
@@ -16,7 +16,7 @@
1616
#
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
19+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
2020

2121
import os
2222
import sys

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (C) 2006-2022 wolfSSL Inc.
3+
# Copyright (C) 2006-2026 wolfSSL Inc.
44
#
5-
# This file is part of wolfSSL. (formerly known as CyaSSL)
5+
# This file is part of wolfSSL.
66
#
77
# wolfSSL is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
9-
# the Free Software Foundation; either version 2 of the License, or
9+
# the Free Software Foundation; either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
1212
# wolfSSL is distributed in the hope that it will be useful,
@@ -16,7 +16,7 @@
1616
#
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
19+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
2020

2121
# pylint: disable=wrong-import-position
2222

tests/test_aesgcmstream.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# test_aesgcmstream.py
22
#
3-
# Copyright (C) 2022 wolfSSL Inc.
3+
# Copyright (C) 2006-2026 wolfSSL Inc.
44
#
5-
# This file is part of wolfSSL. (formerly known as CyaSSL)
5+
# This file is part of wolfSSL.
66
#
77
# wolfSSL is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
9-
# the Free Software Foundation; either version 2 of the License, or
9+
# the Free Software Foundation; either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
1212
# wolfSSL is distributed in the hope that it will be useful,
@@ -16,7 +16,7 @@
1616
#
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
19+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
2020

2121
# pylint: disable=redefined-outer-name
2222

tests/test_asn.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# test_asn.py
22
#
3-
# Copyright (C) 2006-2022 wolfSSL Inc.
3+
# Copyright (C) 2006-2026 wolfSSL Inc.
44
#
5-
# This file is part of wolfSSL. (formerly known as CyaSSL)
5+
# This file is part of wolfSSL.
66
#
77
# wolfSSL is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
9-
# the Free Software Foundation; either version 2 of the License, or
9+
# the Free Software Foundation; either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
1212
# wolfSSL is distributed in the hope that it will be useful,
@@ -16,7 +16,7 @@
1616
#
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
19+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
2020

2121
# pylint: disable=redefined-outer-name
2222

tests/test_chacha20poly1305.py

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

22
# test_chacha20poly1305.py
33
#
4-
# Copyright (C) 2022 wolfSSL Inc.
4+
# Copyright (C) 2006-2026 wolfSSL Inc.
55
#
6-
# This file is part of wolfSSL. (formerly known as CyaSSL)
6+
# This file is part of wolfSSL.
77
#
88
# wolfSSL is free software; you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by
10-
# the Free Software Foundation; either version 2 of the License, or
10+
# the Free Software Foundation; either version 3 of the License, or
1111
# (at your option) any later version.
1212
#
1313
# wolfSSL is distributed in the hope that it will be useful,
@@ -17,7 +17,7 @@
1717
#
1818
# You should have received a copy of the GNU General Public License
1919
# along with this program; if not, write to the Free Software
20-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
20+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
2121

2222
# pylint: disable=redefined-outer-name
2323

tests/test_ciphers.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# test_ciphers.py
22
#
3-
# Copyright (C) 2006-2022 wolfSSL Inc.
3+
# Copyright (C) 2006-2026 wolfSSL Inc.
44
#
5-
# This file is part of wolfSSL. (formerly known as CyaSSL)
5+
# This file is part of wolfSSL.
66
#
77
# wolfSSL is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
9-
# the Free Software Foundation; either version 2 of the License, or
9+
# the Free Software Foundation; either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
1212
# wolfSSL is distributed in the hope that it will be useful,
@@ -16,7 +16,7 @@
1616
#
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
19+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
2020

2121
# pylint: disable=redefined-outer-name
2222

0 commit comments

Comments
 (0)