diff options
author | Alex Dewar <alex.dewar@gmx.co.uk> | 2019-08-25 10:49:18 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-09-15 21:37:17 +0200 |
commit | 97870c34b453251cda9c2341f8534b78003a74dc (patch) | |
tree | 9d9cd30140aa79f3ac32ecd30caba6c66fb90c9d /arch/um/os-Linux/helper.c | |
parent | 0d1fb0a47c09b21d82c680476da26035f402660a (diff) |
um: Add SPDX headers for files in arch/um/os-Linux
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/os-Linux/helper.c')
-rw-r--r-- | arch/um/os-Linux/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/os-Linux/helper.c b/arch/um/os-Linux/helper.c index 3f02d4232812..9fa6e4187d4f 100644 --- a/arch/um/os-Linux/helper.c +++ b/arch/um/os-Linux/helper.c @@ -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 */ #include <stdlib.h> |