diff options
Diffstat (limited to 'src/devices')
-rw-r--r-- | src/devices/agp_device.c | 2 | ||||
-rw-r--r-- | src/devices/cardbus_device.c | 2 | ||||
-rw-r--r-- | src/devices/device.c | 2 | ||||
-rw-r--r-- | src/devices/device_util.c | 2 | ||||
-rw-r--r-- | src/devices/hypertransport.c | 2 | ||||
-rw-r--r-- | src/devices/pci_device.c | 2 | ||||
-rw-r--r-- | src/devices/pci_ops.c | 2 | ||||
-rw-r--r-- | src/devices/pci_rom.c | 2 | ||||
-rw-r--r-- | src/devices/pciexp_device.c | 2 | ||||
-rw-r--r-- | src/devices/pcix_device.c | 2 | ||||
-rw-r--r-- | src/devices/pnp_device.c | 2 | ||||
-rw-r--r-- | src/devices/root_device.c | 2 | ||||
-rw-r--r-- | src/devices/smbus_ops.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/src/devices/agp_device.c b/src/devices/agp_device.c index 9c28b5d7ee..517118be99 100644 --- a/src/devices/agp_device.c +++ b/src/devices/agp_device.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2005 Linux Networx * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx) diff --git a/src/devices/cardbus_device.c b/src/devices/cardbus_device.c index 2dc7a51f3a..548bdf7eec 100644 --- a/src/devices/cardbus_device.c +++ b/src/devices/cardbus_device.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2005 Linux Networx * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx) diff --git a/src/devices/device.c b/src/devices/device.c index 67066e0265..635f876bbe 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * It was originally based on the Linux kernel (arch/i386/kernel/pci-pc.c). * diff --git a/src/devices/device_util.c b/src/devices/device_util.c index c6ef541282..5a1b8b5ef0 100644 --- a/src/devices/device_util.c +++ b/src/devices/device_util.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2003-2004 Linux Networx * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx) diff --git a/src/devices/hypertransport.c b/src/devices/hypertransport.c index 01096d054e..145829774a 100644 --- a/src/devices/hypertransport.c +++ b/src/devices/hypertransport.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2003-2004 Linux Networx * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx) diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index 5dbb77c344..604a55154a 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * It was originally based on the Linux kernel (drivers/pci/pci.c). * diff --git a/src/devices/pci_ops.c b/src/devices/pci_ops.c index 91af15407e..032c900cb9 100644 --- a/src/devices/pci_ops.c +++ b/src/devices/pci_ops.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2004 Linux Networx * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx) diff --git a/src/devices/pci_rom.c b/src/devices/pci_rom.c index 17ddb8f658..d47a7e3f51 100644 --- a/src/devices/pci_rom.c +++ b/src/devices/pci_rom.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2005 Li-Ta Lo <ollie@lanl.gov> * Copyright (C) 2005 Tyan diff --git a/src/devices/pciexp_device.c b/src/devices/pciexp_device.c index 47358aab65..cf6104ed95 100644 --- a/src/devices/pciexp_device.c +++ b/src/devices/pciexp_device.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2005 Linux Networx * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx) diff --git a/src/devices/pcix_device.c b/src/devices/pcix_device.c index e4040cf617..270d255b1e 100644 --- a/src/devices/pcix_device.c +++ b/src/devices/pcix_device.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2005 Linux Networx * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx) diff --git a/src/devices/pnp_device.c b/src/devices/pnp_device.c index f03208d3f9..b5d8f9716f 100644 --- a/src/devices/pnp_device.c +++ b/src/devices/pnp_device.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2004 Linux Networx * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx) diff --git a/src/devices/root_device.c b/src/devices/root_device.c index 7b6929ec5b..9c5bf86263 100644 --- a/src/devices/root_device.c +++ b/src/devices/root_device.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2003-2004 Linux Networx * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx) diff --git a/src/devices/smbus_ops.c b/src/devices/smbus_ops.c index e2cd0543eb..c66dbe62bb 100644 --- a/src/devices/smbus_ops.c +++ b/src/devices/smbus_ops.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2004 Tyan * (Written by Yinghai Lu <yhlu@tyan.com> for Tyan) |