2004-11-18 17:13:30

by Blaisorblade

[permalink] [raw]
Subject: [patch 1/1] Uml - update some copyright


Update/add some copyright notices.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[email protected]>
---

linux-2.6.10-rc-paolo/arch/um/kernel/sigio_kern.c | 2 +-
linux-2.6.10-rc-paolo/arch/um/sys-i386/sysrq.c | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)

diff -puN arch/um/kernel/sigio_kern.c~uml-comments arch/um/kernel/sigio_kern.c
--- linux-2.6.10-rc/arch/um/kernel/sigio_kern.c~uml-comments 2004-11-18 18:00:11.537308448 +0100
+++ linux-2.6.10-rc-paolo/arch/um/kernel/sigio_kern.c 2004-11-18 18:00:11.541307840 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002 Jeff Dike ([email protected])
+ * Copyright (C) 2002 - 2003 Jeff Dike ([email protected])
* Licensed under the GPL
*/

diff -puN arch/um/sys-i386/sysrq.c~uml-comments arch/um/sys-i386/sysrq.c
--- linux-2.6.10-rc/arch/um/sys-i386/sysrq.c~uml-comments 2004-11-18 18:00:11.539308144 +0100
+++ linux-2.6.10-rc-paolo/arch/um/sys-i386/sysrq.c 2004-11-18 18:00:11.541307840 +0100
@@ -1,3 +1,8 @@
+/*
+ * Copyright (C) 2001 - 2003 Jeff Dike ([email protected])
+ * Licensed under the GPL
+ */
+
#include "linux/kernel.h"
#include "linux/smp.h"
#include "linux/sched.h"
_