git: c72854c06aae - main - wg.4: Update the SPDX License Identifier

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 30 Oct 2022 18:05:50 UTC
The branch main has been updated by gbe (doc committer):

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

commit c72854c06aaed11971a29bc2e302e72577bc21e0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-30 18:05:30 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-30 18:05:30 +0000

    wg.4: Update the SPDX License Identifier
    
    The following License Identifier
    'BSD-2-Clause-FreeBSD' is not allowed
    for new code so use the correct on.
    
    Reported by:    imp
---
 share/man/man4/wg.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/wg.4 b/share/man/man4/wg.4
index 21bb640e7b6c..d5e712d38ab2 100644
--- a/share/man/man4/wg.4
+++ b/share/man/man4/wg.4
@@ -1,4 +1,4 @@
-.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+.\" SPDX-License-Identifier: BSD-2-Clause
 .\"
 .\" Copyright (c) 2020 Gordon Bergling <gbe@FreeBSD.org>
 .\"