X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/8d53472c4af11b072cd13791b43c00ed91ae5164..8097430a810ac1535fe5304f74991b16ff58b064:/src/version.c.SH diff --git a/src/version.c.SH b/src/version.c.SH index 96a6288..641bda1 100644 --- a/src/version.c.SH +++ b/src/version.c.SH @@ -19,7 +19,7 @@ generation=`expr $generation + 1` uname=`uname -a` -creation=`date | \ +creation=`LC_ALL=C date | \ awk '{if (NF == 6) \ { print $1 " " $2 " " $3 " " $6 " at " $4 " " $5 } \ else \ @@ -64,12 +64,12 @@ const char *infotext[] = "Based on the original code written by Jarkko Oikarinen", "Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center", "Copyright (c) 1996-2001 Hybrid Development Team", - "Copyright (c) 2002-2007 ircd-ratbox Development Team", - "Copyright (c) 2005-2007 charybdis development team", + "Copyright (c) 2002-2009 ircd-ratbox Development Team", + "Copyright (c) 2005-2010 charybdis development team", "", "This program is free software; you can redistribute it and/or", "modify it under the terms of the GNU General Public License as", - "published by the Free Software Foundation; either version 1, or", + "published by the Free Software Foundation; either version 2, or", "(at your option) any later version.", "", !SUB!THIS!