git: ecfb43cb4198 - main - SPDX: It's spelled 'SPDX-License-Identifier'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 May 2023 16:44:55 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=ecfb43cb419808a5e2f802f780cba66a49f473b7
commit ecfb43cb419808a5e2f802f780cba66a49f473b7
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-05-11 16:03:59 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-05-12 16:44:04 +0000
SPDX: It's spelled 'SPDX-License-Identifier'
Sponsored by: Netflix
---
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
*