aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers/daemon_user.c
diff options
context:
space:
mode:
authorGravatar Alex Dewar <alex.dewar@gmx.co.uk> 2019-08-25 10:49:16 +0100
committerGravatar Richard Weinberger <richard@nod.at> 2019-09-15 21:37:16 +0200
commitdbddf429dc514257170d4c5e116cbd95a86408ab (patch)
treecfe8dcdfc423a0f1757524db5e8a2c613bab6b25 /arch/um/drivers/daemon_user.c
parentum: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACK (diff)
downloadlinux-dbddf429dc514257170d4c5e116cbd95a86408ab.tar.gz
linux-dbddf429dc514257170d4c5e116cbd95a86408ab.tar.bz2
linux-dbddf429dc514257170d4c5e116cbd95a86408ab.zip
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/daemon_user.c')
-rw-r--r--arch/um/drivers/daemon_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/daemon_user.c b/arch/um/drivers/daemon_user.c
index 8813c10d0177..3695821d06a2 100644
--- a/arch/um/drivers/daemon_user.c
+++ b/arch/um/drivers/daemon_user.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) and
* James Leu (jleu@mindspring.net).
* Copyright (C) 2001 by various other people who didn't put their name here.
- * Licensed under the GPL.
*/
#include <stdint.h>