diff --git a/MACHINES b/MACHINES index 7418664..2ac910b 100644 --- a/MACHINES +++ b/MACHINES @@ -16,3 +16,5 @@ FSP Version CPU OS Compiler C library 2.8.1 Beta 14 i386 Conectiva Linux 9 2.8.1 Beta 19 i386 FreeBSD 5.2 gcc-3.3 2.8.1 Beta 23 i386 FreeBSD 5.3 gcc-3.4 +2.8.1 Beta 25 i386 FreeBSD 5.4 gcc-3.4 +2.8.1 Beta 25 i386 FreeBSD 6.1 gcc-3.4 diff --git a/clients/fhost.c b/clients/fhost.c index 72acd52..1da254d 100644 --- a/clients/fhost.c +++ b/clients/fhost.c @@ -1,7 +1,7 @@ /*********************************************************************\ * Copyright (c) 1993 by Michael Meskes * * (meskes@ulysses.informatik.rwth-aachen.de) * - * Copyright (c) 2003-2005 by Radim Kolar (hsn@cybermail.net) * + * Copyright (c) 2003-2006 by Radim Kolar (hsn@cybermail.net) * * * * You may copy or modify this file in any manner you wish, provided * * that this notice is always included, and that you hold the author * diff --git a/clients/fhostcmd.c b/clients/fhostcmd.c index 1781502..237baff 100644 --- a/clients/fhostcmd.c +++ b/clients/fhostcmd.c @@ -1,7 +1,7 @@ /*********************************************************************\ * Copyright (c) 1993 by Michael Meskes * * (meskes@ulysses.informatik.rwth-aachen.de) * - * Copyright (c) 2003 by Radim Kolar (hsn@cybermail.net) * + * Copyright (c) 2003,2006 by Radim Kolar (hsn@cybermail.net) * * * * You may copy or modify this file in any manner you wish, provided * * that this notice is always included, and that you hold the author *