git: 8b43a608425a - stable/13 - SPDX: It's spelled 'SPDX-License-Identifier'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 20:48:45 UTC
The branch stable/13 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=8b43a608425ae680c109d13a2849a6872877c9fd
commit 8b43a608425ae680c109d13a2849a6872877c9fd
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-05-11 16:03:59 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-07-25 15:17:48 +0000
SPDX: It's spelled 'SPDX-License-Identifier'
Sponsored by: Netflix
(cherry picked from commit ecfb43cb419808a5e2f802f780cba66a49f473b7)
---
sys/netgraph/ng_vlan_rotate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netgraph/ng_vlan_rotate.c b/sys/netgraph/ng_vlan_rotate.c
index a9added7fb6d..cbc55e6f7a84 100644
--- a/sys/netgraph/ng_vlan_rotate.c
+++ b/sys/netgraph/ng_vlan_rotate.c
@@ -1,5 +1,5 @@
/*-
- * Spdx-License-Identifier: BSD-2-Clause
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2019-2021 IKS Service GmbH
*