Skip to content

Commit

Permalink
Update to support relicensing to commercial license
Browse files Browse the repository at this point in the history
  • Loading branch information
billphipps committed Oct 18, 2024
1 parent 734555d commit e86418c
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 0 deletions.
12 changes: 12 additions & 0 deletions LICENSING
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

wolfHSM and wolfCrypt is 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 wolfHSM and wolfCrypt under GPLv3 (or any later version), a
commercial license to wolfHSM and wolfCrypt is available.

Please contact wolfSSL Inc. directly at:

Email: [email protected]
Phone: +1 425 245-8247

More information can be found on the wolfSSL website at www.wolfssl.com.
22 changes: 22 additions & 0 deletions port/posix/posix_transport_shm.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
* Copyright (C) 2024 wolfSSL Inc.
*
* This file is part of wolfHSM.
*
* wolfHSM is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* wolfHSM is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with wolfHSM. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* port/posix/posix_transport_shm.c
*/

#include <fcntl.h> /* For O_* constants */
#include <sys/mman.h> /* For shm_open, mmap */
#include <sys/stat.h> /* For mode constants */
Expand Down
1 change: 1 addition & 0 deletions port/posix/posix_transport_shm.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with wolfHSM. If not, see <http://www.gnu.org/licenses/>.
*/

/*
* port/posix_transport_shm.h
*
Expand Down
18 changes: 18 additions & 0 deletions test/wh_test_check_struct_padding.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Copyright (C) 2024 wolfSSL Inc.
*
* This file is part of wolfHSM.
*
* wolfHSM is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* wolfHSM is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with wolfHSM. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef WH_TEST_CHECK_STRUCT_PADDING_C_
#define WH_TEST_CHECK_STRUCT_PADDING_C_

Expand Down
18 changes: 18 additions & 0 deletions test/wh_test_she.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Copyright (C) 2024 wolfSSL Inc.
*
* This file is part of wolfHSM.
*
* wolfHSM is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* wolfHSM is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with wolfHSM. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef WH_TEST_SHE_H_
#define WH_TEST_SHE_H_

Expand Down

0 comments on commit e86418c

Please sign in to comment.