diff options
author | Alex Dewar <alex.dewar@gmx.co.uk> | 2019-08-25 12:49:16 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-09-15 22:37:16 +0300 |
commit | dbddf429dc514257170d4c5e116cbd95a86408ab (patch) | |
tree | cfe8dcdfc423a0f1757524db5e8a2c613bab6b25 /arch/um/drivers/vector_user.c | |
parent | 27eca5c474f8c669fec3079db652df7533d83b55 (diff) | |
download | linux-dbddf429dc514257170d4c5e116cbd95a86408ab.tar.xz |
um: Add SPDX headers for files in arch/um/drivers
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/drivers/vector_user.c')
-rw-r--r-- | arch/um/drivers/vector_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c index f92e05ad145f..e2c969b9f7ee 100644 --- a/arch/um/drivers/vector_user.c +++ b/arch/um/drivers/vector_user.c @@ -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 */ #include <stdio.h> |