git: 25ed5ee654a8 - main - camcontrol: Add SPDX-License-Identifier tag

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 18 Feb 2026 13:55:19 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=25ed5ee654a8cd7d9f694307c62bb84ff4d16866

commit 25ed5ee654a8cd7d9f694307c62bb84ff4d16866
Author:     Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:12:25 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-02-18 13:43:39 +0000

    camcontrol: Add SPDX-License-Identifier tag
    
    Reviewed by: imp
    Sponsored by: The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D55269
---
 sbin/camcontrol/camcontrol.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c
index 15a5d42a2ba5..c2deafbd81da 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.
  *