[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2005-01-10 12:30:27
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2005-01-10 12:30:13 UTC Modified files: Makefile.in tools/wrapper.c tools/ringlog.c tools/README tools/Makefile.crypt Log message: Actualizacion anio 2005 en los copyrights. ---------------------- diff included ---------------------- Index: ircd-ircdev/Makefile.in diff -u ircd-ircdev/Makefile.in:1.6 ircd-ircdev/Makefile.in:1.7 --- ircd-ircdev/Makefile.in:1.6 Wed Jan 5 03:58:33 2005 +++ ircd-ircdev/Makefile.in Mon Jan 10 04:29:52 2005 @@ -1,6 +1,6 @@ # IRC-Dev IRCD - An advanced and innovative IRC Daemon, 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 Index: ircd-ircdev/tools/Makefile.crypt diff -u ircd-ircdev/tools/Makefile.crypt:1.2 ircd-ircdev/tools/Makefile.crypt:1.3 --- ircd-ircdev/tools/Makefile.crypt:1.2 Sun Feb 22 08:14:25 2004 +++ ircd-ircdev/tools/Makefile.crypt Mon Jan 10 04:30:03 2005 @@ -1,7 +1,7 @@ # # IRC-Dev IRCD - An advanced and innovative IRC Daemon, tools/Makefile.crypt # -# Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> +# Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> # Copyright (C) 1991 Darren Reed # # 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: Makefile.crypt,v 1.2 2004/02/22 16:14:25 zolty Exp $ +# $Id: Makefile.crypt,v 1.3 2005/01/10 12:30:03 zolty Exp $ # # Change this to the path of your local ircd.conf file Index: ircd-ircdev/tools/README diff -u ircd-ircdev/tools/README:1.2 ircd-ircdev/tools/README:1.3 --- ircd-ircdev/tools/README:1.2 Sun Feb 22 08:14:25 2004 +++ ircd-ircdev/tools/README Mon Jan 10 04:30:03 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, tools/README * - * 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 * * 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: README,v 1.2 2004/02/22 16:14:25 zolty Exp $ + * $Id: README,v 1.3 2005/01/10 12:30:03 zolty Exp $ * */ Index: ircd-ircdev/tools/ringlog.c diff -u ircd-ircdev/tools/ringlog.c:1.2 ircd-ircdev/tools/ringlog.c:1.3 --- ircd-ircdev/tools/ringlog.c:1.2 Sun Feb 22 08:14:25 2004 +++ ircd-ircdev/tools/ringlog.c Mon Jan 10 04:29:53 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, tools/ringlog.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 by 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: ringlog.c,v 1.2 2004/02/22 16:14:25 zolty Exp $ + * $Id: ringlog.c,v 1.3 2005/01/10 12:29:53 zolty Exp $ * */ Index: ircd-ircdev/tools/wrapper.c diff -u ircd-ircdev/tools/wrapper.c:1.2 ircd-ircdev/tools/wrapper.c:1.3 --- ircd-ircdev/tools/wrapper.c:1.2 Sun Feb 22 08:14:25 2004 +++ ircd-ircdev/tools/wrapper.c Mon Jan 10 04:29:52 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, tools/wrapper.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 by 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: wrapper.c,v 1.2 2004/02/22 16:14:25 zolty Exp $ + * $Id: wrapper.c,v 1.3 2005/01/10 12:29:52 zolty Exp $ * */ #include <string.h> ----------------------- End of diff ----------------------- |