Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2025 12:36:23 GMT
From:      Lexi Winter <ivy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1bd747746013 - stable/15 - package: Use correct license for clang
Message-ID:  <202510011236.591CaN5e057965@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=1bd7477460130a91c035d257fa2e86224f38870d

commit 1bd7477460130a91c035d257fa2e86224f38870d
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-30 08:31:17 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-01 10:37:08 +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
    
    (cherry picked from commit 3cbd1f81688855a91f826ee4e04618ceace101ca)
---
 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?202510011236.591CaN5e057965>