From 8d53472c4af11b072cd13791b43c00ed91ae5164 Mon Sep 17 00:00:00 2001 From: jilles Date: Sun, 1 Apr 2007 15:10:05 -0700 Subject: [PATCH] [svn] Change copyright years in version.c.SH as in release-2.1 r3339. --- ChangeLog | 9 +++++++++ include/serno.h | 2 +- src/version.c.SH | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b5874bb..ace9ff74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) Log: Need to check for various flavours of epoll, diff --git a/include/serno.h b/include/serno.h index 1da1a736..a1b708fa 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070330-3323" +#define SERNO "20070330-3325" diff --git a/src/version.c.SH b/src/version.c.SH index 17163e1f..96a62885 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 @@ -64,8 +64,8 @@ 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-2007 ircd-ratbox Development Team", + "Copyright (c) 2005-2007 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",