From patchwork Sat Nov 27 06:21:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Mattock X-Patchwork-Id: 73263 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 9571FB70DE for ; Sat, 27 Nov 2010 17:23:10 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752512Ab0K0GWW (ORCPT ); Sat, 27 Nov 2010 01:22:22 -0500 Received: from mail-yw0-f46.google.com ([209.85.213.46]:45765 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752377Ab0K0GWP (ORCPT ); Sat, 27 Nov 2010 01:22:15 -0500 Received: by ywl5 with SMTP id 5so1244311ywl.19 for ; Fri, 26 Nov 2010 22:22:14 -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=rFfSkWa54gDGryv6TDOhx+kmI1arhEpOQe0qFch9syc=; b=MfsKfFvYDg+FDlb37mqLqs+rNRfPNjxyvgpuiRYk2YqRPHTyrQ3suFxPZxMMq/YPhg EdmfztuSWevi2HPuzukcvi492cc9SaXXTtA24XvFe4HjZdTDnWZpdlSIko56bOFXsMtt j/SmXV3tYpHM1fEDBmSOKvXolvHI+OA1Ncosg= 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=C88HnQ2JJX8yKzIGmKAzn7e6uHNZOlem595QfIpvPstusa7zQw0gnlnIP+MiV4YhXN NVXimP9T5GydMFN2iMdlqeb4Z8jL+1FMwskt5jz0be5bT19aOHH6/k9FsD8ldf4uqxnS 0vtf7MDo8RLLNCi+VaqXfYUjdlkvAzl9qq06I= Received: by 10.151.113.15 with SMTP id q15mr6663074ybm.54.1290838933964; Fri, 26 Nov 2010 22:22:13 -0800 (PST) Received: from localhost.localdomain ([76.91.45.220]) by mx.google.com with ESMTPS id f23sm3102842ybh.10.2010.11.26.22.22.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Nov 2010 22:22:13 -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 9/9]include:linux Change the copyright info. Date: Fri, 26 Nov 2010 22:21:19 -0800 Message-Id: <1290838879-11038-10-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 --- include/linux/ethtool.h | 4 ++-- include/linux/mlx4/doorbell.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index 6628a50..2d895be 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -3,11 +3,11 @@ * * Copyright (C) 1998 David S. Miller (davem@redhat.com) * Copyright 2001 Jeff Garzik - * Portions Copyright 2001 Sun Microsystems (thockin@sun.com) + * Portions Copyright 2001 Oracle and/or its affiliates. (thockin@sun.com) * Portions Copyright 2002 Intel (eli.kupermann@intel.com, * christopher.leech@intel.com, * scott.feldman@intel.com) - * Portions Copyright (C) Sun Microsystems 2008 + * Portions Copyright (C) 2008 Oracle and/or its affiliates. */ #ifndef _LINUX_ETHTOOL_H diff --git a/include/linux/mlx4/doorbell.h b/include/linux/mlx4/doorbell.h index f31bba2..d251ee8 100644 --- a/include/linux/mlx4/doorbell.h +++ b/include/linux/mlx4/doorbell.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2004 Topspin Communications. All rights reserved. - * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005 Mellanox Technologies. All rights reserved. * * This software is available to you under a choice of one of two