Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2023 14:04:25 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 611503c64aed - main - fwget: Use BSD-2-Clause instead of BSD-2-Clause-FreeBSD
Message-ID:  <202305091404.349E4PvU083221@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

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

commit 611503c64aedc3876682237a42e3fdaab7f382d5
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-05-09 14:03:39 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-05-09 14:03:39 +0000

    fwget: Use BSD-2-Clause instead of BSD-2-Clause-FreeBSD
    
    Reported by:    bz
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 usr.sbin/fwget/fwget.sh            | 2 +-
 usr.sbin/fwget/pci/pci             | 2 +-
 usr.sbin/fwget/pci/pci_video_amd   | 2 +-
 usr.sbin/fwget/pci/pci_video_intel | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/usr.sbin/fwget/fwget.sh b/usr.sbin/fwget/fwget.sh
index cd5ee7a7048c..63ed020a437c 100644
--- a/usr.sbin/fwget/fwget.sh
+++ b/usr.sbin/fwget/fwget.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #-
-# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+# SPDX-License-Identifier: BSD-2-Clause
 #
 # Copyright 2023 Beckhoff Automation GmbH & Co. KG
 #
diff --git a/usr.sbin/fwget/pci/pci b/usr.sbin/fwget/pci/pci
index f97cb97d16fe..b30aae4fadb8 100644
--- a/usr.sbin/fwget/pci/pci
+++ b/usr.sbin/fwget/pci/pci
@@ -1,5 +1,5 @@
 #-
-# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+# SPDX-License-Identifier: BSD-2-Clause
 #
 # Copyright 2023 Beckhoff Automation GmbH & Co. KG
 #
diff --git a/usr.sbin/fwget/pci/pci_video_amd b/usr.sbin/fwget/pci/pci_video_amd
index 79f79d4958db..4afb44ed787e 100644
--- a/usr.sbin/fwget/pci/pci_video_amd
+++ b/usr.sbin/fwget/pci/pci_video_amd
@@ -1,5 +1,5 @@
 #-
-# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+# SPDX-License-Identifier: BSD-2-Clause
 #
 # Copyright 2023 Beckhoff Automation GmbH & Co. KG
 #
diff --git a/usr.sbin/fwget/pci/pci_video_intel b/usr.sbin/fwget/pci/pci_video_intel
index 3d37a430c3d2..8dc8b9aee2bd 100644
--- a/usr.sbin/fwget/pci/pci_video_intel
+++ b/usr.sbin/fwget/pci/pci_video_intel
@@ -1,5 +1,5 @@
 #-
-# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+# SPDX-License-Identifier: BSD-2-Clause
 #
 # Copyright 2023 Beckhoff Automation GmbH & Co. KG
 #



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