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

um: Add SPDX headers for files in arch/um/drivers

Convert files to use SPDX header. All files are licensed under the GPLv2.

Signed-off-by: Alex Dewar <alex.dewar@gmx.co.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Alex Dewar and committed by
Richard Weinberger
dbddf429 27eca5c4

+53 -53
+1 -1
arch/um/drivers/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Copyright (C) 2000, 2002, 2003 Jeff Dike (jdike@karaya.com) 3 - # Licensed under the GPL 4 4 # 5 5 6 6 # pcap is broken in 2.5 because kbuild doesn't allow pcap.a to be linked
+1 -1
arch/um/drivers/chan.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2000, 2001 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __CHAN_KERN_H__
+1 -1
arch/um/drivers/chan_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/slab.h>
+1 -1
arch/um/drivers/chan_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <stdlib.h>
+1 -1
arch/um/drivers/chan_user.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2000, 2001 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __CHAN_USER_H__
+1 -1
arch/um/drivers/cow_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 /*
+1 -1
arch/um/drivers/daemon.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __DAEMON_H__
+1 -1
arch/um/drivers/daemon_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) and 3 4 * James Leu (jleu@mindspring.net). 4 5 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 5 6 * Copyright (C) 2001 by various other people who didn't put their name here. 6 - * Licensed under the GPL. 7 7 */ 8 8 9 9 #include <linux/init.h>
+1 -1
arch/um/drivers/daemon_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 4 * Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) and 4 5 * James Leu (jleu@mindspring.net). 5 6 * Copyright (C) 2001 by various other people who didn't put their name here. 6 - * Licensed under the GPL. 7 7 */ 8 8 9 9 #include <stdint.h>
+1 -1
arch/um/drivers/fd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <stdio.h>
+1 -1
arch/um/drivers/harddog_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <stdio.h>
+1 -1
arch/um/drivers/hostaudio_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2002 Steve Schmidtke 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/fs.h>
+1 -1
arch/um/drivers/line.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/irqreturn.h>
+1 -1
arch/um/drivers/line.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __LINE_H__
+1 -1
arch/um/drivers/mconsole.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) 3 4 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 4 - * Licensed under the GPL 5 5 */ 6 6 7 7 #ifndef __MCONSOLE_H__
+1 -1
arch/um/drivers/mconsole_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) 3 4 * Copyright (C) 2001 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com) 4 - * Licensed under the GPL 5 5 */ 6 6 7 7 #include <linux/console.h>
+1 -1
arch/um/drivers/mconsole_kern.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __MCONSOLE_KERN_H__
+1 -1
arch/um/drivers/mconsole_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) 3 4 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 4 - * Licensed under the GPL 5 5 */ 6 6 7 7 #include <errno.h>
+1 -1
arch/um/drivers/net_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 4 * Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) and 4 5 * James Leu (jleu@mindspring.net). 5 6 * Copyright (C) 2001 by various other people who didn't put their name here. 6 - * Licensed under the GPL. 7 7 */ 8 8 9 9 #include <linux/memblock.h>
+1 -1
arch/um/drivers/net_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <stdio.h>
+1 -1
arch/um/drivers/null.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <stddef.h>
+1 -1
arch/um/drivers/pcap_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL. 4 4 */ 5 5 6 6 #include <linux/init.h>
+1 -1
arch/um/drivers/pcap_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL. 4 4 */ 5 5 6 6 #include <errno.h>
+1 -1
arch/um/drivers/pcap_user.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <net_user.h>
+1 -1
arch/um/drivers/port.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2001 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __PORT_H__
+1 -1
arch/um/drivers/port_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/completion.h>
+1 -1
arch/um/drivers/port_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <stdio.h>
+1 -1
arch/um/drivers/pty.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <stdio.h>
+1 -1
arch/um/drivers/slip_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL. 4 4 */ 5 5 6 6 #include <linux/if_arp.h>
+1 -1
arch/um/drivers/slip_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL. 4 4 */ 5 5 6 6 #include <stdio.h>
+1 -1
arch/um/drivers/slirp_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL. 4 4 */ 5 5 6 6 #include <linux/if_arp.h>
+1 -1
arch/um/drivers/slirp_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL. 4 4 */ 5 5 6 6 #include <unistd.h>
+1 -1
arch/um/drivers/ssl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/fs.h>
+1 -1
arch/um/drivers/stdio_console.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000, 2001 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/posix_types.h>
+1 -1
arch/um/drivers/stdio_console.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __STDIO_CONSOLE_H
+1 -1
arch/um/drivers/tty.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <errno.h>
+1 -1
arch/um/drivers/ubd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) 3 4 * Copyright (C) 2001 RidgeRun, Inc (glonnon@ridgerun.com) 4 - * Licensed under the GPL 5 5 */ 6 6 7 7 #ifndef __UM_UBD_USER_H
+1 -1
arch/um/drivers/ubd_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2018 Cambridge Greys Ltd 3 4 * Copyright (C) 2015-2016 Anton Ivanov (aivanov@brocade.com) 4 5 * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) 5 - * Licensed under the GPL 6 6 */ 7 7 8 8 /* 2001-09-28...2002-04-17
+1 -1
arch/um/drivers/ubd_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2016 Anton Ivanov (aivanov@brocade.com) 3 4 * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) 4 5 * Copyright (C) 2001 Ridgerun,Inc (glonnon@ridgerun.com) 5 - * Licensed under the GPL 6 6 */ 7 7 8 8 #include <stddef.h>
+1 -1
arch/um/drivers/umcast.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __DRIVERS_UMCAST_H
+1 -1
arch/um/drivers/umcast_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * user-mode-linux networking multicast transport 3 4 * Copyright (C) 2001 by Harald Welte <laforge@gnumonks.org> ··· 9 8 * James Leu (jleu@mindspring.net). 10 9 * Copyright (C) 2001 by various other people who didn't put their name here. 11 10 * 12 - * Licensed under the GPL. 13 11 */ 14 12 15 13 #include <linux/init.h>
+1 -1
arch/um/drivers/umcast_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * user-mode-linux networking multicast transport 3 4 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) ··· 9 8 * James Leu (jleu@mindspring.net). 10 9 * Copyright (C) 2001 by various other people who didn't put their name here. 11 10 * 12 - * Licensed under the GPL. 13 11 * 14 12 */ 15 13
+1 -1
arch/um/drivers/vde.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2007 Luca Bigliardi (shammash@artha.org). 3 - * Licensed under the GPL. 4 4 */ 5 5 6 6 #ifndef __UM_VDE_H__
+1 -1
arch/um/drivers/vde_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2007 Luca Bigliardi (shammash@artha.org). 3 - * Licensed under the GPL. 4 4 * 5 5 * Transport usage: 6 6 * ethN=vde,<vde_switch>,<mac addr>,<port>,<group>,<mode>,<description>
+1 -1
arch/um/drivers/vde_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2007 Luca Bigliardi (shammash@artha.org). 3 - * Licensed under the GPL. 4 4 */ 5 5 6 6 #include <stddef.h>
+1 -1
arch/um/drivers/vector_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2017 - Cambridge Greys Limited 3 4 * Copyright (C) 2011 - 2014 Cisco Systems Inc ··· 6 5 * Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) and 7 6 * James Leu (jleu@mindspring.net). 8 7 * Copyright (C) 2001 by various other people who didn't put their name here. 9 - * Licensed under the GPL. 10 8 */ 11 9 12 10 #include <linux/version.h>
+1 -1
arch/um/drivers/vector_kern.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2002 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __UM_VECTOR_KERN_H
+1 -1
arch/um/drivers/vector_transports.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2017 - Cambridge Greys Limited 3 4 * Copyright (C) 2011 - 2014 Cisco Systems Inc 4 - * Licensed under the GPL. 5 5 */ 6 6 7 7 #include <linux/etherdevice.h>
+1 -1
arch/um/drivers/vector_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <stdio.h>
+1 -1
arch/um/drivers/vector_user.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2002 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __UM_VECTOR_USER_H
+1 -1
arch/um/drivers/xterm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <stddef.h>
+1 -1
arch/um/drivers/xterm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #ifndef __XTERM_H__
+1 -1
arch/um/drivers/xterm_kern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/slab.h>