git: 904e0dcd2967 - main - ipfw: Add SPDX-License-Identifier tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Feb 2026 13:55:22 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=904e0dcd2967cfe72899e7285e6cd6e9977ae68c
commit 904e0dcd2967cfe72899e7285e6cd6e9977ae68c
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:19:20 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-02-18 13:47:50 +0000
ipfw: Add SPDX-License-Identifier tag
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55273
---
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.