linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock@gmail.com>
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" <justinmattock@gmail.com>
Subject: [RFC 7/9]drivers:ata Change the copyright info.
Date: Fri, 26 Nov 2010 22:21:17 -0800	[thread overview]
Message-ID: <1290838879-11038-8-git-send-email-justinmattock@gmail.com> (raw)
In-Reply-To: <1290838879-11038-1-git-send-email-justinmattock@gmail.com>

Change the copyright info from Sun Microsystems to Oracle since Oracle now owns them.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/ata/pata_hpt366.c      |    2 +-
 drivers/ata/pata_hpt37x.c      |    2 +-
 drivers/ata/pata_hpt3x2n.c     |    2 +-
 drivers/ata/pata_serverworks.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/ata/pata_hpt366.c b/drivers/ata/pata_hpt366.c
index 7688868..bd52749 100644
--- a/drivers/ata/pata_hpt366.c
+++ b/drivers/ata/pata_hpt366.c
@@ -6,7 +6,7 @@
  * linux/drivers/ide/pci/hpt366.c		Version 0.36	April 25, 2003
  *
  * Copyright (C) 1999-2003		Andre Hedrick <andre@linux-ide.org>
- * Portions Copyright (C) 2001	        Sun Microsystems, Inc.
+ * Portions Copyright (C) 2001	        Oracle and/or its affiliates. 
  * Portions Copyright (C) 2003		Red Hat Inc
  *
  *
diff --git a/drivers/ata/pata_hpt37x.c b/drivers/ata/pata_hpt37x.c
index 9ae4c08..442575e 100644
--- a/drivers/ata/pata_hpt37x.c
+++ b/drivers/ata/pata_hpt37x.c
@@ -6,7 +6,7 @@
  * linux/drivers/ide/pci/hpt366.c		Version 0.36	April 25, 2003
  *
  * Copyright (C) 1999-2003		Andre Hedrick <andre@linux-ide.org>
- * Portions Copyright (C) 2001	        Sun Microsystems, Inc.
+ * Portions Copyright (C) 2001	        Oracle and/or its affiliates. 
  * Portions Copyright (C) 2003		Red Hat Inc
  * Portions Copyright (C) 2005-2009	MontaVista Software, Inc.
  *
diff --git a/drivers/ata/pata_hpt3x2n.c b/drivers/ata/pata_hpt3x2n.c
index 32f3463..d0780c8 100644
--- a/drivers/ata/pata_hpt3x2n.c
+++ b/drivers/ata/pata_hpt3x2n.c
@@ -6,7 +6,7 @@
  * linux/drivers/ide/pci/hpt366.c		Version 0.36	April 25, 2003
  *
  * Copyright (C) 1999-2003		Andre Hedrick <andre@linux-ide.org>
- * Portions Copyright (C) 2001	        Sun Microsystems, Inc.
+ * Portions Copyright (C) 2001	        Oracle and/or its affiliates. 
  * Portions Copyright (C) 2003		Red Hat Inc
  * Portions Copyright (C) 2005-2009	MontaVista Software, Inc.
  *
diff --git a/drivers/ata/pata_serverworks.c b/drivers/ata/pata_serverworks.c
index 86dd714..a8dd665 100644
--- a/drivers/ata/pata_serverworks.c
+++ b/drivers/ata/pata_serverworks.c
@@ -10,7 +10,7 @@
  * Copyright (C) 1998-2000 Michel Aubry
  * Copyright (C) 1998-2000 Andrzej Krzysztofowicz
  * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org>
- * Portions copyright (c) 2001 Sun Microsystems
+ * Portions copyright (c) 2001 Oracle and/or its affiliates. 
  *
  *
  * RCC/ServerWorks IDE driver for Linux
-- 
1.7.1


  parent reply	other threads:[~2010-11-27  6:21 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-27  6:21 [RFC 0/9] Change the copyright info Justin P. Mattock
2010-11-27  6:21 ` [RFC 1/9]drivers:infiniband:hw:mthca " Justin P. Mattock
2010-11-27  6:21 ` [RFC 2/9]drivers:infiniband:core " Justin P. Mattock
2010-11-27  6:21 ` [RFC 3/9]drivers:infiniband:ulp " Justin P. Mattock
     [not found] ` <1290838879-11038-1-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-11-27  6:21   ` [RFC 4/9]drivers:ide " Justin P. Mattock
2010-11-27  6:21   ` [RFC 5/9]drivers:mtd:maps " Justin P. Mattock
2010-11-27  6:21   ` [RFC 8/9]drivers:net " Justin P. Mattock
2010-11-27  6:21   ` [RFC 9/9]include:linux " Justin P. Mattock
2010-11-27  7:41   ` [RFC 0/9] " Artem Bityutskiy
2010-11-27  7:47     ` Justin P. Mattock
2010-11-27  9:48       ` Artem Bityutskiy
2011-07-10  6:00   ` Or Gerlitz
     [not found]     ` <4E194019.9030209-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2011-07-10 14:47       ` Justin P. Mattock
     [not found]         ` <4E19BB9E.3010304-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-07-10 15:15           ` Jiri Kosina
2011-07-10 15:26             ` Justin P. Mattock
2010-11-27  6:21 ` [RFC 6/9]drivers:char:nvram.c " Justin P. Mattock
2011-07-08 16:33   ` Jiri Kosina
     [not found]     ` <alpine.LNX.2.00.1107081832490.11049-ztGlSCb7Y1iN3ZZ/Hiejyg@public.gmane.org>
2011-07-08 18:54       ` Justin P. Mattock
2010-11-27  6:21 ` Justin P. Mattock [this message]
2010-11-27 10:53 ` [RFC 0/9] " Jiri Kosina
2010-11-27 13:50 ` Alan Cox
2010-11-27 14:28   ` Justin P. Mattock
2010-11-27 16:04   ` Jiri Kosina
2010-11-27 21:17 ` Roland Dreier
     [not found]   ` <adaoc9afout.fsf-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2010-11-27 22:38     ` Justin P. Mattock
2010-11-27 23:07       ` Miguel Ojeda
2010-11-28  7:42         ` Or Gerlitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1290838879-11038-8-git-send-email-justinmattock@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).