Skip to content

Commit c1dbc6b

Browse files
committed
Add libunwind license
We package libunwind so we also need to distribute its license.
1 parent 26b6ab1 commit c1dbc6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ set(third_party_license_files
877877
${llvmproject_SOURCE_DIR}/compiler-rt/LICENSE.TXT COMPILER-RT-LICENSE.txt
878878
${llvmproject_SOURCE_DIR}/libcxx/LICENSE.TXT LIBCXX-LICENSE.txt
879879
${llvmproject_SOURCE_DIR}/libcxxabi/LICENSE.TXT LIBCXXABI-LICENSE.txt
880+
${llvmproject_SOURCE_DIR}/libunwind/LICENSE.TXT LIBUNWIND-LICENSE.txt
880881
${picolibc_SOURCE_DIR}/COPYING.NEWLIB COPYING.NEWLIB
881882
${picolibc_SOURCE_DIR}/COPYING.picolibc COPYING.picolibc
882883
)

cmake/THIRD-PARTY-LICENSES.txt.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ additional or alternate licenses:
66
- compiler-rt: third-party-licenses/COMPILER-RT-LICENSE.txt
77
- libc++: third-party-licenses/LIBCXX-LICENSE.txt
88
- libc++abi: third-party-licenses/LIBCXXABI-LICENSE.txt
9+
- libunwind: third-party-licenses/LIBUNWIND-LICENSE.txt
910
- Picolibc: third-party-licenses/COPYING.NEWLIB, third-party-licenses/COPYING.picolibc${mingw_runtime_dlls}
1011

1112
Picolibc licenses refer to its source files. Sources are identified in VERSION.txt.

0 commit comments

Comments
 (0)