Skip to content

Commit a81a4ae

Browse files
author
Andras Fekete
committed
Update license text
1 parent a6a4603 commit a81a4ae

Some content is hidden

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

72 files changed

+828
-162
lines changed

IDE/XCODE/build-openssl-framework.sh

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22

33
# build-openssl-framework.sh
44
#
5-
# Copyright (C) 2006-2023 wolfSSL Inc.
5+
# Copyright (C) 2006-2024 wolfSSL Inc.
66
#
7-
# This file is part of wolfSSL.
7+
# This file is part of wolfProvider.
88
#
9-
# wolfSSL is free software; you can redistribute it and/or modify
9+
# wolfProvider is free software; you can redistribute it and/or modify
1010
# it under the terms of the GNU General Public License as published by
11-
# the Free Software Foundation; either version 2 of the License, or
11+
# the Free Software Foundation; either version 3 of the License, or
1212
# (at your option) any later version.
1313
#
14-
# wolfSSL is distributed in the hope that it will be useful,
14+
# wolfProvider is distributed in the hope that it will be useful,
1515
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1616
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1717
# GNU General Public License for more details.
1818
#
1919
# You should have received a copy of the GNU General Public License
20-
# along with this program; if not, write to the Free Software
21-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20+
# along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
2221

2322
set -euo pipefail
2423

IDE/XCODE/build-wolfprovider-framework.sh

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22

33
# build-wolfprov-framework.sh
44
#
5-
# Copyright (C) 2006-2023 wolfSSL Inc.
5+
# Copyright (C) 2006-2024 wolfSSL Inc.
66
#
7-
# This file is part of wolfSSL.
7+
# This file is part of wolfProvider.
88
#
9-
# wolfSSL is free software; you can redistribute it and/or modify
9+
# wolfProvider is free software; you can redistribute it and/or modify
1010
# it under the terms of the GNU General Public License as published by
11-
# the Free Software Foundation; either version 2 of the License, or
11+
# the Free Software Foundation; either version 3 of the License, or
1212
# (at your option) any later version.
1313
#
14-
# wolfSSL is distributed in the hope that it will be useful,
14+
# wolfProvider is distributed in the hope that it will be useful,
1515
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1616
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1717
# GNU General Public License for more details.
1818
#
1919
# You should have received a copy of the GNU General Public License
20-
# along with this program; if not, write to the Free Software
21-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20+
# along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
2221

2322
set -euo pipefail
2423

IDE/XCODE/build-wolfssl-framework.sh

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22

33
# build-wolfssl-framework.sh
44
#
5-
# Copyright (C) 2006-2023 wolfSSL Inc.
5+
# Copyright (C) 2006-2024 wolfSSL Inc.
66
#
7-
# This file is part of wolfSSL.
7+
# This file is part of wolfProvider.
88
#
9-
# wolfSSL is free software; you can redistribute it and/or modify
9+
# wolfProvider is free software; you can redistribute it and/or modify
1010
# it under the terms of the GNU General Public License as published by
11-
# the Free Software Foundation; either version 2 of the License, or
11+
# the Free Software Foundation; either version 3 of the License, or
1212
# (at your option) any later version.
1313
#
14-
# wolfSSL is distributed in the hope that it will be useful,
14+
# wolfProvider is distributed in the hope that it will be useful,
1515
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1616
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1717
# GNU General Public License for more details.
1818
#
1919
# You should have received a copy of the GNU General Public License
20-
# along with this program; if not, write to the Free Software
21-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20+
# along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
2221

2322
set -euo pipefail
2423

gpl-3.0.txt

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

include/wolfprovider/alg_funcs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* alg_funcs.h
22
*
3-
* Copyright (C) 2021 wolfSSL Inc.
3+
* Copyright (C) 2006-2024 wolfSSL Inc.
44
*
55
* This file is part of wolfProvider.
66
*
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
18+
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <openssl/core.h>

include/wolfprovider/internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* internal.h
22
*
3-
* Copyright (C) 2021 wolfSSL Inc.
3+
* Copyright (C) 2006-2024 wolfSSL Inc.
44
*
55
* This file is part of wolfProvider.
66
*
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
18+
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <openssl/core.h>

include/wolfprovider/settings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* settings.h
22
*
3-
* Copyright (C) 2021 wolfSSL Inc.
3+
* Copyright (C) 2006-2024 wolfSSL Inc.
44
*
55
* This file is part of wolfProvider.
66
*
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
18+
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

2121
#ifndef WOLFPROV_SETTINGS_H

include/wolfprovider/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* version.h.in
22
*
3-
* Copyright (C) 2021 wolfSSL Inc.
3+
* Copyright (C) 2006-2024 wolfSSL Inc.
44
*
55
* This file is part of wolfProvider.
66
*
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
18+
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

2121

include/wolfprovider/version.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* version.h.in
22
*
3-
* Copyright (C) 2021 wolfSSL Inc.
3+
* Copyright (C) 2006-2024 wolfSSL Inc.
44
*
55
* This file is part of wolfProvider.
66
*
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
18+
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

2121

include/wolfprovider/wp_fips.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* wp_fips.h
22
*
3-
* Copyright (C) 2021 wolfSSL Inc.
3+
* Copyright (C) 2006-2024 wolfSSL Inc.
44
*
55
* This file is part of wolfProvider.
66
*
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
18+
* along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

2121
#ifndef WP_FIPS_H

0 commit comments

Comments
 (0)