FWIW;
I would think the committers guide needs updating:
https://docs.freebsd.org/en/articles/committers-guide/#pref-license
Pedro.
On Sunday, October 30, 2022 at 01:05:56 PM GMT-5, Gordon Bergling
<[email protected]> wrote:
The branch main has been updated by gbe (doc committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=c72854c06aaed11971a29bc2e302e72577bc21e0
commit c72854c06aaed11971a29bc2e302e72577bc21e0
Author: Gordon Bergling <[email protected]>
AuthorDate: 2022-10-30 18:05:30 +0000
Commit: Gordon Bergling <[email protected]>
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 <[email protected]>
.\"