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

um: Add SPDX headers to files in arch/um/kernel/

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
0d1fb0a4 dbddf429

+29 -29
+1 -1
arch/um/kernel/Makefile
··· 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 # Don't instrument UML-specific code; without this, we may crash when
+2 -2
arch/um/kernel/config.c.in
··· 1 - /* 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <stdio.h>
+1 -1
arch/um/kernel/exec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/stddef.h>
+1 -1
arch/um/kernel/exitcode.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/ctype.h>
+1 -1
arch/um/kernel/gmon_syms.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/module.h>
+1 -1
arch/um/kernel/gprof_syms.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/module.h>
+1 -1
arch/um/kernel/initrd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 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/kernel/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2017 - Cambridge Greys Ltd 3 4 * Copyright (C) 2011 - 2014 Cisco Systems Inc 4 5 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 5 - * Licensed under the GPL 6 6 * Derived (i.e. mostly copied) from arch/i386/kernel/irq.c: 7 7 * Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar 8 8 */
+1 -1
arch/um/kernel/ksyms.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/module.h>
+1 -1
arch/um/kernel/mem.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/stddef.h>
+1 -1
arch/um/kernel/physmem.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/module.h>
+1 -1
arch/um/kernel/process.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2015 Anton Ivanov (aivanov@{brocade.com,kot-begemot.co.uk}) 3 4 * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) 4 5 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 5 6 * Copyright 2003 PathScale, Inc. 6 - * Licensed under the GPL 7 7 */ 8 8 9 9 #include <linux/stddef.h>
+1 -1
arch/um/kernel/ptrace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/audit.h>
+1 -1
arch/um/kernel/reboot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/sched/signal.h>
+1 -1
arch/um/kernel/sigio.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 <linux/interrupt.h>
+1 -1
arch/um/kernel/signal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/module.h>
+1 -1
arch/um/kernel/skas/Makefile
··· 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 obj-y := clone.o mmu.o process.o syscall.o uaccess.o
+1 -1
arch/um/kernel/skas/clone.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) 3 4 * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 4 - * Licensed under the GPL 5 5 */ 6 6 7 7 #include <signal.h>
+1 -1
arch/um/kernel/skas/mmu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) 3 4 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 4 - * Licensed under the GPL 5 5 */ 6 6 7 7 #include <linux/mm.h>
+1 -1
arch/um/kernel/skas/process.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/kernel/skas/syscall.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/kernel.h>
+1 -1
arch/um/kernel/skas/uaccess.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/err.h>
+1 -1
arch/um/kernel/syscall.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/file.h>
+1 -1
arch/um/kernel/time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2015 Anton Ivanov (aivanov@{brocade.com,kot-begemot.co.uk}) 3 4 * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) 4 5 * Copyright (C) 2012-2014 Cisco Systems 5 6 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 6 - * Licensed under the GPL 7 7 */ 8 8 9 9 #include <linux/clockchips.h>
+1 -1
arch/um/kernel/tlb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/mm.h>
+1 -1
arch/um/kernel/trap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/mm.h>
+1 -1
arch/um/kernel/um_arch.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 4 */ 5 5 6 6 #include <linux/delay.h>
+1 -1
arch/um/kernel/umid.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 <asm/errno.h>