Skip to content

Commit 6fbb49a

Browse files
committed
wolfTPM Release v3.9.0. Updated copyright and version.
1 parent 91ad740 commit 6fbb49a

117 files changed

Lines changed: 165 additions & 124 deletions

File tree

Some content is hidden

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

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CMakeList.txt
22
#
3-
# Copyright (C) 2006-2024 wolfSSL Inc.
3+
# Copyright (C) 2006-2025 wolfSSL Inc.
44
#
55
# This file is part of wolfSSL. (formerly known as CyaSSL)
66
#
@@ -21,7 +21,7 @@
2121

2222
cmake_minimum_required(VERSION 3.16)
2323

24-
project(wolfTPM VERSION 3.8.0 LANGUAGES C)
24+
project(wolfTPM VERSION 3.9.0 LANGUAGES C)
2525

2626
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
2727
set(WOLFTPM_DEFINITIONS)
@@ -252,7 +252,7 @@ file(REMOVE ${OPTION_FILE})
252252
file(APPEND ${OPTION_FILE} "/* wolftpm options.h\n")
253253
file(APPEND ${OPTION_FILE} " * generated from cmake configure options\n")
254254
file(APPEND ${OPTION_FILE} " *\n")
255-
file(APPEND ${OPTION_FILE} " * Copyright (C) 2006-2024 wolfSSL Inc.\n")
255+
file(APPEND ${OPTION_FILE} " * Copyright (C) 2006-2025 wolfSSL Inc.\n")
256256
file(APPEND ${OPTION_FILE} " *\n")
257257
file(APPEND ${OPTION_FILE} " * This file is part of wolfSSL.\n")
258258
file(APPEND ${OPTION_FILE} " *\n")

ChangeLog.md

Lines changed: 41 additions & 0 deletions

IDE/Espressif/components/wolfssl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2006-2024 wolfSSL Inc.
2+
# Copyright (C) 2006-2025 wolfSSL Inc.
33
#
44
# This file is part of wolfTPM.
55
#

IDE/Espressif/components/wolfssl/include/user_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* user_settings.h
22
*
3-
* Copyright (C) 2006-2024 wolfSSL Inc.
3+
* Copyright (C) 2006-2025 wolfSSL Inc.
44
*
55
* This file is part of wolfTPM.
66
*

IDE/Espressif/components/wolftpm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wolfTPM cmake for Espressif component
22
#
3-
# Copyright (C) 2006-2024 wolfSSL Inc.
3+
# Copyright (C) 2006-2025 wolfSSL Inc.
44
#
55
# This file is part of wolfTPM.
66
#

IDE/Espressif/main/include/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (C) 2006-2024 wolfSSL Inc.
3+
* Copyright (C) 2006-2025 wolfSSL Inc.
44
*
55
* This file is part of wolfTPM.
66
*

IDE/Espressif/main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* main.c
22
*
3-
* Copyright (C) 2006-2024 wolfSSL Inc.
3+
* Copyright (C) 2006-2025 wolfSSL Inc.
44
*
55
* This file is part of wolfTPM.
66
*

IDE/OPENSTM32/Inc/wolftpm_example.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* wolftpm_example.h
22
*
3-
* Copyright (C) 2006-2024 wolfSSL Inc.
3+
* Copyright (C) 2006-2025 wolfSSL Inc.
44
*
55
* This file is part of wolfTPM.
66
*

IDE/OPENSTM32/Src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* main.c
22
*
3-
* Copyright (C) 2006-2024 wolfSSL Inc.
3+
* Copyright (C) 2006-2025 wolfSSL Inc.
44
*
55
* This file is part of wolfTPM.
66
*

IDE/OPENSTM32/Src/wolftpm_example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* wolftpm_example.c
22
*
3-
* Copyright (C) 2006-2024 wolfSSL Inc.
3+
* Copyright (C) 2006-2025 wolfSSL Inc.
44
*
55
* This file is part of wolfTPM.
66
*

0 commit comments

Comments
 (0)