diff options
author | Alex Dewar <alex.dewar@gmx.co.uk> | 2019-08-25 12:49:19 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-09-15 22:37:17 +0300 |
commit | f2f4bf5aabadd6575f5daabcb0a2f506e3f5f68c (patch) | |
tree | 50ae7c5c70af2c6d78ef9cc8f10fa7fa8b62adbb /arch/um/include/asm/pgalloc.h | |
parent | 97870c34b453251cda9c2341f8534b78003a74dc (diff) | |
download | linux-f2f4bf5aabadd6575f5daabcb0a2f506e3f5f68c.tar.xz |
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 @@ +/* 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 |