Skip to content

Commit

Permalink
Add libunwind license
Browse files Browse the repository at this point in the history
We package libunwind so we also need to distribute its license.
  • Loading branch information
miyuki committed Apr 13, 2023
1 parent 26b6ab1 commit c1dbc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ set(third_party_license_files
${llvmproject_SOURCE_DIR}/compiler-rt/LICENSE.TXT COMPILER-RT-LICENSE.txt
${llvmproject_SOURCE_DIR}/libcxx/LICENSE.TXT LIBCXX-LICENSE.txt
${llvmproject_SOURCE_DIR}/libcxxabi/LICENSE.TXT LIBCXXABI-LICENSE.txt
${llvmproject_SOURCE_DIR}/libunwind/LICENSE.TXT LIBUNWIND-LICENSE.txt
${picolibc_SOURCE_DIR}/COPYING.NEWLIB COPYING.NEWLIB
${picolibc_SOURCE_DIR}/COPYING.picolibc COPYING.picolibc
)
Expand Down
1 change: 1 addition & 0 deletions cmake/THIRD-PARTY-LICENSES.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ additional or alternate licenses:
- compiler-rt: third-party-licenses/COMPILER-RT-LICENSE.txt
- libc++: third-party-licenses/LIBCXX-LICENSE.txt
- libc++abi: third-party-licenses/LIBCXXABI-LICENSE.txt
- libunwind: third-party-licenses/LIBUNWIND-LICENSE.txt
- Picolibc: third-party-licenses/COPYING.NEWLIB, third-party-licenses/COPYING.picolibc${mingw_runtime_dlls}

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

0 comments on commit c1dbc6b

Please sign in to comment.