[openbnc-cvs] openbnc/tools autoconf.c,1.2,1.3 chkbind.c,1.2,1.3 chkenv.c,1.2,1.3 chkipv6.c,1.2,1.3
Status: Beta
Brought to you by:
andrereis
Update of /cvsroot/openbnc/openbnc/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20297 Modified Files: autoconf.c chkbind.c chkenv.c chkipv6.c chkresolv.c chksock.c chkssl.c chktime.c convconf.c makesalt.c Log Message: Adding copyrights. Index: chksock.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/chksock.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chksock.c 4 Jun 2004 15:26:13 -0000 1.2 +++ chksock.c 4 Jun 2004 16:25:48 -0000 1.3 @@ -1,5 +1,28 @@ -/************************************************************************ - * openbnc0.0.1, tools/chksock.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.2.2, tools/chksock.c * Copyright (C) 2001 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -17,9 +40,11 @@ * 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 program gets compiled, if no lsock and lnsl is needed */ + * this program gets compiled, if no lsock and lnsl is needed + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; Index: makesalt.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/makesalt.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- makesalt.c 4 Jun 2004 15:26:13 -0000 1.2 +++ makesalt.c 4 Jun 2004 16:25:48 -0000 1.3 @@ -1,5 +1,28 @@ -/************************************************************************ - * openbnc0.0.1, tools/makesalt.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.2.2, tools/makesalt.c * Copyright (C) 2001 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -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$"; @@ -100,7 +124,7 @@ fprintf(salt,"\n"); fclose(salt); printf("Salt File created. Move the Salt File to a safe location after\n"); - printf("OpenBNC was compiled and delete it on your shell. You will need\n"); + printf("psyBNC was compiled and delete it on your shell. You will need\n"); printf("the File later for update Compiling.\n"); exit (0x0); } Index: chkenv.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/chkenv.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chkenv.c 4 Jun 2004 15:26:13 -0000 1.2 +++ chkenv.c 4 Jun 2004 16:25:48 -0000 1.3 @@ -1,5 +1,28 @@ -/************************************************************************ - * openbnc0.0.1, tools/chkenv.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.2.2, tools/chkenv.c * Copyright (C) 2001 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -17,9 +40,11 @@ * 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 program gets compiled, if setenv is supported. */ + * this program gets compiled, if setenv is supported. + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; Index: autoconf.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/autoconf.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- autoconf.c 4 Jun 2004 15:26:13 -0000 1.2 +++ autoconf.c 4 Jun 2004 16:25:48 -0000 1.3 @@ -1,5 +1,28 @@ -/************************************************************************ - * openbnc0.1, tools/autoconf.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, tools/autoconf.c * Copyright (C) 2001 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -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$"; @@ -410,7 +434,7 @@ } else printf("No openssl found. Get openssl at www.openssl.org\n"); - config=fopen("/openbnc/config.h","r"); + config=fopen("/psybnc/config.h","r"); if(config!=NULL) { fclose(config); @@ -440,19 +464,19 @@ #endif else fprintf(makefile,"INCLUDE = -I./src/ -I.\n"); - fprintf(makefile,"OBJS = src/openbnc.o src/match.o src/p_client.o src/p_crypt.o src/p_dcc.o src/p_hash.o src/p_idea.o src/p_inifunc.o src/p_link.o src/p_log.o src/p_memory.o src/p_network.o src/p_parse.o src/p_peer.o src/p_server.o src/p_socket.o src/p_string.o src/p_sysmsg.o src/p_userfile.o src/p_uchannel.o src/p_script.o src/p_topology.o src/p_intnet.o src/p_blowfish.o src/p_translate.o src/p_coredns.o src/snprintf.o %s\n",env); + fprintf(makefile,"OBJS = src/psybnc.o src/match.o src/p_client.o src/p_crypt.o src/p_dcc.o src/p_hash.o src/p_idea.o src/p_inifunc.o src/p_link.o src/p_log.o src/p_memory.o src/p_network.o src/p_parse.o src/p_peer.o src/p_server.o src/p_socket.o src/p_string.o src/p_sysmsg.o src/p_userfile.o src/p_uchannel.o src/p_script.o src/p_topology.o src/p_intnet.o src/p_blowfish.o src/p_translate.o src/p_coredns.o src/snprintf.o %s\n",env); if(provi==0) fprintf(makefile,"DEFINE = -DHAVE_CONFIG %s%s%s%s%s%s\n",sunosopt,bigopt,ipv6opt,timeopt,sslopt,dnsopt); else fprintf(makefile,"DEFINE = -DHAVE_PROV_CONFIG %s%s%s%s%s%s\n",sunosopt,bigopt,ipv6opt,timeopt,sslopt,dnsopt); - fprintf(makefile,"TARGET = openbnc\n"); + fprintf(makefile,"TARGET = psybnc\n"); fprintf(makefile,"\n"); fprintf(makefile,"all: $(OBJS)\n"); fprintf(makefile," $(CC) -o $(TARGET) $(CFLAGS) $(OBJS) $(LIBS)\n"); fprintf(makefile," @strip $(TARGET)\n"); if(ssl==0) { - if(!fexists("key/openbnc.cert.pem")) /* only create, if not exist */ + if(!fexists("key/psybnc.cert.pem")) /* only create, if not exist */ { mkdir("key",0700); fprintf(makefile," @echo \"*** GENERATING SSL-KEYS FROM CERTIFICATE **\"\n"); @@ -462,14 +486,14 @@ fprintf(makefile," @echo \"* for the sake of correct Cert-Checking *\"\n"); fprintf(makefile," @echo \"*******************************************\"\n"); fprintf(makefile," @echo \"Generating certificate request .. \"\n"); - fprintf(makefile," @%s req -new -config src/ssl.cnf -out key/openbnc.req.pem \\\n",sslbin); - fprintf(makefile," -keyout key/openbnc.key.pem -nodes\n"); + fprintf(makefile," @%s req -new -config src/ssl.cnf -out key/psybnc.req.pem \\\n",sslbin); + fprintf(makefile," -keyout key/psybnc.key.pem -nodes\n"); fprintf(makefile," @echo \"Generating self-signed certificate .. \"\n"); - fprintf(makefile," @%s req -x509 -days 365 -in key/openbnc.req.pem \\\n",sslbin); - fprintf(makefile," -key key/openbnc.key.pem -out key/openbnc.cert.pem\n"); + fprintf(makefile," @%s req -x509 -days 365 -in key/psybnc.req.pem \\\n",sslbin); + fprintf(makefile," -key key/psybnc.key.pem -out key/psybnc.cert.pem\n"); fprintf(makefile," @echo \"Generating fingerprint ..\"\n"); fprintf(makefile," @%s x509 -subject -dates -fingerprint -noout \\\n",sslbin); - fprintf(makefile," -in key/openbc.cert.pem\n"); + fprintf(makefile," -in key/psybnc.cert.pem\n"); } if(!fexists("src/ssl.rnd")) { @@ -503,7 +527,7 @@ } } } - fprintf(makefile," @echo " APPNAME APPVER "-%s ready. Please read the README before you run openbnc.\n",os); + fprintf(makefile," @echo " APPNAME APPVER "-%s ready. Please read the README before you run psybnc.\n",os); fprintf(makefile,"\n"); fprintf(makefile,"include ./targets.mak\n"); fclose(makefile); Index: chktime.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/chktime.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chktime.c 4 Jun 2004 15:26:13 -0000 1.2 +++ chktime.c 4 Jun 2004 16:25:48 -0000 1.3 @@ -1,5 +1,28 @@ -/************************************************************************ - * openbnc0.0.1, tools/chktime.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.2.2, tools/chktime.c * Copyright (C) 2001 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -17,9 +40,11 @@ * 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 program gets compiled, if time.h is not needed */ + * this program gets compiled, if time.h is not needed + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; Index: chkipv6.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/chkipv6.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chkipv6.c 4 Jun 2004 15:26:13 -0000 1.2 +++ chkipv6.c 4 Jun 2004 16:25:48 -0000 1.3 @@ -1,5 +1,28 @@ -/************************************************************************ - * openbnc0.0.1, tools/chkipv6.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.2.2, tools/chkipv6.c * Copyright (C) 2001 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -17,9 +40,11 @@ * 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 program gets compiled, if IPv6 is supported. */ + * this program gets compiled, if IPv6 is supported. + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; Index: chkssl.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/chkssl.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chkssl.c 4 Jun 2004 15:26:13 -0000 1.2 +++ chkssl.c 4 Jun 2004 16:25:48 -0000 1.3 @@ -1,5 +1,28 @@ -/************************************************************************ - * openbnc0.0.1, tools/chkssl.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, tools/chkssl.c * Copyright (C) 2001 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -17,9 +40,11 @@ * 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 program gets compiled, if ssl is supported. */ + * this program gets compiled, if ssl is supported. + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; Index: convconf.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/convconf.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- convconf.c 4 Jun 2004 15:26:13 -0000 1.2 +++ convconf.c 4 Jun 2004 16:25:48 -0000 1.3 @@ -1,5 +1,28 @@ -/************************************************************************ - * openbnc0.0.1, tools/convconf.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.2.2, tools/convconf.c * Copyright (C) 2001 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -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$"; @@ -153,14 +177,14 @@ if(handle!=NULL) { fclose(handle); - printf("OpenBNC0.0.1 -> OpenBNC Conversion Utility\nChecking old Ini-Files\n"); - fconfif=fopen("openbnc.conf","a"); + printf("psyBNC2.1 -> psyBNC2.2 Conversion Utility\nChecking old Ini-Files\n"); + fconfif=fopen("psybnc.conf","a"); if(fconfif==NULL) { - printf("Can't open openbnc.conf, aborting\n"); + printf("Can't open psybnc.conf, aborting\n"); exit(0x1); /* error, break making. */ } - handle=fopen("pnbnc.ini","r"); + handle=fopen("psbnc.ini","r"); cofile(handle,fconfif,"PSYBNC",1); fclose(handle); unlink("psbnc.ini"); @@ -187,13 +211,13 @@ convertlist("HOSTALLOWS","ENTRY%d","PSYBNC","psbnc.hosts",fconfif); fclose(fconfif); } else { - fconfif=fopen("openbnc.conf","r"); + fconfif=fopen("psybnc.conf","r"); if(fconfif!=NULL) { printf("Using existent configuration File.\n"); fclose(fconfif); } else { - fconfif=fopen("openbnc.conf","w"); + fconfif=fopen("psybnc.conf","w"); fprintf(fconfif,"PSYBNC.SYSTEM.PORT1=31337\n"); fprintf(fconfif,"PSYBNC.SYSTEM.HOST1=*\n"); fprintf(fconfif,"PSYBNC.HOSTALLOWS.ENTRY0=*;*\n"); Index: chkresolv.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/chkresolv.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chkresolv.c 4 Jun 2004 15:26:13 -0000 1.2 +++ chkresolv.c 4 Jun 2004 16:25:48 -0000 1.3 @@ -1,5 +1,28 @@ -/************************************************************************ - * openbnc0.0.1, tools/chkresolv.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, tools/chkresolv.c * Copyright (C) 2001 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -17,9 +40,11 @@ * 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 program gets compiled, if resolv (dn_expand etc.) may be done async */ + * this program gets compiled, if resolv (dn_expand etc.) may be done async + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; Index: chkbind.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/chkbind.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chkbind.c 4 Jun 2004 15:26:13 -0000 1.2 +++ chkbind.c 4 Jun 2004 16:25:48 -0000 1.3 @@ -1,5 +1,28 @@ -/************************************************************************ - * openbnc0.0.1, tools/chksock.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.2.2, tools/chksock.c * Copyright (C) 2001 the most psychoid and * the cool lam3rz IRC Group, IRCnet * http://www.psychoid.lam3rz.de @@ -17,9 +40,11 @@ * 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 program gets compiled, if no lsock and lnsl is needed */ + * this program gets compiled, if no lsock and lnsl is needed + +*/ #ifndef lint static char rcsid[] = "@(#)$Id$"; |