summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom L. Nguyen <tlnguyen@snoqualmie.dp.intel.com>2004-02-17 19:16:10 -0800
committerAdam Belay <ambx1@neo.rr.com>2004-02-17 19:16:10 -0800
commit2d130cd0a248bda407ac129886192d2eee83b65b (patch)
treeeecb9269827d074b24d5e2f0e434f372c9131558
parent0bbdeef9ab2ad42445bcd0a9150e47236ce269a5 (diff)
[PATCH] PCI: add copyright for files msi.c and msi.h
First I would like to say sorry for not responding immediately after receiving your email mentioning Copyright. I have contacted Intel Legal for proper text upon receiving this email; but have not received any response. As a result of team discussion, the attached patch, based on Linux kernel 2.6.3-rc2, includes the Intel Copyright for files: msi.h and msi.c.
-rw-r--r--drivers/pci/msi.c6
-rw-r--r--drivers/pci/msi.h4
2 files changed, 8 insertions, 2 deletions
diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c
index 2090a7089e41..1adb4af7ad53 100644
--- a/drivers/pci/msi.c
+++ b/drivers/pci/msi.c
@@ -1,5 +1,9 @@
/*
- * linux/drivers/pci/msi.c
+ * File: msi.c
+ * Purpose: PCI Message Signaled Interrupt (MSI)
+ *
+ * Copyright (C) 2003-2004 Intel
+ * Copyright (C) Tom Long Nguyen (tom.l.nguyen@intel.com)
*/
#include <linux/mm.h>
diff --git a/drivers/pci/msi.h b/drivers/pci/msi.h
index dd1c359e7a88..40ad28908231 100644
--- a/drivers/pci/msi.h
+++ b/drivers/pci/msi.h
@@ -1,6 +1,8 @@
/*
- * msi.h
+ * File: msi.h
*
+ * Copyright (C) 2003-2004 Intel
+ * Copyright (C) Tom Long Nguyen (tom.l.nguyen@intel.com)
*/
#ifndef MSI_H