00001 00013 /* 00014 * Copyright (c) 2000 James Hess 00015 * All rights reserved. 00016 * 00017 * Redistribution and use in source and binary forms, with or without 00018 * modification, are permitted provided that the following conditions 00019 * are met: 00020 * 1. Redistributions of source code must retain the above copyright 00021 * notice, this list of conditions and the following disclaimer. 00022 * 2. Redistributions in binary form must reproduce the above copyright 00023 * notice, this list of conditions and the following disclaimer in the 00024 * documentation and/or other materials provided with the distribution. 00025 * 3. Neither the name of the authors nor the names of its contributors 00026 * may be used to endorse or promote products derived from this software 00027 * without specific prior written permission. 00028 * 00029 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND 00030 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 00031 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 00032 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE 00033 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 00034 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 00035 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 00036 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 00037 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 00038 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 00039 * SUCH DAMAGE. 00040 */ 00041 00042 #include <stdio.h> 00043 00049 char *services_info[] = 00050 { 00051 "Services is Copyright (c) 1996-1997 Chip Norkus", 00052 " Copyright (c) 1997 Max Byrd", 00053 " Copyright (c) 1997 Greg Poma", 00054 " Copyright (c) 1997, 1999 Michael Graff", 00055 " Copyright (c) 1998-2001 James Hess", 00056 " Copyright (c) 1997 Dafydd James", 00057 " All rights reserved.", 00058 "", 00059 "The following helped in the development of the SorceryNet", 00060 "services system based on the original services set which was", 00061 "developed by Chip Norkus, Max Byrd, and Greg Poma:", 00062 "", 00063 " Some2 - - ", 00064 " TazQ - tazq@sorcery.net ", 00065 " White_dragon - - ", 00066 " Mysidia James Hess mysidia-ss@flame.org", 00067 " DuffJ Dafydd James duffj@sorcery.net ", 00068 " Echostar - - ", 00069 " Slvrchair - slvrchair@sorcery.net", 00070 "", 00071 "This product includes software developed by: Chip Norkus, Max Byrd,", 00072 "Greg Poma, Michael Graff, James Hess, and Dafydd James.", 00073 NULL 00074 };