Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2022 18:05:50 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c72854c06aae - main - wg.4: Update the SPDX License Identifier
Message-ID:  <202210301805.29UI5oCO040650@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 .\"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210301805.29UI5oCO040650>