diff options
author | Alex Dewar <alex.dewar@gmx.co.uk> | 2019-08-25 05:49:19 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-09-15 15:37:17 -0400 |
commit | f2f4bf5aabadd6575f5daabcb0a2f506e3f5f68c (patch) | |
tree | 50ae7c5c70af2c6d78ef9cc8f10fa7fa8b62adbb /arch/um/include/asm/pgalloc.h | |
parent | 97870c34b453251cda9c2341f8534b78003a74dc (diff) |
um: Add SPDX headers for files in arch/um/include
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>
Diffstat (limited to 'arch/um/include/asm/pgalloc.h')
-rw-r--r-- | arch/um/include/asm/pgalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/asm/pgalloc.h b/arch/um/include/asm/pgalloc.h index d7b282e9c4d5..023599c3fa51 100644 --- a/arch/um/include/asm/pgalloc.h +++ b/arch/um/include/asm/pgalloc.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) | 3 | * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) |
3 | * Copyright 2003 PathScale, Inc. | 4 | * Copyright 2003 PathScale, Inc. |
4 | * Derived from include/asm-i386/pgalloc.h and include/asm-i386/pgtable.h | 5 | * Derived from include/asm-i386/pgalloc.h and include/asm-i386/pgtable.h |
5 | * Licensed under the GPL | ||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef __UM_PGALLOC_H | 8 | #ifndef __UM_PGALLOC_H |