[openbnc-cvs] openbnc/menuconf menuconf.c,1.1.1.1,1.2
Status: Beta
Brought to you by:
andrereis
From: Andre R. <and...@us...> - 2004-06-04 15:46:47
|
Update of /cvsroot/openbnc/openbnc/menuconf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11439 Modified Files: menuconf.c Log Message: Adding copyrights. Index: menuconf.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/menuconf.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- menuconf.c 24 May 2004 16:44:04 -0000 1.1.1.1 +++ menuconf.c 4 Jun 2004 15:46:22 -0000 1.2 @@ -1,4 +1,27 @@ -/************************************************************************ +/* +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, menuconf/menuconf.c * Copyright (C) 2002 the most psychoid and * the cool lam3rz IRC Group, IRCnet @@ -17,13 +40,14 @@ * 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. - */ + * -/* Note: The GUI-Routines are made by Savio Lam (la...@cs...) + * Note: The GUI-Routines are made by Savio Lam (la...@cs...) * Some changes were made to those routines to give back the * choosen parameter into an internal variable and to allow * Delete and New for User and Linklist - */ + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; |