[openbnc-cvs] openbnc/menuconf checklist.c,1.1.1.1,1.2 colors.h,1.1.1.1,1.2 dialog.h,1.1.1.1,1.2 ini
Status: Beta
Brought to you by:
andrereis
From: Andre R. <and...@us...> - 2004-06-04 16:26:48
|
Update of /cvsroot/openbnc/openbnc/menuconf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20499/menuconf Modified Files: checklist.c colors.h dialog.h inifunc.c inputbox.c menubox.c textbox.c util.c Log Message: Adding copyrights. Index: inputbox.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/inputbox.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- inputbox.c 24 May 2004 16:44:03 -0000 1.1.1.1 +++ inputbox.c 4 Jun 2004 16:26:38 -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: + + * * inputbox.c -- implements the input box * * ORIGINAL AUTHOR: Savio Lam (la...@cs...) @@ -17,7 +40,8 @@ * 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. - */ + +*/ #include "dialog.h" Index: menubox.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/menubox.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- menubox.c 24 May 2004 16:44:03 -0000 1.1.1.1 +++ menubox.c 4 Jun 2004 16:26:38 -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: + + * * menubox.c -- implements the menu box * * ORIGINAL AUTHOR: Savio Lam (la...@cs...) @@ -17,9 +40,9 @@ * 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. - */ + * -/* + * * Changes by Clifford Wolf (go...@cl...) * * [ 1998-06-13 ] @@ -54,7 +77,8 @@ * This fixes a bug in Menuconfig where using ' ' to descend into menus * would leave mis-synchronized lxdialog.scrltmp files lying around, * fscanf would read in 'scroll', and eventually that value would get used. - */ + +*/ #include "dialog.h" Index: checklist.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/checklist.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- checklist.c 24 May 2004 16:44:03 -0000 1.1.1.1 +++ checklist.c 4 Jun 2004 16:26:38 -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: + + * * checklist.c -- implements the checklist box * * ORIGINAL AUTHOR: Savio Lam (la...@cs...) @@ -19,7 +42,8 @@ * 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. - */ + +*/ #include "dialog.h" Index: util.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/util.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- util.c 24 May 2004 16:44:04 -0000 1.1.1.1 +++ util.c 4 Jun 2004 16:26:38 -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: + + * * util.c * * ORIGINAL AUTHOR: Savio Lam (la...@cs...) @@ -17,7 +40,8 @@ * 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. - */ + +*/ #include "dialog.h" Index: inifunc.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/inifunc.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- inifunc.c 24 May 2004 16:44:05 -0000 1.1.1.1 +++ inifunc.c 4 Jun 2004 16:26:38 -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.2, menuconf/inifunc.c * Copyright (C) 2000 the most psychoid and * the cool lam3rz IRC Group, IRCnet @@ -17,7 +40,8 @@ * 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. - */ + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; Index: colors.h =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/colors.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- colors.h 24 May 2004 16:44:04 -0000 1.1.1.1 +++ colors.h 4 Jun 2004 16:26:38 -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: + + * * colors.h -- color attribute definitions * * AUTHOR: Savio Lam (la...@cs...) @@ -16,7 +39,8 @@ * 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. - */ + +*/ /* Index: textbox.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/textbox.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- textbox.c 24 May 2004 16:44:05 -0000 1.1.1.1 +++ textbox.c 4 Jun 2004 16:26:38 -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: + + * * textbox.c -- implements the text box * * ORIGINAL AUTHOR: Savio Lam (la...@cs...) @@ -17,7 +40,8 @@ * 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. - */ + +*/ #include "dialog.h" Index: dialog.h =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/dialog.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- dialog.h 24 May 2004 16:44:03 -0000 1.1.1.1 +++ dialog.h 4 Jun 2004 16:26:38 -0000 1.2 @@ -1,5 +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: + + * * dialog.h -- common declarations for all dialog modules * * AUTHOR: Savio Lam (la...@cs...) @@ -17,7 +39,8 @@ * 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. - */ + +*/ #include <sys/types.h> #include <fcntl.h> |