The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=835813c88ab6e44590c2d47e2d66fe153cf9dfc5
commit 835813c88ab6e44590c2d47e2d66fe153cf9dfc5 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:17:45 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-02-18 17:46:49 +0000 devmatch: Add SPDX-License-Identifier tag Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55271 --- sbin/devmatch/devmatch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/devmatch/devmatch.c b/sbin/devmatch/devmatch.c index 4a5a300ca313..62bfc2c521ed 100644 --- a/sbin/devmatch/devmatch.c +++ b/sbin/devmatch/devmatch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2017 Netflix, Inc. * * Redistribution and use in source and binary forms, with or without
