--- deliantra/server/server/plugin_common.C 2007/03/05 20:07:04 1.1 +++ deliantra/server/server/plugin_common.C 2007/05/28 21:28:36 1.2 @@ -1,7 +1,27 @@ -/*****************************************************************************/ -/* Crossfire Plugin Interface Common Parts */ -/* Version: 2.0beta8 (also known as "Alexander") */ -/* Contact: yann.chachkoff@myrealbox.com */ +/* + * This file is part of Crossfire TRT, the Roguelike Realtime MORPG. + * + * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team + * Copyright (©) 2001-2005,2007 Chachkoff Yann (Feel free to deliver your complaints) + * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team + * + * Crossfire TRT 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 Crossfire TRT; if not, write to the Free Software Foundation, Inc. 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * The authors can be reached via e-mail to + */ + /*****************************************************************************/ /* The CPICP are the various functions of the server that can be used by all */ /* plugins. It is recommended that plugins do not call the server-provided */ @@ -10,29 +30,7 @@ /* by CPICP, protecting the server from potential nasty effects of passing */ /* it wrong parameter values. */ /*****************************************************************************/ -/* That code is placed under the GNU General Public Licence (GPL) */ -/* (C)2001-2005 by Chachkoff Yann (Feel free to deliver your complaints) */ -/*****************************************************************************/ -/* CrossFire, A Multiplayer game for X-windows */ -/* */ -/* Copyright (C) 2000 Mark Wedel */ -/* Copyright (C) 1992 Frank Tore Johansen */ -/* */ -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* */ -/*****************************************************************************/ + #include static f_plug_api cfapiSystem_register_global_event = NULL;