summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801db
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801db')
-rw-r--r--src/southbridge/intel/i82801db/chip.h2
-rw-r--r--src/southbridge/intel/i82801db/cmos_failover.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db.h2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_ac97.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_early_smbus.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_ehci.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_ide.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_lpc.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_pci.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_reset.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_smbus.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_smbus.h2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_uhci.c2
-rw-r--r--src/southbridge/intel/i82801db/i82801db_watchdog.c2
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