Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ if(BUILD_WOLFTPM_LIB)
--name wolftpm
--version ${SBOM_VERSION}
--supplier "wolfSSL Inc."
--license-file ${CMAKE_SOURCE_DIR}/LICENSE
--license-file ${CMAKE_SOURCE_DIR}/COPYING
--options-h ${OPTION_FILE}
--lib ${SBOM_LIB}
--license-override ${SBOM_LICENSE_OVERRIDE}
Expand Down
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

682 changes: 16 additions & 666 deletions LICENSE

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ EXTRA_DIST+= .cyignore
EXTRA_DIST+= README.md
EXTRA_DIST+= ChangeLog.md
EXTRA_DIST+= LICENSE
EXTRA_DIST+= COPYING
EXTRA_DIST+= autogen.sh
EXTRA_DIST+= CMakeLists.txt

Expand Down Expand Up @@ -138,7 +139,7 @@ cppcheck:
# is (a libwolftpm library that links wolfSSL/wolfCrypt) and includes it.
# WOLFSSL_DIR must point to a wolfssl source tree containing scripts/gen-sbom.
SBOM_PKGNAME = wolftpm
SBOM_LICENSE_FILE = $(srcdir)/LICENSE
SBOM_LICENSE_FILE = $(srcdir)/COPYING
SBOM_DEP_WOLFSSL = yes

# wolfTPM records its feature macros in its own generated options header, so
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ Output: `wolftpm-<version>.cdx.json`, `wolftpm-<version>.spdx.json`, `wolftpm-<v
Optional overrides:

- `SBOM_LICENSE_OVERRIDE` - SPDX expression to use instead of the licence
parsed from `LICENSE` (e.g. `LicenseRef-wolfSSL-Commercial` for commercial
parsed from `COPYING` (e.g. `LicenseRef-wolfSSL-Commercial` for commercial
licensees). Defaults to `GPL-3.0-or-later` (the per-file header licence).
- `SBOM_LICENSE_TEXT` - path to the licence text for any `LicenseRef-*` used in
`SBOM_LICENSE_OVERRIDE` (required by SPDX 2.3).
Expand Down
2 changes: 1 addition & 1 deletion src/spdm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,4 +510,4 @@ standalone library.

## License

GPLv3 — see LICENSE file. Copyright (C) 2006-2026 wolfSSL Inc.
GPLv3 — see COPYING file. Copyright (C) 2006-2026 wolfSSL Inc.
Loading