[svn] Change copyright years in version.c.SH as in release-2.1 r3339.
This commit is contained in:
parent
3ad1a781e1
commit
8d53472c4a
|
@ -1,3 +1,12 @@
|
||||||
|
jilles 2007/03/30 23:34:11 UTC (20070330-3325)
|
||||||
|
Log:
|
||||||
|
Rerun autoconf.
|
||||||
|
|
||||||
|
|
||||||
|
Changes: Modified:
|
||||||
|
+104 -0 trunk/configure (File Modified)
|
||||||
|
|
||||||
|
|
||||||
jilles 2007/03/30 23:33:43 UTC (20070330-3323)
|
jilles 2007/03/30 23:33:43 UTC (20070330-3323)
|
||||||
Log:
|
Log:
|
||||||
Need to check for various flavours of epoll,
|
Need to check for various flavours of epoll,
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define SERNO "20070330-3323"
|
#define SERNO "20070330-3325"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/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
|
spitshell=cat
|
||||||
package=IRC
|
package=IRC
|
||||||
|
@ -64,8 +64,8 @@ const char *infotext[] =
|
||||||
"Based on the original code written by Jarkko Oikarinen",
|
"Based on the original code written by Jarkko Oikarinen",
|
||||||
"Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center",
|
"Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center",
|
||||||
"Copyright (c) 1996-2001 Hybrid Development Team",
|
"Copyright (c) 1996-2001 Hybrid Development Team",
|
||||||
"Copyright (c) 2002-2005 ircd-ratbox Development Team",
|
"Copyright (c) 2002-2007 ircd-ratbox Development Team",
|
||||||
"Copyright (c) 2005-2006 charybdis development team",
|
"Copyright (c) 2005-2007 charybdis development team",
|
||||||
"",
|
"",
|
||||||
"This program is free software; you can redistribute it and/or",
|
"This program is free software; you can redistribute it and/or",
|
||||||
"modify it under the terms of the GNU General Public License as",
|
"modify it under the terms of the GNU General Public License as",
|
||||||
|
|
Loading…
Reference in New Issue