diff --git a/arch/unix/unix.c b/arch/unix/unix.c index 609f0a2..41318a7 100644 --- a/arch/unix/unix.c +++ b/arch/unix/unix.c @@ -350,7 +350,7 @@ read_from_disk( int channel, int unit, int blk, unsigned long mphys, int size ) * main loop */ -#define BANNER "OpenBIOS core. (C) 2003-2005 Patrick Mauritz, Stefan Reinauer\n"\ +#define BANNER "OpenBIOS core. (C) 2003-2006 Patrick Mauritz, Stefan Reinauer\n"\ "This software comes with absolutely no warranty. "\ "All rights reserved.\n\n" diff --git a/forth/admin/devices.fs b/forth/admin/devices.fs index 7a99661..4a5d0d4 100644 --- a/forth/admin/devices.fs +++ b/forth/admin/devices.fs @@ -2,7 +2,8 @@ \ \ this code implements IEEE 1275-1994 \ -\ Copyright (C) 2003 Samuel Rydh, Stefan Reinauer +\ Copyright (C) 2003 Samuel Rydh +\ Copyright (C) 2003-2006 Stefan Reinauer \ \ See the file "COPYING" for further information about \ the copyright and warranty status of this work. @@ -204,7 +205,7 @@ cr ?active-package >dn.child @ begin dup while - dup . dup pnodename type cr + dup u. dup pnodename type cr >dn.peer @ repeat drop diff --git a/kernel/bootstrap.c b/kernel/bootstrap.c index 07f5893..e266092 100644 --- a/kernel/bootstrap.c +++ b/kernel/bootstrap.c @@ -1,6 +1,6 @@ /* tag: forth bootstrap environment * - * Copyright (C) 2003-2005 Stefan Reinauer, Patrick Mauritz + * Copyright (C) 2003-2006 Stefan Reinauer, Patrick Mauritz * * See the file "COPYING" for further information about * the copyright and warranty status of this work. @@ -920,7 +920,7 @@ static void new_dictionary(const char *source) * main loop */ -#define BANNER "OpenBIOS bootstrap kernel. (C) 2003-2005 Patrick Mauritz, Stefan Reinauer\n"\ +#define BANNER "OpenBIOS bootstrap kernel. (C) 2003-2006 Patrick Mauritz, Stefan Reinauer\n"\ "This software comes with absolutely no warranty. "\ "All rights reserved.\n\n"