diff options
Diffstat (limited to 'src/arch/ppc')
-rw-r--r-- | src/arch/ppc/include/ppc.h | 2 | ||||
-rw-r--r-- | src/arch/ppc/include/ppcreg.h | 2 | ||||
-rw-r--r-- | src/arch/ppc/include/timer.h | 2 | ||||
-rw-r--r-- | src/arch/ppc/lib/c_start.S | 2 | ||||
-rw-r--r-- | src/arch/ppc/lib/cpuid.c | 2 | ||||
-rw-r--r-- | src/arch/ppc/lib/floats.S | 2 | ||||
-rw-r--r-- | src/arch/ppc/lib/floats.inc | 2 | ||||
-rw-r--r-- | src/arch/ppc/lib/ppc.c | 2 | ||||
-rw-r--r-- | src/arch/ppc/lib/timer.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/arch/ppc/include/ppc.h b/src/arch/ppc/include/ppc.h index 443cca479d..1be4bf2ac7 100644 --- a/src/arch/ppc/include/ppc.h +++ b/src/arch/ppc/include/ppc.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2000 AG Electronics Ltd. * diff --git a/src/arch/ppc/include/ppcreg.h b/src/arch/ppc/include/ppcreg.h index 2c3a0fff7d..27944509b8 100644 --- a/src/arch/ppc/include/ppcreg.h +++ b/src/arch/ppc/include/ppcreg.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2000 AG Electronics Ltd. * diff --git a/src/arch/ppc/include/timer.h b/src/arch/ppc/include/timer.h index 86cb780e94..c5cd14f0c8 100644 --- a/src/arch/ppc/include/timer.h +++ b/src/arch/ppc/include/timer.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2000 AG Electronics Ltd. * diff --git a/src/arch/ppc/lib/c_start.S b/src/arch/ppc/lib/c_start.S index f31432342f..3bae8da751 100644 --- a/src/arch/ppc/lib/c_start.S +++ b/src/arch/ppc/lib/c_start.S @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2000 AG Electronics Ltd. * diff --git a/src/arch/ppc/lib/cpuid.c b/src/arch/ppc/lib/cpuid.c index d8d6e74741..e28de924e9 100644 --- a/src/arch/ppc/lib/cpuid.c +++ b/src/arch/ppc/lib/cpuid.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2000 AG Electronics Ltd. * diff --git a/src/arch/ppc/lib/floats.S b/src/arch/ppc/lib/floats.S index 232c2d495a..1b56f40a37 100644 --- a/src/arch/ppc/lib/floats.S +++ b/src/arch/ppc/lib/floats.S @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 1999-2000 AG Electronics Ltd. * diff --git a/src/arch/ppc/lib/floats.inc b/src/arch/ppc/lib/floats.inc index 1bc70b03c2..c075a8b408 100644 --- a/src/arch/ppc/lib/floats.inc +++ b/src/arch/ppc/lib/floats.inc @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 1999-2000 AG Electronics Ltd. * diff --git a/src/arch/ppc/lib/ppc.c b/src/arch/ppc/lib/ppc.c index 15549c1518..66039e76df 100644 --- a/src/arch/ppc/lib/ppc.c +++ b/src/arch/ppc/lib/ppc.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2000 AG Electronics Ltd. * diff --git a/src/arch/ppc/lib/timer.c b/src/arch/ppc/lib/timer.c index 1ddee35e69..0663afd769 100644 --- a/src/arch/ppc/lib/timer.c +++ b/src/arch/ppc/lib/timer.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2000 AG Electronics Ltd. * |