diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2019-04-05 13:31:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-06 18:32:21 -0700 |
commit | 0e7623bdf34fff6587f96c27132aebe8c585631d (patch) | |
tree | be21257567584719fc735aa0dcacfde844dac55b /net/hsr/hsr_forward.h | |
parent | 9f73c2bb46f4fae27c2b3b54d1964276439c02e8 (diff) | |
download | linux-0e7623bdf34fff6587f96c27132aebe8c585631d.tar.gz linux-0e7623bdf34fff6587f96c27132aebe8c585631d.tar.bz2 linux-0e7623bdf34fff6587f96c27132aebe8c585631d.zip |
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.h')
-rw-r--r-- | net/hsr/hsr_forward.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/hsr/hsr_forward.h b/net/hsr/hsr_forward.h index 5c5bc4b6b75f..51a69295566c 100644 --- a/net/hsr/hsr_forward.h +++ b/net/hsr/hsr_forward.h @@ -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 */ |