git: cbf20714f7b5 - stable/15 - ipfw: Add SPDX-License-Identifier tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 May 2026 18:07:47 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=cbf20714f7b5227d4faa4f1b5ee35976b6e651c4
commit cbf20714f7b5227d4faa4f1b5ee35976b6e651c4
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:19:20 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-05-12 18:06:26 +0000
ipfw: Add SPDX-License-Identifier tag
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55273
(cherry picked from commit 904e0dcd2967cfe72899e7285e6cd6e9977ae68c)
---
sbin/ipfw/nptv6.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sbin/ipfw/nptv6.c b/sbin/ipfw/nptv6.c
index eee6109a3d9e..b78c5c236e75 100644
--- a/sbin/ipfw/nptv6.c
+++ b/sbin/ipfw/nptv6.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 2016 Yandex LLC
* Copyright (c) 2016 Andrey V. Elsukov <ae@FreeBSD.org>
* All rights reserved.