ChangeSet 1.1557.58.2, 2004/02/18 11:16:10-08:00, tlnguyen@snoqualmie.dp.intel.com [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@intel.com) */ #include 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@intel.com) */ #ifndef MSI_H