Skip to content

Commit 60196a5

Browse files
authored
Merge pull request #448 from embhorn/gplv3
Update license to GPLv3
2 parents 273601b + 4f2bdda commit 60196a5

Some content is hidden

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

90 files changed

+1395
-386
lines changed

COPYING

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# wolfMQTT 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
# wolfMQTT is distributed in the hope that it will be useful,

IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# wolfMQTT 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
# wolfMQTT is distributed in the hope that it will be useful,

IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# wolfMQTT 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
# wolfMQTT is distributed in the hope that it will be useful,

IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[wolfMQTT](https://www.wolfMQTT.com) provides commercial-grade, world-class encryption libraries to secure connections
44
from tiny embedded devices to the largest cloud and super computing platforms.
55

6-
Makers and students can use these libraries free of charge, as long as they abide by abide by the terms of GPLV2 licensing.
6+
Makers and students can use these libraries free of charge, as long as they abide by abide by the terms of GPLV3 licensing.
77

88
Commercial customers are invited to contact wolfSSL for licensing options.
99
Visit [wolfSSL.com/Espressif/](https://www.wolfSSL.com/Espressif/) to learn

IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/component.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# component.mk
22
#
3-
# Copyright (C) 2006-2024 wolfSSL Inc.
3+
# Copyright (C) 2006-2025 wolfSSL Inc.
44
#
55
# This file is part of wolfMQTT.
66
#
77
# wolfMQTT 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
# wolfMQTT is distributed in the hope that it will be useful,

IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# wolfMQTT 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
# wolfMQTT is distributed in the hope that it will be useful,

IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# wolfMQTT 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
# wolfMQTT is distributed in the hope that it will be useful,

IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Have a specific request or questions? We'd love to hear from you! Please contact
154154
155155
## Licensing and Support
156156
157-
wolfSSL (formerly known as CyaSSL) and wolfCrypt are either licensed for use under the GPLv2 (or at your option any later version) or a standard commercial license. For our users who cannot use wolfSSL under GPLv2 (or any later version), a commercial license to wolfSSL and wolfCrypt is available.
157+
wolfSSL (formerly known as CyaSSL) and wolfCrypt are either licensed for use under the GPLv3 (or at your option any later version) or a standard commercial license. For our users who cannot use wolfSSL under GPLv3 (or any later version), a commercial license to wolfSSL and wolfCrypt is available.
158158
159159
See the LICENSE.txt, visit wolfssl.com/license, contact us at licensing@wolfssl.com or call +1 425 245 8247
160160

IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/component.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# wolfMQTT 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
# wolfMQTT is distributed in the hope that it will be useful,

0 commit comments

Comments
 (0)