| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- /*
- * Copyright (C) 1997 Robey Pointer
- * Copyright (C) 1999 - 2002 Eggheads Development Team (http://www.eggheads.org)
- * Copyright (C) 2002 - 2014 Bryan Drewery (http://wraith.botpack.net)
- *
- * 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.
- */
- (FULL GPL CAN BE FOUND IN DOC/GPL)
- Some old releases are missing the GPL headers and this file, however they are still
- bound by these terms and the GPL.
- This package includes a mix of licenses:
- * Public domain
- * BSD
- * GPL v2
- * BSD-style
- * This product includes unlicensed code (mostly GPL) by Erik Johansen (einride) from the ghost botpack (http://ghost.botpack.net)
- snprintf.c:
- * This code is based on code written by Patrick Powell (papowell@astart.com)
- * It may be used for any purpose as long as this notice remains intact
- * on all source code distributions
- This contains code derived from dirtirc (which is mostly derived from eggdrop): http://dirtirc.sf.net/
|