The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=575e89cb1786a00387e9c1391055263068c4e0ae
commit 575e89cb1786a00387e9c1391055263068c4e0ae Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:09:45 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-02-18 15:50:21 +0000 setfacl: Add SPDX-License-Identifier tags Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55212 --- bin/setfacl/file.c | 2 ++ bin/setfacl/mask.c | 2 ++ bin/setfacl/merge.c | 2 ++ bin/setfacl/remove.c | 2 ++ bin/setfacl/setfacl.c | 2 ++ bin/setfacl/setfacl.h | 2 ++ bin/setfacl/util.c | 2 ++ 7 files changed, 14 insertions(+) diff --git a/bin/setfacl/file.c b/bin/setfacl/file.c index 24ef3869cf4c..dc014c4f0084 100644 --- a/bin/setfacl/file.c +++ b/bin/setfacl/file.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2001 Chris D. Faulhaber * All rights reserved. * diff --git a/bin/setfacl/mask.c b/bin/setfacl/mask.c index 5154b17fb5bc..85be30b07389 100644 --- a/bin/setfacl/mask.c +++ b/bin/setfacl/mask.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2001-2002 Chris D. Faulhaber * All rights reserved. * diff --git a/bin/setfacl/merge.c b/bin/setfacl/merge.c index d77a52ed2f25..5d23b67a20e9 100644 --- a/bin/setfacl/merge.c +++ b/bin/setfacl/merge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2001 Chris D. Faulhaber * All rights reserved. * diff --git a/bin/setfacl/remove.c b/bin/setfacl/remove.c index 5bfab9c2ec9d..92a67a0cbfb3 100644 --- a/bin/setfacl/remove.c +++ b/bin/setfacl/remove.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2001 Chris D. Faulhaber * All rights reserved. * diff --git a/bin/setfacl/setfacl.c b/bin/setfacl/setfacl.c index ef3f58b326a3..788cbc5008da 100644 --- a/bin/setfacl/setfacl.c +++ b/bin/setfacl/setfacl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2001 Chris D. Faulhaber * All rights reserved. * diff --git a/bin/setfacl/setfacl.h b/bin/setfacl/setfacl.h index b7e7cfd8ca1d..c05defbe9f8b 100644 --- a/bin/setfacl/setfacl.h +++ b/bin/setfacl/setfacl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2001 Chris D. Faulhaber * All rights reserved. * diff --git a/bin/setfacl/util.c b/bin/setfacl/util.c index ee28b9d5503e..2c729d12a145 100644 --- a/bin/setfacl/util.c +++ b/bin/setfacl/util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2001 Chris D. Faulhaber * All rights reserved. *
