hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/net/bridge/br_nf_core.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Handle firewalling core
34 * Linux ethernet bridge
....@@ -5,11 +6,6 @@
56 * Authors:
67 * Lennert Buytenhek <buytenh@gnu.org>
78 * Bart De Schuymer <bdschuym@pandora.be>
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * as published by the Free Software Foundation; either version
12
- * 2 of the License, or (at your option) any later version.
139 *
1410 * Lennert dedicates this file to Kerstin Wurdinger.
1511 */