diff options
| author | Tuukka Pasanen <tuukka.pasanen@ilmi.fi> | 2026-02-09 08:09:45 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-18 15:50:21 +0000 |
| commit | 575e89cb1786a00387e9c1391055263068c4e0ae (patch) | |
| tree | 69f10ad1bf251775c622b98879b0ae780550a779 | |
| parent | 0a1fd13e73200756b61d06c949622b4f6bba7dad (diff) | |
setfacl: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55212
| -rw-r--r-- | bin/setfacl/file.c | 2 | ||||
| -rw-r--r-- | bin/setfacl/mask.c | 2 | ||||
| -rw-r--r-- | bin/setfacl/merge.c | 2 | ||||
| -rw-r--r-- | bin/setfacl/remove.c | 2 | ||||
| -rw-r--r-- | bin/setfacl/setfacl.c | 2 | ||||
| -rw-r--r-- | bin/setfacl/setfacl.h | 2 | ||||
| -rw-r--r-- | bin/setfacl/util.c | 2 |
7 files changed, 14 insertions, 0 deletions
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. * |
