git: f5b3ce0d75f0 - stable/14 - pf: Correct SPDX identifier
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Nov 2024 21:41:21 UTC
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f5b3ce0d75f0493f6bbf4d38ad45abef23196ea4 commit f5b3ce0d75f0493f6bbf4d38ad45abef23196ea4 Author: Tom Jones <thj@FreeBSD.org> AuthorDate: 2024-02-23 15:58:38 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-11-20 21:41:09 +0000 pf: Correct SPDX identifier Pointed out by: Mike Karels <karels@FreeBSD.org> (cherry picked from commit 3db693f7da8a1aaf0a8887e7791ebb5d67c7a2d9) --- tests/sys/netpfil/pf/rdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/netpfil/pf/rdr.sh b/tests/sys/netpfil/pf/rdr.sh index efa3750e8f42..5e60b97c653b 100644 --- a/tests/sys/netpfil/pf/rdr.sh +++ b/tests/sys/netpfil/pf/rdr.sh @@ -1,6 +1,6 @@ # # -# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# SPDX-License-Identifier: BSD-2-Clause # # Copyright © 2023 Tom Jones <thj@freebsd.org> #