[openbnc-cvs] openbnc/src match.c,1.1.1.1,1.2 p_blowfish.c,1.1.1.1,1.2 p_client.c,1.1.1.1,1.2 p_core
Status: Beta
Brought to you by:
andrereis
Update of /cvsroot/openbnc/openbnc/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20499/src Modified Files: match.c p_blowfish.c p_client.c p_coredns.c p_crypt.c p_data.h p_dcc.c p_global.h p_hash.c p_idea.c p_inifunc.c p_intnet.c p_link.c p_log.c p_memory.c p_network.c p_parse.c p_peer.c p_script.c p_server.c p_socket.c p_string.c p_sysmsg.c p_topology.c p_translate.c p_uchannel.c p_userfile.c p_version.h snprintf.c ssl.cnf Log Message: Adding copyrights. Index: p_crypt.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_crypt.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_crypt.c 24 May 2004 16:44:08 -0000 1.1.1.1 +++ p_crypt.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.3.1, src/p_crypt.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. - */ + * -/* + * * this crypting method expires with psybnc2.1 for one-way passwords. * the password for proxy authorisation is from now on build by * blowfish, but still downwards compatible. - */ + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; Index: p_string.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_string.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_string.c 24 May 2004 16:44:13 -0000 1.1.1.1 +++ p_string.c 4 Jun 2004 16:26:39 -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, src/p_string.c * Copyright (C) 2002 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: p_sysmsg.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_sysmsg.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_sysmsg.c 24 May 2004 16:44:16 -0000 1.1.1.1 +++ p_sysmsg.c 4 Jun 2004 16:26:39 -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, src/p_sysmsg.c * Copyright (C) 2002 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: p_data.h =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_data.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_data.h 24 May 2004 16:44:08 -0000 1.1.1.1 +++ p_data.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: + + ************************************************************************ * psybnc2.3.1, src/p_data.h * Copyright (C) 2002 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. - */ + +*/ /* Dummy Stringarray */ Index: p_socket.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_socket.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_socket.c 24 May 2004 16:44:12 -0000 1.1.1.1 +++ p_socket.c 4 Jun 2004 16:26:39 -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, src/p_socket.c * Copyright (C) 2002 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: p_userfile.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_userfile.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_userfile.c 24 May 2004 16:44:16 -0000 1.1.1.1 +++ p_userfile.c 4 Jun 2004 16:26:39 -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, src/p_userfile.c * Copyright (C) 2002 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: p_intnet.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_intnet.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_intnet.c 24 May 2004 16:44:16 -0000 1.1.1.1 +++ p_intnet.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.3.1, src/p_intnet.c * Copyright (C) 2002 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: p_script.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_script.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_script.c 24 May 2004 16:44:06 -0000 1.1.1.1 +++ p_script.c 4 Jun 2004 16:26:39 -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, src/p_script.c * Copyright (C) 2002 the most psychoid and * the cool lam3rz IRC Group, IRCnet @@ -17,8 +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: p_idea.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_idea.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_idea.c 24 May 2004 16:44:09 -0000 1.1.1.1 +++ p_idea.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.3.1, src/p_idea.c * Copyright (C) 2002 the most psychoid and * the cool lam3rz IRC Group, IRCnet @@ -28,7 +51,8 @@ * * More Infos about IDEA and how to buy your license: www.ascom.com * - */ + +*/ #ifndef lint Index: p_version.h =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_version.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- p_version.h 28 May 2004 15:33:04 -0000 1.2 +++ p_version.h 4 Jun 2004 16:26:39 -0000 1.3 @@ -1,5 +1,24 @@ +/* +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. +*/ + #define APPNAME "openBNC" -#define APPVER "0.0.1" +#define APPVER "1.1" #ifdef P_MAIN Index: p_client.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_client.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_client.c 24 May 2004 16:44:08 -0000 1.1.1.1 +++ p_client.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.3.1, src/p_client.c * Copyright (C) 2002 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: p_parse.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_parse.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_parse.c 24 May 2004 16:44:11 -0000 1.1.1.1 +++ p_parse.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.3.1, src/p_parse.c * Copyright (C) 2002 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: p_link.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_link.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_link.c 24 May 2004 16:44:10 -0000 1.1.1.1 +++ p_link.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.3.1, src/p_link.c * Copyright (C) 2002 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: p_memory.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_memory.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_memory.c 24 May 2004 16:44:10 -0000 1.1.1.1 +++ p_memory.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.3.1, src/p_memory.c * Copyright (C) 2002 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: p_topology.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_topology.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_topology.c 24 May 2004 16:44:16 -0000 1.1.1.1 +++ p_topology.c 4 Jun 2004 16:26:39 -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, src/p_topology.c * Copyright (C) 2002 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: p_global.h =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_global.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- p_global.h 4 Jun 2004 15:26:13 -0000 1.2 +++ p_global.h 4 Jun 2004 16:26:38 -0000 1.3 @@ -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: + + ************************************************************************ * openbnc0.0.1, src/p_global.h * Copyright (C) 2002 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. - */ + +*/ #include <stdio.h> #include <sys/types.h> Index: p_inifunc.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_inifunc.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_inifunc.c 24 May 2004 16:44:09 -0000 1.1.1.1 +++ p_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.3.1, src/p_inifunc.c * Copyright (C) 2002 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: p_hash.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_hash.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_hash.c 24 May 2004 16:44:09 -0000 1.1.1.1 +++ p_hash.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.3.1, src/p_hash.c * Copyright (C) 2002 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: p_server.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_server.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_server.c 24 May 2004 16:44:12 -0000 1.1.1.1 +++ p_server.c 4 Jun 2004 16:26:39 -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, src/p_server.c * Copyright (C) 2002 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: snprintf.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/snprintf.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- snprintf.c 24 May 2004 16:44:16 -0000 1.1.1.1 +++ snprintf.c 4 Jun 2004 16:26:39 -0000 1.2 @@ -1,12 +1,35 @@ /* +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: + + * * changed slightly for the use in psyBNC 2.2.1 by psychoid * changed a little bit more for 2.2.2. We always use this * in psybnc now, but without any support of %n or %p. Hope * you love the fact no format bugs can be exploited, even if you * are able to bypass the formatstring-filter which is * built into psybnc since version 1.1 :) - */ -/* ==================================================================== + * + * ==================================================================== * Copyright (c) 1995-1999 The Apache Group. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -64,7 +87,8 @@ * This code is based on, and used with the permission of, the * SIO stdio-replacement strx_* functions by Panos Tsirigotis * <pa...@al...> for xinetd. - */ + +*/ #include <stdio.h> #include <sys/types.h> Index: p_peer.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_peer.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_peer.c 24 May 2004 16:44:11 -0000 1.1.1.1 +++ p_peer.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.3.1, src/p_peer.c * Copyright (C) 2002 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: p_network.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_network.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_network.c 24 May 2004 16:44:11 -0000 1.1.1.1 +++ p_network.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.3.1, src/p_network.c * Copyright (C) 2002 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: p_uchannel.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_uchannel.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_uchannel.c 24 May 2004 16:44:16 -0000 1.1.1.1 +++ p_uchannel.c 4 Jun 2004 16:26:39 -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, src/p_uchannel.c * Copyright (C) 2002 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: ssl.cnf =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/ssl.cnf,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- ssl.cnf 24 May 2004 16:44:16 -0000 1.1.1.1 +++ ssl.cnf 4 Jun 2004 16:26:39 -0000 1.2 @@ -1,3 +1,20 @@ +# 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. + # create RSA certs - Server RANDFILE = src/ssl.rnd @@ -10,7 +27,7 @@ [ req_dn ] countryName = Country Name -countryName_default = DE +countryName_default = PT countryName_min = 2 countryName_max = 2 @@ -20,10 +37,10 @@ localityName = Locality Name (eg, city) 0.organizationName = Organization Name (eg, company) -0.organizationName_default = tCl +0.organizationName_default = openBNC Development Team organizationalUnitName = Organizational Unit Name (eg, section) -organizationalUnitName_default = psyBNC +organizationalUnitName_default = openBNC 0.commonName = Common Name (Full domain of your server) 1.commonName_value = localhost Index: p_log.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_log.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_log.c 24 May 2004 16:44:10 -0000 1.1.1.1 +++ p_log.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.3.1, src/p_log.c * Copyright (C) 2002 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: p_coredns.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_coredns.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_coredns.c 24 May 2004 16:44:16 -0000 1.1.1.1 +++ p_coredns.c 4 Jun 2004 16:26:38 -0000 1.2 @@ -1,7 +1,30 @@ -/* coredns - Borrowed from eggdrop1.6.6 - * rewritten and optimized for psybnc and ipv6-resolves by psychoid - */ /* +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: + + * coredns - Borrowed from eggdrop1.6.6 + * rewritten and optimized for psybnc and ipv6-resolves by psychoid + * + * * dnscore.c -- part of dns.mod * This file contains all core functions needed for the eggdrop dns module. * Many of them are only minimaly modified from the original source. @@ -9,8 +32,8 @@ * Modified/written by Fabian Knittel <fkn...@gm...> * * $Id$ - */ -/* + * + * * Portions Copyright (C) 1999, 2000, 2001 Eggheads Development Team * * This program is free software; you can redistribute it and/or @@ -26,9 +49,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ + * -/* + * * Borrowed from mtr -- a network diagnostic tool * Copyright (C) 1997,1998 Matt Kimball <mki...@xm...> * Released under the GPL, as above. @@ -36,7 +59,8 @@ * Non-blocking DNS portion -- * Copyright (C) 1998 Simon Kirby <si...@ne...> * Released under the GPL, as above. - */ + +*/ #include "config.h" #define P_COREDNS Index: p_translate.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_translate.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_translate.c 24 May 2004 16:44:16 -0000 1.1.1.1 +++ p_translate.c 4 Jun 2004 16:26:39 -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, src/p_translate.c * Copyright (C) 2002 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: match.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/match.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- match.c 24 May 2004 16:44:06 -0000 1.1.1.1 +++ match.c 4 Jun 2004 16:26:38 -0000 1.2 @@ -1,7 +1,30 @@ /* +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: + + * * This code was useful also for psybnc.c, so why should we change it - */ -/* =================================================================== + * + * =================================================================== * match.c -- wildcard matching functions * (rename to reg.c for ircII) * @@ -21,7 +44,9 @@ * * I hereby release this code into the public domain * - * =================================================================== */ + * =================================================================== + +*/ #ifdef HAVE_CONFIG_H #include <config.h> Index: p_blowfish.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_blowfish.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_blowfish.c 24 May 2004 16:44:07 -0000 1.1.1.1 +++ p_blowfish.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.3.1, src/p_blowfish.c * Copyright (C) 2002 the most psychoid and * the cool lam3rz IRC Group, IRCnet @@ -20,7 +43,8 @@ * * blowfish was designed by Bruce Schneier, see his book "Applied Cryptography" * - */ + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; Index: p_dcc.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/p_dcc.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- p_dcc.c 24 May 2004 16:44:08 -0000 1.1.1.1 +++ p_dcc.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.3.1, src/p_dcc.c * Copyright (C) 2002 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$"; |