git: 6e8bb77b4c23 - main - getfacl: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Feb 2026 15:50:57 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=6e8bb77b4c23837d95ba9fb50b41b948c21cbdc3
commit 6e8bb77b4c23837d95ba9fb50b41b948c21cbdc3
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:06:07 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-02-18 15:50:21 +0000
getfacl: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55209
---
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.
*