X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..87f58b4ffb83489c7c05af936863126c8afd9ddf:/src/version.c.SH diff --git a/src/version.c.SH b/src/version.c.SH index 17163e1..641bda1 100644 --- a/src/version.c.SH +++ b/src/version.c.SH @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: version.c.SH 1028 2006-03-10 15:28:58Z jilles $ +# $Id: version.c.SH 3342 2007-04-01 22:10:05Z jilles $ spitshell=cat package=IRC @@ -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-2005 ircd-ratbox Development Team", - "Copyright (c) 2005-2006 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!