aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuukka Pasanen <tuukka.pasanen@ilmi.fi>2026-02-09 08:17:45 +0000
committerEd Maste <emaste@FreeBSD.org>2026-02-18 17:46:49 +0000
commit835813c88ab6e44590c2d47e2d66fe153cf9dfc5 (patch)
tree3b9c78f2943a07481540e9d5b05f345d688c6240
parent8aa560491cfad7953c7c089f4847951e867ef47c (diff)
devmatch: Add SPDX-License-Identifier tag
Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55271
-rw-r--r--sbin/devmatch/devmatch.c2
1 files changed, 2 insertions, 0 deletions
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