git: 21f35c3699df - stable/13 - wg.4: Update the SPDX License Identifier
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Nov 2022 22:56:02 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=21f35c3699df055f41f73917725d65658cc3cb04
commit 21f35c3699df055f41f73917725d65658cc3cb04
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-30 18:05:30 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-11 22:55:51 +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
(cherry picked from commit c72854c06aaed11971a29bc2e302e72577bc21e0)
---
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>
.\"