summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libpci/pci_bus.c3
-rw-r--r--cpukit/libpci/pci_bus.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/libpci/pci_bus.c b/cpukit/libpci/pci_bus.c
index ea30dfa99a..2bdf5dc720 100644
--- a/cpukit/libpci/pci_bus.c
+++ b/cpukit/libpci/pci_bus.c
@@ -1,7 +1,6 @@
/* PCI bus driver.
*
- * COPYRIGHT (c) 2008.
- * Cobham Gaisler AB.
+ * COPYRIGHT (c) 2008 Cobham Gaisler AB.
*
* General part of PCI Bus driver. The driver is typically
* initialized from the PCI host driver separating the host
diff --git a/cpukit/libpci/pci_bus.h b/cpukit/libpci/pci_bus.h
index 012f421845..359a55a6b6 100644
--- a/cpukit/libpci/pci_bus.h
+++ b/cpukit/libpci/pci_bus.h
@@ -1,7 +1,6 @@
/* PCI bus driver Interface.
*
- * COPYRIGHT (c) 2008.
- * Cobham Gaisler AB.
+ * COPYRIGHT (c) 2008 Cobham Gaisler AB.
*
* General part of PCI Bus driver. The driver is typically
* initialized from the PCI host driver separating the host