LICENSE 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ****************************************************************
  2. ****************************************************************
  3. ANY REDISTRIBUTION OF THIS SOURCE OR DERIVATIVES OF THIS SOURCE
  4. MUST INCLUDE THIS FILE, README, DOC/CREDITS, CMD_ABOUT, AND FILE HEADERS
  5. WITH LICENSING/COPYRIGHTS.
  6. CMD_ABOUT MUST INCLUDE: CREDITS TO BRYAN/EGGDEV/GHOST AND THE
  7. OFFICIAL WRAITH URL (http://wraith.botpack.net)
  8. -Bryan Drewery
  9. ****************************************************************
  10. ****************************************************************
  11. Some old releases are missing the GPL headers and this file, however they are still
  12. bound by these terms and the GPL.
  13. This package includes a mix of licenses:
  14. * Public domain
  15. * BSD
  16. * GPL v2
  17. * BSD-style
  18. * This product includes unlicensed code (mostly GPL) by Erik Johansen (einride) from the ghost botpack (http://ghost.botpack.net)
  19. snprintf.c:
  20. * This code is based on code written by Patrick Powell (papowell@astart.com)
  21. * It may be used for any purpose as long as this notice remains intact
  22. * on all source code distributions
  23. This contains code derived from dirtirc (which is mostly derived from eggdrop): http://dirtirc.sf.net/
  24. /*
  25. * Copyright (C) 1997 Robey Pointer
  26. * Copyright (C) 1999 - 2002 Eggheads Development Team (http://www.eggheads.org)
  27. * Copyright (C) 2002 - 2010 Bryan Drewery (http://wraith.botpack.net)
  28. *
  29. * This program is free software; you can redistribute it and/or
  30. * modify it under the terms of the GNU General Public License
  31. * as published by the Free Software Foundation; either version 2
  32. * of the License, or (at your option) any later version.
  33. *
  34. * This program is distributed in the hope that it will be useful,
  35. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  36. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  37. * GNU General Public License for more details.
  38. *
  39. * You should have received a copy of the GNU General Public License
  40. * along with this program; if not, write to the Free Software
  41. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  42. */
  43. (FULL GPL CAN BE FOUND IN DOC/GPL)