diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2007-09-27 17:48:53 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 17:51:12 -0400 |
| commit | f0e7e1bd77d450ebfa12153b90f93ad46616ab4a (patch) | |
| tree | c4ef8fcd84f19522a5cb9b012a50ee3d9f1e4e46 | |
| parent | 6adf7554b9c70eac83251e00aa4a55f7dc830cec (diff) | |
kobject: update the copyrights
I've been hacking on these files for a while now, might as well make it
official...
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| -rw-r--r-- | include/linux/kobject.h | 6 | ||||
| -rw-r--r-- | lib/kobject.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 973aa7b39e02..4a0d27f475d7 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * kobject.h - generic kernel object infrastructure. | 2 | * kobject.h - generic kernel object infrastructure. |
| 3 | * | 3 | * |
| 4 | * Copyright (c) 2002-2003 Patrick Mochel | 4 | * Copyright (c) 2002-2003 Patrick Mochel |
| 5 | * Copyright (c) 2002-2003 Open Source Development Labs | 5 | * Copyright (c) 2002-2003 Open Source Development Labs |
| 6 | * Copyright (c) 2006-2007 Greg Kroah-Hartman <greg@kroah.com> | ||
| 7 | * Copyright (c) 2006-2007 Novell Inc. | ||
| 6 | * | 8 | * |
| 7 | * This file is released under the GPLv2. | 9 | * This file is released under the GPLv2. |
| 8 | * | 10 | * |
diff --git a/lib/kobject.c b/lib/kobject.c index b7e0646f7977..03d40360ff1b 100644 --- a/lib/kobject.c +++ b/lib/kobject.c | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | * kobject.c - library routines for handling generic kernel objects | 2 | * kobject.c - library routines for handling generic kernel objects |
| 3 | * | 3 | * |
| 4 | * Copyright (c) 2002-2003 Patrick Mochel <mochel@osdl.org> | 4 | * Copyright (c) 2002-2003 Patrick Mochel <mochel@osdl.org> |
| 5 | * Copyright (c) 2006-2007 Greg Kroah-Hartman <greg@kroah.com> | ||
| 6 | * Copyright (c) 2006-2007 Novell Inc. | ||
| 5 | * | 7 | * |
| 6 | * This file is released under the GPLv2. | 8 | * This file is released under the GPLv2. |
| 7 | * | 9 | * |
