spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD

The SPDX folks have obsoleted the BSD-2-Clause-NetBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with:		pfg
MFC After:		3 days
Sponsored by:		Netflix
This commit is contained in:
Warner Losh
2023-05-10 09:40:58 -06:00
parent c87658aa7d
commit b61a573019
211 changed files with 211 additions and 211 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/* $NetBSD: pkill.c,v 1.16 2005/10/10 22:13:20 kleink Exp $ */
/*-
* SPDX-License-Identifier: BSD-2-Clause-NetBSD
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* Copyright (c) 2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>