Date: Tue, 30 Sep 2025 09:56:39 GMT From: Lexi Winter <ivy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 3cbd1f816888 - main - package: Use correct license for clang Message-ID: <202509300956.58U9udHb014095@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=3cbd1f81688855a91f826ee4e04618ceace101ca commit 3cbd1f81688855a91f826ee4e04618ceace101ca Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-09-30 08:31:17 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-09-30 09:56:09 +0000 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 --- release/packages/ucl/clang-all.ucl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509300956.58U9udHb014095>