From patchwork Sat Nov 27 06:21:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Mattock X-Patchwork-Id: 73262 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 0007EB70E9 for ; Sat, 27 Nov 2010 17:23:09 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752217Ab0K0GWH (ORCPT ); Sat, 27 Nov 2010 01:22:07 -0500 Received: from mail-yx0-f174.google.com ([209.85.213.174]:33249 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752183Ab0K0GWE (ORCPT ); Sat, 27 Nov 2010 01:22:04 -0500 Received: by mail-yx0-f174.google.com with SMTP id 3so736885yxt.19 for ; Fri, 26 Nov 2010 22:22:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=G7D2EQ93lbNhpMpkDQmWD4+WiK5DN4CqqjhtTez+PbQ=; b=O69CbntcoJ4SLEj20mtNKlryzA/phFUytkkyH4BZtNArIlKWFGB78gmHdXljjt76mq yS7jSO5e3D7LBMwD+ROZsJE52WDYIKqFUCBpF2BoZR+vtp3QtiQotsEZ1OMGbU2s4aeA /x7rlyIg6kty+sj/wY4KpaLPQT9QQRfZ1nuY8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=bzCpSG6qhryBtuL7ZplCQP9kcCkisTfyPbz0mN5Ul6cKo5g7PdvSLVv+AtY1ykixe8 OPuZPVOOaxvqrxOckyEaUShNhrk1YLZncO3vUj8nMEY8I+3DyRPC85pQZ8dPmac+o2aI KipDdXduey8Lq/JV3HZ4CfdqSdLIZ2042FTXY= Received: by 10.150.218.11 with SMTP id q11mr6280839ybg.219.1290838923809; Fri, 26 Nov 2010 22:22:03 -0800 (PST) Received: from localhost.localdomain ([76.91.45.220]) by mx.google.com with ESMTPS id f23sm3102842ybh.10.2010.11.26.22.22.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Nov 2010 22:22:02 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-rdma@vger.kernel.org, linux-ide@vger.kernel.org, linux-mtd@lists.infradead.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [RFC 6/9]drivers:char:nvram.c Change the copyright info. Date: Fri, 26 Nov 2010 22:21:16 -0800 Message-Id: <1290838879-11038-7-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1290838879-11038-1-git-send-email-justinmattock@gmail.com> References: <1290838879-11038-1-git-send-email-justinmattock@gmail.com> Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org Change the copyright info from Sun Microsystems to Oracle since Oracle now owns them. Signed-off-by: Justin P. Mattock --- 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 * idea by and with help from Richard Jelinek - * 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