From: Stephen Hemminger Date: Wed, 11 Jan 2023 02:39:13 +0000 (-0800) Subject: bridge: use SPDX X-Git-Tag: v6.2.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9458a2c1f56877219d401bbabc5ff2bc27b6b4c8;p=thirdparty%2Fiproute2.git bridge: use SPDX Replace GPL 2.0 or later boilerplate text. Signed-off-by: Stephen Hemminger --- diff --git a/bridge/monitor.c b/bridge/monitor.c index d82f45cc0..552614d79 100644 --- a/bridge/monitor.c +++ b/bridge/monitor.c @@ -1,13 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * brmonitor.c "bridge monitor" * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - * * Authors: Stephen Hemminger - * */ #include