From 7e61e45402aba2b90997f4f02ca8266cf65a229a Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 18 Jan 2008 10:35:56 +0000 Subject: Please bear with me - another rename checkin. This qualifies as trivial, no code is changed. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3052 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/agp_device.c | 2 +- src/devices/cardbus_device.c | 2 +- src/devices/device.c | 2 +- src/devices/device_util.c | 2 +- src/devices/hypertransport.c | 2 +- src/devices/pci_device.c | 2 +- src/devices/pci_ops.c | 2 +- src/devices/pci_rom.c | 2 +- src/devices/pciexp_device.c | 2 +- src/devices/pcix_device.c | 2 +- src/devices/pnp_device.c | 2 +- src/devices/root_device.c | 2 +- src/devices/smbus_ops.c | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'src/devices') 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 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 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 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 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 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 * 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 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 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 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 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 for Tyan) -- cgit v1.2.3