Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Murali Karicheri and committed by
David S. Miller
0e7623bd 9f73c2bb

+12 -61
+1 -5
net/hsr/hsr_device.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -5
net/hsr/hsr_device.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -5
net/hsr/hsr_forward.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -5
net/hsr/hsr_forward.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -5
net/hsr/hsr_framereg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -5
net/hsr/hsr_framereg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -5
net/hsr/hsr_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -5
net/hsr/hsr_main.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -5
net/hsr/hsr_netlink.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -5
net/hsr/hsr_netlink.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -5
net/hsr/hsr_slave.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 3 * 8 4 * Author(s): 9 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
+1 -6
net/hsr/hsr_slave.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* Copyright 2011-2014 Autronica Fire and Security AS 2 3 * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation; either version 2 of the License, or (at your option) 6 - * any later version. 7 - * 8 - * Author(s): 9 4 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se 10 5 */ 11 6