diff options
| author | Jesse Barnes <jbarnes@engr.sgi.com> | 2004-12-02 20:50:34 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-02 20:50:34 -0800 |
| commit | a46908366dcaefee2cfb59938055196bba35e589 (patch) | |
| tree | 43d4a211fe226e71c80f191c2fd8d289644c1470 | |
| parent | 65a6b4053b9c3e3ebfdad8828ada061766949b65 (diff) | |
[PATCH] correct copyright in arch/ia64/kernel/domain.c
Ok, here we go (finally). A patch to correct the cut-and-paste
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@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | arch/ia64/kernel/domain.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/kernel/domain.c b/arch/ia64/kernel/domain.c index 98e7bedfae5f..c655353941bf 100644 --- a/arch/ia64/kernel/domain.c +++ b/arch/ia64/kernel/domain.c @@ -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> |
