LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] copyright owner and author clean up for intel iommu and related files
@ 2008-02-21 18:15 mark gross
  2008-02-23  8:04 ` Andrew Morton
  0 siblings, 1 reply; 8+ messages in thread
From: mark gross @ 2008-02-21 18:15 UTC (permalink / raw)
  To: Andrew Morton, lkml

The following is a clean up and correction of the copyright holding
entities for the files associated with the intel iommu code.


Its a no brainer.

--mgross


Signed-off-by: <mgross@linux.intel.com>



Index: linux-2.6.24-mm1/drivers/pci/dmar.c
===================================================================
--- linux-2.6.24-mm1.orig/drivers/pci/dmar.c	2008-02-21 09:22:57.000000000 -0800
+++ linux-2.6.24-mm1/drivers/pci/dmar.c	2008-02-21 09:24:02.000000000 -0800
@@ -14,11 +14,12 @@
  * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
  * Place - Suite 330, Boston, MA 02111-1307 USA.
  *
- * 	Copyright (C) Ashok Raj <ashok.raj@intel.com>
- *	Copyright (C) Shaohua Li <shaohua.li@intel.com>
- *	Copyright (C) Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
+ * Copyright (C) 2006-2008 Intel Corporation
+ * Author: Ashok Raj <ashok.raj@intel.com>
+ * Author: Shaohua Li <shaohua.li@intel.com>
+ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
  *
- * 	This file implements early detection/parsing of DMA Remapping Devices
+ * This file implements early detection/parsing of DMA Remapping Devices
  * reported to OS through BIOS via DMA remapping reporting (DMAR) ACPI
  * tables.
  */
Index: linux-2.6.24-mm1/drivers/pci/intel-iommu.c
===================================================================
--- linux-2.6.24-mm1.orig/drivers/pci/intel-iommu.c	2008-02-21 08:53:43.000000000 -0800
+++ linux-2.6.24-mm1/drivers/pci/intel-iommu.c	2008-02-21 09:02:25.000000000 -0800
@@ -14,9 +14,10 @@
  * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
  * Place - Suite 330, Boston, MA 02111-1307 USA.
  *
- * Copyright (C) Ashok Raj <ashok.raj@intel.com>
- * Copyright (C) Shaohua Li <shaohua.li@intel.com>
- * Copyright (C) Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
+ * Copyright (C) 2006-2008 Intel Corporation
+ * Author: Ashok Raj <ashok.raj@intel.com>
+ * Author: Shaohua Li <shaohua.li@intel.com>
+ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
  */
 
 #include <linux/init.h>
Index: linux-2.6.24-mm1/drivers/pci/intel-iommu.h
===================================================================
--- linux-2.6.24-mm1.orig/drivers/pci/intel-iommu.h	2008-02-21 08:53:45.000000000 -0800
+++ linux-2.6.24-mm1/drivers/pci/intel-iommu.h	2008-02-21 09:22:47.000000000 -0800
@@ -14,8 +14,9 @@
  * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
  * Place - Suite 330, Boston, MA 02111-1307 USA.
  *
- * Copyright (C) Ashok Raj <ashok.raj@intel.com>
- * Copyright (C) Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
+ * Copyright (C) 2006-2008 Intel Corporation
+ * Author: Ashok Raj <ashok.raj@intel.com>
+ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
  */
 
 #ifndef _INTEL_IOMMU_H_
Index: linux-2.6.24-mm1/drivers/pci/iova.c
===================================================================
--- linux-2.6.24-mm1.orig/drivers/pci/iova.c	2008-02-21 08:53:35.000000000 -0800
+++ linux-2.6.24-mm1/drivers/pci/iova.c	2008-02-21 09:02:51.000000000 -0800
@@ -3,7 +3,8 @@
  *
  * This file is released under the GPLv2.
  *
- * Copyright (C) 2006 Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
+ * Copyright (C) 2006-2008 Intel Corporation
+ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
  */
 
 #include "iova.h"
Index: linux-2.6.24-mm1/drivers/pci/iova.h
===================================================================
--- linux-2.6.24-mm1.orig/drivers/pci/iova.h	2008-02-21 08:53:39.000000000 -0800
+++ linux-2.6.24-mm1/drivers/pci/iova.h	2008-02-21 09:03:20.000000000 -0800
@@ -3,7 +3,8 @@
  *
  * This file is released under the GPLv2.
  *
- * Copyright (C) 2006 Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
+ * Copyright (C) 2006-2008 Intel Corporation
+ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
  *
  */
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-02-26  0:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-21 18:15 [PATCH] copyright owner and author clean up for intel iommu and related files mark gross
2008-02-23  8:04 ` Andrew Morton
2008-02-23 19:06   ` Greg KH
2008-02-23 19:20     ` Andrew Morton
2008-02-25 15:50       ` mark gross
2008-02-25 17:54         ` Greg KH
2008-02-25 18:28           ` Andrew Morton
2008-02-26  0:45             ` mark gross

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).