git: d74dfe03ba98 - stable/15 - camcontrol: Add SPDX-License-Identifier tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Mar 2026 13:44:19 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=d74dfe03ba98d9cbb1607f94c3992b4355987fa0
commit d74dfe03ba98d9cbb1607f94c3992b4355987fa0
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:12:25 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-03-12 13:43:57 +0000
camcontrol: Add SPDX-License-Identifier tag
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55269
(cherry picked from commit 25ed5ee654a8cd7d9f694307c62bb84ff4d16866)
---
sbin/camcontrol/camcontrol.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c
index 1b27ad3723dd..7ad177c3e4b6 100644
--- a/sbin/camcontrol/camcontrol.c
+++ b/sbin/camcontrol/camcontrol.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1997-2007 Kenneth D. Merry
* All rights reserved.
*