summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah2011-01-31 08:36:37 +0100
committerRusty Russell2011-02-08 22:49:55 +0100
commit5084f89303c0a138f66bf74662753f46878989bb (patch)
tree7bb0b6cb9d54de0680c53c2efcea23f7baf378e2
parentvirtio: console: Wake up outvq on host notifications (diff)
downloadkernel-qcow2-linux-5084f89303c0a138f66bf74662753f46878989bb.tar.gz
kernel-qcow2-linux-5084f89303c0a138f66bf74662753f46878989bb.tar.xz
kernel-qcow2-linux-5084f89303c0a138f66bf74662753f46878989bb.zip
virtio: console: Update Copyright
Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r--drivers/tty/hvc/virtio_console.c3
-rw-r--r--include/linux/virtio_console.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/drivers/tty/hvc/virtio_console.c b/drivers/tty/hvc/virtio_console.c
index ad2520b1e03f..239d86f9d560 100644
--- a/drivers/tty/hvc/virtio_console.c
+++ b/drivers/tty/hvc/virtio_console.c
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2006, 2007, 2009 Rusty Russell, IBM Corporation
- * Copyright (C) 2009, 2010 Red Hat, Inc.
+ * Copyright (C) 2009, 2010, 2011 Red Hat, Inc.
+ * Copyright (C) 2009, 2010, 2011 Amit Shah <amit.shah@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/linux/virtio_console.h b/include/linux/virtio_console.h
index a85064db8f94..e4d333543a33 100644
--- a/include/linux/virtio_console.h
+++ b/include/linux/virtio_console.h
@@ -7,7 +7,8 @@
* This header, excluding the #ifdef __KERNEL__ part, is BSD licensed so
* anyone can use the definitions to implement compatible drivers/servers.
*
- * Copyright (C) Red Hat, Inc., 2009, 2010
+ * Copyright (C) Red Hat, Inc., 2009, 2010, 2011
+ * Copyright (C) Amit Shah <amit.shah@redhat.com>, 2009, 2010, 2011
*/
/* Feature bits */