Messages in this thread Patch in this message |  | | | From | "Justin P. Mattock" <> | | Subject | [RFC 6/9]drivers:char:nvram.c Change the copyright info. | | Date | Fri, 26 Nov 2010 22:21:16 -0800 |
| |
Change the copyright info from Sun Microsystems to Oracle since Oracle now owns them.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
--- drivers/char/nvram.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/char/nvram.c b/drivers/char/nvram.c index 166f1e7..33e8faa 100644 --- a/drivers/char/nvram.c +++ b/drivers/char/nvram.c @@ -3,7 +3,7 @@ * * Copyright (C) 1997 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> * idea by and with help from Richard Jelinek <rj@suse.de> - * Portions copyright (c) 2001,2002 Sun Microsystems (thockin@sun.com) + * Portions copyright (c) 2001,2002 Oracle and/or its affiliates. (thockin@sun.com) * * This driver allows you to access the contents of the non-volatile memory in * the mc146818rtc.h real-time clock. This chip is built into all PCs and into -- 1.7.1
|  |