diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2019-04-05 20:31:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-07 04:32:21 +0300 |
commit | 0e7623bdf34fff6587f96c27132aebe8c585631d (patch) | |
tree | be21257567584719fc735aa0dcacfde844dac55b /net/hsr/hsr_forward.c | |
parent | 9f73c2bb46f4fae27c2b3b54d1964276439c02e8 (diff) | |
download | linux-0e7623bdf34fff6587f96c27132aebe8c585631d.tar.xz |
net: hsr: convert to SPDX identifier
Use SPDX-License-Identifier instead of a verbose license text.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/hsr/hsr_forward.c')
-rw-r--r-- | net/hsr/hsr_forward.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/hsr/hsr_forward.c b/net/hsr/hsr_forward.c index 602029c44050..0cac992192d0 100644 --- a/net/hsr/hsr_forward.c +++ b/net/hsr/hsr_forward.c @@ -1,10 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 /* Copyright 2011-2014 Autronica Fire and Security AS * - * 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. - * * Author(s): * 2011-2014 Arvid Brodin, arvid.brodin@alten.se */ |