git: 0447e27d0461 - stable/15 - devmatch: Add SPDX-License-Identifier tag
Ed Maste <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a8307d0.41c74.536b7fb4__9814.64651865593$1786972211$gmane$org@gitrepo.freebsd.org> |
The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=0447e27d046198ca57b287b8b5fb8815cf1ef5c2 commit 0447e27d046198ca57b287b8b5fb8815cf1ef5c2 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:17:45 +0000 Commit: Ed Maste <[email protected]> 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