unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
license.h (1884B)
1 /* 2 * Unreal Internet Relay Chat Daemon, include/license.h 3 * Copyright (C) 1999 Carsten Munk 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 1, or (at your option) 8 * any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 * 19 * $Id$ 20 */ 21 22 /* 23 * GNU License converted by Techie <stskeeps@tspre.org> 24 * 25 */ 26 27 28 char *gnulicense[] = { 29 " \2UnrealIRCd License\2", 30 "This program is free software; you can redistribute it and/or", 31 "modify it under the terms of the GNU General Public License", 32 "as published by the Free Software Foundation; either version 2", 33 "of the License, or (at your option) any later version.", 34 "", 35 "This program is distributed in the hope that it will be useful,", 36 "but WITHOUT ANY WARRANTY; without even the implied warranty of", 37 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the", 38 "GNU General Public License for more details.", 39 "", 40 "You should have received a copy of the GNU General Public License", 41 "along with this program; if not, write to the Free Software", 42 "Foundation, Inc., 51 Franklin Street, Fifth Floor,", 43 "Boston, MA 02110-1301, USA.", 44 "", 45 "To see the UnrealIRCd License, please point your browser", 46 "to https://www.gnu.org/licenses/old-licenses/gpl-2.0.html", 47 "or look at the LICENSE file in the UnrealIRCd distribution.", 48 NULL 49 };