git: 0447e27d0461 - stable/15 - devmatch: Add SPDX-License-Identifier tag

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 17 Aug 2026 13:08:32 UTC
The branch stable/15 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=0447e27d046198ca57b287b8b5fb8815cf1ef5c2

commit 0447e27d046198ca57b287b8b5fb8815cf1ef5c2
Author:     Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:17:45 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-08-17 13:07:51 +0000

    devmatch: Add SPDX-License-Identifier tag
    
    Reviewed by: emaste
    Sponsored by: The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D55271
    
    (cherry picked from commit 835813c88ab6e44590c2d47e2d66fe153cf9dfc5)
---
 sbin/devmatch/devmatch.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sbin/devmatch/devmatch.c b/sbin/devmatch/devmatch.c
index 3cd150fe19d2..6c6c5f3bcf79 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