From 0d2dca3b5669890a04823e00bb74f6baf6a1efda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 18 Oct 2004 15:43:16 +0000 Subject: [PATCH] That requirement hasn't changed with the name :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9399 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/arch/x86/arch_cpu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kernel/core/arch/x86/arch_cpu.c b/src/kernel/core/arch/x86/arch_cpu.c index 91b5b7fce2..98fbfc2752 100755 --- a/src/kernel/core/arch/x86/arch_cpu.c +++ b/src/kernel/core/arch/x86/arch_cpu.c @@ -1,6 +1,6 @@ /* -** Copyright 2002-2004, The OpenBeOS Team. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Copyright 2002-2004, The Haiku Team. All rights reserved. +** Distributed under the terms of the Haiku License. ** ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. ** Distributed under the terms of the NewOS License. @@ -214,7 +214,7 @@ arch_cpu_idle(void) { switch (smp_get_num_cpus()) { case 0: - panic("You need at least 1 CPU to run OpenBeOS\n"); + panic("You need at least 1 CPU to run Haiku\n"); case 1: asm("hlt"); default: