diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-18 10:35:56 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-01-18 10:35:56 +0000 |
commit | 7e61e45402aba2b90997f4f02ca8266cf65a229a (patch) | |
tree | 6fb6fa92ca2ed1c637c6285223c66bedae783b90 /src/southbridge/intel/i82801db | |
parent | c72fcde2735c531f8d1e49778aaa4ac901c2bec3 (diff) | |
download | coreboot-7e61e45402aba2b90997f4f02ca8266cf65a229a.tar.xz |
Please bear with me - another rename checkin. This qualifies as trivial, no
code is changed.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3052 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel/i82801db')
-rw-r--r-- | src/southbridge/intel/i82801db/chip.h | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/cmos_failover.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db.h | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_ac97.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_early_smbus.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_ehci.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_ide.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_lpc.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_pci.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_reset.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_smbus.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_smbus.h | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_uhci.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801db/i82801db_watchdog.c | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/src/southbridge/intel/i82801db/chip.h b/src/southbridge/intel/i82801db/chip.h index 76e0560b5b..5d6f25fcee 100644 --- a/src/southbridge/intel/i82801db/chip.h +++ b/src/southbridge/intel/i82801db/chip.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/cmos_failover.c b/src/southbridge/intel/i82801db/cmos_failover.c index 5b4bbd2909..9dbd2a91b4 100644 --- a/src/southbridge/intel/i82801db/cmos_failover.c +++ b/src/southbridge/intel/i82801db/cmos_failover.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db.c b/src/southbridge/intel/i82801db/i82801db.c index 85085aeaac..ba98d2c674 100644 --- a/src/southbridge/intel/i82801db/i82801db.c +++ b/src/southbridge/intel/i82801db/i82801db.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db.h b/src/southbridge/intel/i82801db/i82801db.h index 54f8587cf9..9090ea3174 100644 --- a/src/southbridge/intel/i82801db/i82801db.h +++ b/src/southbridge/intel/i82801db/i82801db.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_ac97.c b/src/southbridge/intel/i82801db/i82801db_ac97.c index 7943198948..42fc6eaa9e 100644 --- a/src/southbridge/intel/i82801db/i82801db_ac97.c +++ b/src/southbridge/intel/i82801db/i82801db_ac97.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_early_smbus.c b/src/southbridge/intel/i82801db/i82801db_early_smbus.c index a0d9663318..ab1c591982 100644 --- a/src/southbridge/intel/i82801db/i82801db_early_smbus.c +++ b/src/southbridge/intel/i82801db/i82801db_early_smbus.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_ehci.c b/src/southbridge/intel/i82801db/i82801db_ehci.c index 15365075ce..233d03d915 100644 --- a/src/southbridge/intel/i82801db/i82801db_ehci.c +++ b/src/southbridge/intel/i82801db/i82801db_ehci.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_ide.c b/src/southbridge/intel/i82801db/i82801db_ide.c index 1b5cdd578c..17965576eb 100644 --- a/src/southbridge/intel/i82801db/i82801db_ide.c +++ b/src/southbridge/intel/i82801db/i82801db_ide.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_lpc.c b/src/southbridge/intel/i82801db/i82801db_lpc.c index c7c203106f..3a2f6d1515 100644 --- a/src/southbridge/intel/i82801db/i82801db_lpc.c +++ b/src/southbridge/intel/i82801db/i82801db_lpc.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_pci.c b/src/southbridge/intel/i82801db/i82801db_pci.c index e110dce370..26ed150ab2 100644 --- a/src/southbridge/intel/i82801db/i82801db_pci.c +++ b/src/southbridge/intel/i82801db/i82801db_pci.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_reset.c b/src/southbridge/intel/i82801db/i82801db_reset.c index e8d6f02e4d..cbdb0352eb 100644 --- a/src/southbridge/intel/i82801db/i82801db_reset.c +++ b/src/southbridge/intel/i82801db/i82801db_reset.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_smbus.c b/src/southbridge/intel/i82801db/i82801db_smbus.c index 5b32bbbc03..507bc44dc7 100644 --- a/src/southbridge/intel/i82801db/i82801db_smbus.c +++ b/src/southbridge/intel/i82801db/i82801db_smbus.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_smbus.h b/src/southbridge/intel/i82801db/i82801db_smbus.h index b7ba527dae..015c86c452 100644 --- a/src/southbridge/intel/i82801db/i82801db_smbus.h +++ b/src/southbridge/intel/i82801db/i82801db_smbus.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_uhci.c b/src/southbridge/intel/i82801db/i82801db_uhci.c index 77172fd309..809308376a 100644 --- a/src/southbridge/intel/i82801db/i82801db_uhci.c +++ b/src/southbridge/intel/i82801db/i82801db_uhci.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/southbridge/intel/i82801db/i82801db_watchdog.c b/src/southbridge/intel/i82801db/i82801db_watchdog.c index dab1c69f92..7a4aaf059a 100644 --- a/src/southbridge/intel/i82801db/i82801db_watchdog.c +++ b/src/southbridge/intel/i82801db/i82801db_watchdog.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |