The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=25ed5ee654a8cd7d9f694307c62bb84ff4d16866
commit 25ed5ee654a8cd7d9f694307c62bb84ff4d16866 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:12:25 +0000 Commit: Ed Maste <[email protected]> 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. *
