Re: [PATCH] PCI update for 2.6.3

From: Greg KH
Date: Fri Feb 20 2004 - 14:18:07 EST


ChangeSet 1.1557.58.2, 2004/02/18 11:16:10-08:00, tlnguyen@xxxxxxxxxxxxxxxxxxxxxxx

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


drivers/pci/msi.c | 6 +++++-
drivers/pci/msi.h | 4 +++-
2 files changed, 8 insertions(+), 2 deletions(-)


diff -Nru a/drivers/pci/msi.c b/drivers/pci/msi.c
--- a/drivers/pci/msi.c Fri Feb 20 10:45:21 2004
+++ b/drivers/pci/msi.c Fri Feb 20 10:45:21 2004
@@ -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@xxxxxxxxx)
*/

#include <linux/mm.h>
diff -Nru a/drivers/pci/msi.h b/drivers/pci/msi.h
--- a/drivers/pci/msi.h Fri Feb 20 10:45:21 2004
+++ b/drivers/pci/msi.h Fri Feb 20 10:45:21 2004
@@ -1,6 +1,8 @@
/*
- * msi.h
+ * File: msi.h
*
+ * Copyright (C) 2003-2004 Intel
+ * Copyright (C) Tom Long Nguyen (tom.l.nguyen@xxxxxxxxx)
*/

#ifndef MSI_H

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/