summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorWilliam Lee Irwin III <wli@holomorphy.com>2004-10-18 18:10:31 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-18 18:10:31 -0700
commit47cfcbb8498372e1f2a15281ba1a065bf883d676 (patch)
tree919b1230acd132d283079be0d3c48c34dd172b4a /kernel
parent3d682f4f27606d48a72ac63db872c53939f4c8aa (diff)
[PATCH] pidhashing: retain older vendor copyright
I was informed that the vendor component of the copyright can't be clobbered without more care, so this patch retains the older vendor, updating it only to reflect the appropriate time period. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/pid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/pid.c b/kernel/pid.c
index dbdc48eab856..382c9b2b1f36 100644
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -1,7 +1,8 @@
/*
* Generic pidhash and scalable, time-bounded PID allocator
*
- * (C) 2002-2004 William Irwin, Oracle
+ * (C) 2002-2003 William Irwin, IBM
+ * (C) 2004 William Irwin, Oracle
* (C) 2002-2004 Ingo Molnar, Red Hat
*
* pid-structures are backing objects for tasks sharing a given ID to chain