Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2026 17:47:43 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
Subject:   git: 835813c88ab6 - main - devmatch: Add SPDX-License-Identifier tag
Message-ID:  <6995fb3f.3c4c3.5a94b85@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=835813c88ab6e44590c2d47e2d66fe153cf9dfc5

commit 835813c88ab6e44590c2d47e2d66fe153cf9dfc5
Author:     Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:17:45 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6995fb3f.3c4c3.5a94b85>