git: f5c5358a5350 - stable/15 - getfacl: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Aug 2026 13:08:37 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=f5c5358a53501941c007d72b35bf9d8a9a321b6f
commit f5c5358a53501941c007d72b35bf9d8a9a321b6f
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:06:07 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-08-17 13:07:52 +0000
getfacl: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55209
(cherry picked from commit 6e8bb77b4c23837d95ba9fb50b41b948c21cbdc3)
---
bin/getfacl/getfacl.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/getfacl/getfacl.c b/bin/getfacl/getfacl.c
index 5f55819c81a1..3492ec092d91 100644
--- a/bin/getfacl/getfacl.c
+++ b/bin/getfacl/getfacl.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1999, 2001, 2002 Robert N M Watson
* All rights reserved.
*