diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-30 08:31:17 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-30 09:56:09 +0000 |
| commit | 3cbd1f81688855a91f826ee4e04618ceace101ca (patch) | |
| tree | 2a2755a7fb293d08a43ea5dcc0ea32a85c7dd4c1 | |
| parent | 24e4dcf4ba5e9dedcf89efd358ea3e1fe5867020 (diff) | |
package: Use correct license for clang
LLVM was relicensed under Apache 2.0 with LLVM exception a while ago.
MFC after: 1 day
Reviewed by: bapt, imp (previous version)
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D51769
| -rw-r--r-- | release/packages/ucl/clang-all.ucl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/packages/ucl/clang-all.ucl b/release/packages/ucl/clang-all.ucl index e0372940ed42..86cac409fa9e 100644 --- a/release/packages/ucl/clang-all.ucl +++ b/release/packages/ucl/clang-all.ucl @@ -25,7 +25,7 @@ This package provides the clang(1) frontend as well as related utilities for working with object files. EOD -licenses = [ NCSA ] +licenses = [ "Apache-2.0 WITH LLVM-exception" ] annotations { set = devel |
