[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2005-01-10 12:33:16
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2005-01-10 12:32:53 UTC Modified files: tools/mkpasswd.c ircd/test/Makefile.in ircd/version.c.SH ircd/ircd_lexer.l ircd/ircd_parser.y ircd/Makefile.in doc/Makefile.in acconfig.h config.h.in configure.in Log message: Actualizacion anio 2005 en los copyrights. ---------------------- diff included ---------------------- Index: ircd-ircdev/acconfig.h diff -u ircd-ircdev/acconfig.h:1.2 ircd-ircdev/acconfig.h:1.3 --- ircd-ircdev/acconfig.h:1.2 Sun Feb 22 08:16:22 2004 +++ ircd-ircdev/acconfig.h Mon Jan 10 04:32:42 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, acconfig.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: acconfig.h,v 1.2 2004/02/22 16:16:22 zolty Exp $ + * $Id: acconfig.h,v 1.3 2005/01/10 12:32:42 zolty Exp $ * */ #ifndef INCLUDED_config_h Index: ircd-ircdev/config.h.in diff -u ircd-ircdev/config.h.in:1.5 ircd-ircdev/config.h.in:1.6 --- ircd-ircdev/config.h.in:1.5 Wed Nov 24 08:11:30 2004 +++ ircd-ircdev/config.h.in Mon Jan 10 04:32:42 2005 @@ -2,7 +2,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, acconfig.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> * * This program is free software; you can redistribute it and/or modify @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: config.h.in,v 1.5 2004/11/24 16:11:30 zolty Exp $ + * $Id: config.h.in,v 1.6 2005/01/10 12:32:42 zolty Exp $ * */ #ifndef INCLUDED_config_h Index: ircd-ircdev/configure.in diff -u ircd-ircdev/configure.in:1.9 ircd-ircdev/configure.in:1.10 --- ircd-ircdev/configure.in:1.9 Wed Jan 5 03:58:34 2005 +++ ircd-ircdev/configure.in Mon Jan 10 04:32:43 2005 @@ -4,7 +4,7 @@ dnl dnl IRC-Dev IRCD - An advanced and innovative IRC Daemon, configure dnl -dnl Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> +dnl Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> dnl Copyright (C) 2001 Kevin L. Mitchell <kl...@mi...> dnl Copyright (c) 1997, by Carlo Wood <ca...@ru...> dnl @@ -22,7 +22,7 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.9 2005/01/05 11:58:34 zolty Exp $ +dnl $Id: configure.in,v 1.10 2005/01/10 12:32:43 zolty Exp $ dnl dnl Make sure we are in the correct directory (someone could have run Index: ircd-ircdev/doc/Makefile.in diff -u ircd-ircdev/doc/Makefile.in:1.2 ircd-ircdev/doc/Makefile.in:1.3 --- ircd-ircdev/doc/Makefile.in:1.2 Sun Feb 22 08:12:45 2004 +++ ircd-ircdev/doc/Makefile.in Mon Jan 10 04:32:42 2005 @@ -1,6 +1,6 @@ # IRC-Dev IRCD - An advanced and innovative IRC Daemon, doc/Makefile # -# Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> +# Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> # Copyright (C) 1997 Carlo Wood <ca...@ru...> # # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: Makefile.in,v 1.2 2004/02/22 16:12:45 zolty Exp $ +# $Id: Makefile.in,v 1.3 2005/01/10 12:32:42 zolty Exp $ # #### Start of system configuration section. #### Index: ircd-ircdev/ircd/Makefile.in diff -u ircd-ircdev/ircd/Makefile.in:1.14 ircd-ircdev/ircd/Makefile.in:1.15 --- ircd-ircdev/ircd/Makefile.in:1.14 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/Makefile.in Mon Jan 10 04:32:41 2005 @@ -1,6 +1,6 @@ # IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/Makefile -# Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> +# Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> # Copyright (C) 1997 Carlo Wood # Copyright (C) 1990 Jarkko Oikarinen @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA -# $Id: Makefile.in,v 1.14 2004/12/28 11:15:45 zolty Exp $ +# $Id: Makefile.in,v 1.15 2005/01/10 12:32:41 zolty Exp $ #### Start of system configuration section. #### Index: ircd-ircdev/ircd/ircd_lexer.l diff -u ircd-ircdev/ircd/ircd_lexer.l:1.7 ircd-ircdev/ircd/ircd_lexer.l:1.8 --- ircd-ircdev/ircd/ircd_lexer.l:1.7 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/ircd/ircd_lexer.l Mon Jan 10 04:32:41 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_lexer.l * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2001 by Andrew Miller * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: ircd_lexer.l,v 1.7 2005/01/05 11:58:35 zolty Exp $ + * $Id: ircd_lexer.l,v 1.8 2005/01/10 12:32:41 zolty Exp $ * */ Index: ircd-ircdev/ircd/ircd_parser.y diff -u ircd-ircdev/ircd/ircd_parser.y:1.9 ircd-ircdev/ircd/ircd_parser.y:1.10 --- ircd-ircdev/ircd/ircd_parser.y:1.9 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/ircd/ircd_parser.y Mon Jan 10 04:32:41 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_parser.y * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2001 by Andrew Miller, Diana Bruce and ircd-hybrid team * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: ircd_parser.y,v 1.9 2005/01/05 11:58:35 zolty Exp $ + * $Id: ircd_parser.y,v 1.10 2005/01/10 12:32:41 zolty Exp $ * */ %{ Index: ircd-ircdev/ircd/test/Makefile.in diff -u ircd-ircdev/ircd/test/Makefile.in:1.1 ircd-ircdev/ircd/test/Makefile.in:1.2 --- ircd-ircdev/ircd/test/Makefile.in:1.1 Wed Jan 5 03:58:36 2005 +++ ircd-ircdev/ircd/test/Makefile.in Mon Jan 10 04:32:41 2005 @@ -1,6 +1,6 @@ # IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/test/Makefile -# Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> +# Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> # Copyright (C) 1997 Carlo Wood # Copyright (C) 1990 Jarkko Oikarinen @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA -# $Id: Makefile.in,v 1.1 2005/01/05 11:58:36 zolty Exp $ +# $Id: Makefile.in,v 1.2 2005/01/10 12:32:41 zolty Exp $ top_srcdir = @top_srcdir@ VPATH = @srcdir@ Index: ircd-ircdev/ircd/version.c.SH diff -u ircd-ircdev/ircd/version.c.SH:1.5 ircd-ircdev/ircd/version.c.SH:1.6 --- ircd-ircdev/ircd/version.c.SH:1.5 Tue Dec 28 03:15:47 2004 +++ ircd-ircdev/ircd/version.c.SH Mon Jan 10 04:32:41 2005 @@ -24,7 +24,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/version.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Chelsea Ashley Dyerman * * This program is free software; you can redistribute it and/or modify @@ -41,7 +41,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: version.c.SH,v 1.5 2004/12/28 11:15:47 zolty Exp $ + * $Id: version.c.SH,v 1.6 2005/01/10 12:32:41 zolty Exp $ * */ Index: ircd-ircdev/tools/mkpasswd.c diff -u ircd-ircdev/tools/mkpasswd.c:1.2 ircd-ircdev/tools/mkpasswd.c:1.3 --- ircd-ircdev/tools/mkpasswd.c:1.2 Sun Feb 22 08:14:25 2004 +++ ircd-ircdev/tools/mkpasswd.c Mon Jan 10 04:32:41 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, tools/mkpasswd.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1991 Nelson Minar (mi...@re...) * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: mkpasswd.c,v 1.2 2004/02/22 16:14:25 zolty Exp $ + * $Id: mkpasswd.c,v 1.3 2005/01/10 12:32:41 zolty Exp $ * */ #define _XOPEN_SOURCE ----------------------- End of diff ----------------------- |