diff options
Diffstat (limited to 'src/southbridge/via/vt82c686')
-rw-r--r-- | src/southbridge/via/vt82c686/Config.lb | 2 | ||||
-rw-r--r-- | src/southbridge/via/vt82c686/chip.h | 2 | ||||
-rw-r--r-- | src/southbridge/via/vt82c686/vt82c686.h | 2 | ||||
-rw-r--r-- | src/southbridge/via/vt82c686/vt82c686_early_serial.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/via/vt82c686/Config.lb b/src/southbridge/via/vt82c686/Config.lb index 1639ca0a3a..9db8b8c9b6 100644 --- a/src/southbridge/via/vt82c686/Config.lb +++ b/src/southbridge/via/vt82c686/Config.lb @@ -1,5 +1,5 @@ ## -## This file is part of the LinuxBIOS project. +## This file is part of the coreboot project. ## ## Copyright (C) 2007 Corey Osgood <corey_osgood@verizon.net> ## diff --git a/src/southbridge/via/vt82c686/chip.h b/src/southbridge/via/vt82c686/chip.h index 1e5d52cf7c..67f65b0d01 100644 --- a/src/southbridge/via/vt82c686/chip.h +++ b/src/southbridge/via/vt82c686/chip.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 Corey Osgood <corey_osgood@verizon.net> * diff --git a/src/southbridge/via/vt82c686/vt82c686.h b/src/southbridge/via/vt82c686/vt82c686.h index 12bb99e015..36ecc029b4 100644 --- a/src/southbridge/via/vt82c686/vt82c686.h +++ b/src/southbridge/via/vt82c686/vt82c686.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 Corey Osgood <corey_osgood@verizon.net> * diff --git a/src/southbridge/via/vt82c686/vt82c686_early_serial.c b/src/southbridge/via/vt82c686/vt82c686_early_serial.c index ccfb821301..e5aff02b8a 100644 --- a/src/southbridge/via/vt82c686/vt82c686_early_serial.c +++ b/src/southbridge/via/vt82c686/vt82c686_early_serial.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2006-2007 Uwe Hermann <uwe@hermann-uwe.de> * Copyright (C) 2007 Corey Osgood <corey_osgood@verizon.net> |