[openbnc-cvs] openbnc/src openbnc.c,1.2,1.3
Status: Beta
Brought to you by:
andrereis
From: Andre R. <and...@us...> - 2004-06-04 15:31:12
|
Update of /cvsroot/openbnc/openbnc/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7779 Modified Files: openbnc.c Log Message: Adding copyrights. Index: openbnc.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/openbnc.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- openbnc.c 4 Jun 2004 15:03:43 -0000 1.2 +++ openbnc.c 4 Jun 2004 15:31:01 -0000 1.3 @@ -1,10 +1,42 @@ -/************************************************************************ - * openbnc0.0.1, src/openbnc.c +/* +OpenBNC Advanced IRC Bouncer +Copyright (C) 2004 The OpenBNC 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 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +The original version of this program was developed by 'the most psychoid +and the cool lam3rz IRC Group'. + +The original copyright preamble follows: + + ************************************************************************ + * psybnc2.3.1, src/psybnc.c * Copyright (C) 2002 the most psychoid and * the cool lam3rz IRC Group, IRCnet - * http://www.openbnc.sf.net + * http://www.psychoid.lam3rz.de * - * + * .-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-. + * ,----.,----.,-. ,-.,---.,--. ,-.,----. + * | O || ,-' \ \/ / | o || \| || ,--' + * | _/ _\ \ \ / | o< | |\ || |__ + * |_| |____/ |__| |___||_| \_| \___| + * Version 2.3.1 (c) 1999-2002 + * the most psychoid + * and the cool lam3rz Group IRCnet + * + * `-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=tCl=-' * * 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 @@ -19,13 +51,10 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ - - /* * - * The code will b changed but not the banner.....i will leave that to Andre... - * - */ + +*/ + #ifndef lint static char rcsid[] = "@(#)$Id$"; #endif |