um: Add SPDX headers for files in arch/um/include
authorAlex Dewar <alex.dewar@gmx.co.uk>
Sun, 25 Aug 2019 09:49:19 +0000 (10:49 +0100)
committerRichard Weinberger <richard@nod.at>
Sun, 15 Sep 2019 19:37:17 +0000 (21:37 +0200)
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>
34 files changed:
arch/um/include/asm/kmap_types.h
arch/um/include/asm/mmu.h
arch/um/include/asm/mmu_context.h
arch/um/include/asm/page.h
arch/um/include/asm/pgalloc.h
arch/um/include/asm/pgtable-2level.h
arch/um/include/asm/pgtable-3level.h
arch/um/include/asm/pgtable.h
arch/um/include/asm/processor-generic.h
arch/um/include/asm/ptrace-generic.h
arch/um/include/asm/thread_info.h
arch/um/include/asm/tlbflush.h
arch/um/include/asm/uaccess.h
arch/um/include/shared/arch.h
arch/um/include/shared/as-layout.h
arch/um/include/shared/elf_user.h
arch/um/include/shared/frame_kern.h
arch/um/include/shared/irq_kern.h
arch/um/include/shared/irq_user.h
arch/um/include/shared/kern.h
arch/um/include/shared/kern_util.h
arch/um/include/shared/mem.h
arch/um/include/shared/net_kern.h
arch/um/include/shared/net_user.h
arch/um/include/shared/os.h
arch/um/include/shared/ptrace_user.h
arch/um/include/shared/registers.h
arch/um/include/shared/sigio.h
arch/um/include/shared/skas/mm_id.h
arch/um/include/shared/skas/skas.h
arch/um/include/shared/skas/stub-data.h
arch/um/include/shared/timer-internal.h
arch/um/include/shared/um_malloc.h
arch/um/include/shared/user.h

index 2e0a6b1d83000a15cf4695608e1733ed5f538dcc..b0bd12de1d23cf47b8ae33c20990d0bcc7037ce6 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
  */
 
 #ifndef __UM_KMAP_TYPES_H
index da705448590f2fea52f4f44c913ac1bad54bb123..5b072aba5b658f95ab8b0248f569d1fd1f2cee5b 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __ARCH_UM_MMU_H
index 00cefd33afdd379c5cc727da32ef6bcac26ea265..5aee0626e39042aee45122542120786a25bd725d 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __UM_MMU_CONTEXT_H
index f878bec23576c54c619b633ce0c81508519ddb56..95af12e82a328448ce122a4eb81996d26bd1cb02 100644 (file)
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2000 - 2003 Jeff Dike (jdike@addtoit.com)
  * Copyright 2003 PathScale, Inc.
- * Licensed under the GPL
  */
 
 #ifndef __UM_PAGE_H
index d7b282e9c4d51deae49b5a71d3af9b15a5c4958b..023599c3fa5122c6fdf2db7e4d3852dfcead0c29 100644 (file)
@@ -1,8 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
  * Copyright 2003 PathScale, Inc.
  * Derived from include/asm-i386/pgalloc.h and include/asm-i386/pgtable.h
- * Licensed under the GPL
  */
 
 #ifndef __UM_PGALLOC_H
index 179c0ea87a0c3b48e93821d2d1158259c0454b1b..32b3d26a71097a48daa3a7f2b9e7df213df008a0 100644 (file)
@@ -1,8 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
  * Copyright 2003 PathScale, Inc.
  * Derived from include/asm-i386/pgtable.h
- * Licensed under the GPL
  */
 
 #ifndef __UM_PGTABLE_2LEVEL_H
index c4d876dfb9acd14bc11ff6b4230bbff5bbe070fe..9812269fefc9f1d07773b3d4014a619ae2392599 100644 (file)
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright 2003 PathScale Inc
  * Derived from include/asm-i386/pgtable.h
- * Licensed under the GPL
  */
 
 #ifndef __UM_PGTABLE_3LEVEL_H
index b377df76cc281da4d734d88478f703a05718c40d..e4d3ed980d822c61ee1b7d7f0c2ed247f1b9e785 100644 (file)
@@ -1,8 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
  * Copyright 2003 PathScale, Inc.
  * Derived from include/asm-i386/pgtable.h
- * Licensed under the GPL
  */
 
 #ifndef __UM_PGTABLE_H
index b58b746d3f2ca90b594be73388576aee9f20788f..afd9b267cf81311c9c9af0cb56be0398ad187e49 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __UM_PROCESSOR_GENERIC_H
index 5ab20620fc977e7b1be8b2f5359c7012c89b8225..81c647ef9c6c8df98ae917178318a61647d9391e 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __UM_PTRACE_GENERIC_H
index 4eecd960ee8c17586742b1b11745b056c122167e..4c19ce4c49f18dbc7011e249d056342e3b31c5c9 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __UM_THREAD_INFO_H
index 614f2c0911781aebf9a62d3912272f4b640f99d1..a5bda890390db5f7219336c26017dff1c5543f92 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __UM_TLBFLUSH_H
index cc00fc50768f7d8a10e6037aac6ed01a1d506e56..fe66d659acad06f635a4c5868d8870df94964fe8 100644 (file)
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
  * Copyright (C) 2015 Richard Weinberger (richard@nod.at)
- * Licensed under the GPL
  */
 
 #ifndef __UM_UACCESS_H
index 4f46abda060d17ef2621a001b4be6101ea0b20bc..880ee42a3329e3355beff5103077a5b9fc31d471 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __ARCH_H__
index ca1843e1df157b9c40c53cb5a58f50d1f9166c64..5f286ef2721b8f214f67c5514b0e6907cc65485a 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __START_H__
index 53516b6372721395aa179194e8149a5bbd05428b..fd461ee40c0551d5f00d587e78955ad90ea1e59a 100644 (file)
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2004 Fujitsu Siemens Computers GmbH
  * Author: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
- * Licensed under the GPL
  */
 
 #ifndef __ELF_USER_H__
index a5cde5c433b4285d61faa6f01099045f93f421da..ed952ac661caaae971b5d6175e3ec327a5414a9f 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
  */
 
 #ifndef __FRAME_KERN_H_
index e05bd667de152e06038daec8dd86dda7075ed7bb..7cd1a10c6244ceb2b78d26b87ea1224c1631f14f 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
  */
 
 #ifndef __IRQ_KERN_H__
index e7242a0ae48972edf4a05b2d4f265ac5e437e9e2..107751dce1533326939b0a5c30cf45439473dd37 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __IRQ_USER_H__
index 6cd01240bbf098a6e55536c45dc11f1714ad8392..3a9c75a8413c8bec52fe9720b540e5a8d5c9e848 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
  */
 
 #ifndef __KERN_H__
index 35ab97e4bb9b5f79aae8fefacf046e1cca541d24..ccafb62e8ccec32e39c27c617ad64132e145bbcd 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __KERN_UTIL_H__
index 5cd40e99e8d5c925ba0f7a983972f5153462a571..4862c91d4213c4f6d1c1e9430ca902e080aae0a2 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __MEM_H__
index 40442b98b17351356b835207376303d1c3be2379..a87be13c5b877dd70c29bd170f900ce698ed0cdf 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2002 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __UM_NET_KERN_H
index 3dabbe128e40b0186538f9b4389a1311f2b738f2..1b0531769a5ebb52b4bfe8d9731f586077aca244 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __UM_NET_USER_H__
index d542dadcf22e4a6c4d2c2aa386e5dfb6469729c9..506bcd1bca68512225405f2aa01e54f5f81a5bc9 100644 (file)
@@ -1,8 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2015 Anton Ivanov (aivanov@{brocade.com,kot-begemot.co.uk})
  * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de)
  * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __OS_H__
index 56b2f284b108e91f1e70b8573fffe37176a1a4e1..95455e8996e7252fc44cd2a3576809efb5d209e2 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __PTRACE_USER_H__
index a74449b5b0e314a13eac6b2e51ce9ee2f398b5ff..0c50fa6e8a55b7330f43027c4dea3170e5173d72 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2004 PathScale, Inc
- * Licensed under the GPL
  */
 
 #ifndef __REGISTERS_H
index 434f1a9ae4b354621f01d82eb3965cc8645af989..8fe8f57c05de8a99442934f2816a2686021400e5 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
  */
 
 #ifndef __SIGIO_H__
index 48dd0989ddaa6e8dca1050c079254af46fa3bb3f..4337b4ced095413a83b5b918d611970cb2b2ae35 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
  */
 
 #ifndef __MM_ID_H
index 911f3c45ad1f89bd6686443a87a57c4bcaa882f3..c93d2cbc8f326c825b6162fc5715c7b48a374f3a 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __SKAS_H
index 13f404e1262bd96a61a3bd452d014abf1b44a095..6b01d97a938677f945325e729e911108d2c3311f 100644 (file)
@@ -1,8 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
 
  * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de)
  * Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
  */
 
 #ifndef __STUB_DATA_H
index a4d79389b223351472a5ea1c023f7847edacf4ff..2d2d13c9b46f96246bd06be19a85a610196cc756 100644 (file)
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2012 - 2014 Cisco Systems
  * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __TIMER_INTERNAL_H__
index 6395fef6b69b443fcea86e5ddd64dc3a9820d7e0..13da93284c2c7f35cef859c3c79647a58315acd5 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2005 Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
- * Licensed under the GPL
  */
 
 #ifndef __UM_MALLOC_H__
index 4cff19f6207ac2cafd8d0821baff32f7a94602a1..e793e4212f0a5f80eca76d55dea6cb2f4b94809a 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* 
  * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
- * Licensed under the GPL
  */
 
 #ifndef __USER_H__