kernel/net/bridge/br_stp_timer.c
.. .. @@ -1,14 +1,10 @@ 1 +// SPDX-License-Identifier: GPL-2.0-or-later1 2 /* 2 3 * Spanning tree protocol; timer-related code 3 4 * Linux ethernet bridge 4 5 * 5 6 * Authors: 6 7 * Lennert Buytenhek <buytenh@gnu.org> 7 - *8 - * This program is free software; you can redistribute it and/or9 - * modify it under the terms of the GNU General Public License10 - * as published by the Free Software Foundation; either version11 - * 2 of the License, or (at your option) any later version.12 8 */ 13 9 14 10 #include <linux/kernel.h>