Re: [PATCH] correct copyright in arch/ia64/kernel/domain.c

From: Jesse Barnes
Date: Fri Dec 03 2004 - 15:39:38 EST


On Tuesday, October 19, 2004 5:03 pm, Nick Piggin wrote:
> Linus Torvalds wrote:
> > On Tue, 19 Oct 2004, Jesse Barnes wrote:
> >>On Monday, October 18, 2004 10:31 pm, akpm@xxxxxxxx wrote:
> >>>+ * arch/ia64/kernel/domain.c
> >>>+ * Architecture specific sched-domains builder.
> >>>+ *
> >>>+ * Copyright (C) 2004 Linus Torvalds
> >>
> >>Does Linus really have the copyright on this file?
> >
> > Probably not. I've had nothing to do with the scheduler domains. I
> > suspect my name just got copied from whatever source file was used as a
> > template.
> >
> > And I don't even know which one that was ;)
> >
> > Likely kernel/sched.c. I think it's all from Nick's patches.
>
> Yep that's right :P
>
> >> Copyright (C) 2004 Jesse Barnes <jbarnes@xxxxxxxxxxxxxxxx>
> >> Copyright (C) 2004 Silicon Graphics, Inc.
> >> Jesse Barnes <jbarnes@xxxxxxx>
> >
> > Agreed.
>
> No problem.

Ok, here you go (finally). A patch to correct the copyright in
arch/ia64/kernel/domain.c. Both Silicon Graphics, Inc. and myself (yes
personally) hold the copyright on this file.

Signed-off-by: Jesse Barnes <jbarnes@xxxxxxx>

Thanks,
Jesse
===== arch/ia64/kernel/domain.c 1.4 vs edited =====
--- 1.4/arch/ia64/kernel/domain.c 2004-10-20 11:20:36 -07:00
+++ edited/arch/ia64/kernel/domain.c 2004-12-03 12:36:37 -08:00
@@ -2,7 +2,8 @@
* arch/ia64/kernel/domain.c
* Architecture specific sched-domains builder.
*
- * Copyright (C) 2004 Linus Torvalds
+ * Copyright (C) 2004 Jesse Barnes
+ * Copyright (C) 2004 Silicon Graphics, Inc.
*/

#include <linux/sched.h>