Merge pull request #102 from alliedmodders/gpl3

Add license files for GPL2+/GPL3+ and update headers.
This commit is contained in:
Scott Ehlert 2014-08-04 13:43:21 -05:00
commit 4733155583
525 changed files with 6933 additions and 7916 deletions

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "CCmd.h" #include "CCmd.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef COMMANDS_H #ifndef COMMANDS_H
#define COMMANDS_H #define COMMANDS_H

View File

@ -25,8 +25,6 @@
* this exception to all derivative works. AlliedModders LLC defines further * this exception to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007),
* or <http://www.sourcemod.net/license.php>. * or <http://www.sourcemod.net/license.php>.
*
* Version: $Id$
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -25,8 +25,6 @@
* this exception to all derivative works. AlliedModders LLC defines further * this exception to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007),
* or <http://www.sourcemod.net/license.php>. * or <http://www.sourcemod.net/license.php>.
*
* Version: $Id$
*/ */
#ifndef _INCLUDE_SOURCEMOD_CDATAPACK_H_ #ifndef _INCLUDE_SOURCEMOD_CDATAPACK_H_

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "CEvent.h" #include "CEvent.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef __CEVENTS_H__ #ifndef __CEVENTS_H__
#define __CEVENTS_H__ #define __CEVENTS_H__

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include <ctype.h> #include <ctype.h>
#include "amxmodx.h" #include "amxmodx.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include <stdio.h> #include <stdio.h>
#include "CString.h" #include "CString.h"

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include <time.h> #include <time.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#ifndef CFLAGMANAGER_H #ifndef CFLAGMANAGER_H
#define CFLAGMANAGER_H #define CFLAGMANAGER_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "debugger.h" #include "debugger.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
/* /*
CForward.h CForward.h

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include <stdarg.h> #include <stdarg.h>
#include "amxmodx.h" #include "amxmodx.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef _INCLUDE_CLANG_H #ifndef _INCLUDE_CLANG_H
#define _INCLUDE_CLANG_H #define _INCLUDE_CLANG_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef CLIST_H #ifndef CLIST_H
#define CLIST_H #define CLIST_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "CLogEvent.h" #include "CLogEvent.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef LOGEVENTS_H #ifndef LOGEVENTS_H
#define LOGEVENTS_H #define LOGEVENTS_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "CMenu.h" #include "CMenu.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef MENUS_H #ifndef MENUS_H
#define MENUS_H #define MENUS_H

View File

@ -1,33 +1,12 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "newmenus.h" #include "newmenus.h"
// ***************************************************** // *****************************************************

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef CMISC_H #ifndef CMISC_H
#define CMISC_H #define CMISC_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "libraries.h" #include "libraries.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
// ***************************************************** // *****************************************************
// class CModule // class CModule

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "CPlugin.h" #include "CPlugin.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef PLUGIN_H #ifndef PLUGIN_H
#define PLUGIN_H #define PLUGIN_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
//by David "BAILOPAN" Anderson //by David "BAILOPAN" Anderson
#ifndef _INCLUDE_CQUEUE_H #ifndef _INCLUDE_CQUEUE_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef _INCLUDE_CSTRING_H #ifndef _INCLUDE_CSTRING_H
#define _INCLUDE_CSTRING_H #define _INCLUDE_CSTRING_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "CTask.h" #include "CTask.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef CTASK_H #ifndef CTASK_H
#define CTASK_H #define CTASK_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include <ctype.h> #include <ctype.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef VAULT_CUSTOM_H #ifndef VAULT_CUSTOM_H
#define VAULT_CUSTOM_H #define VAULT_CUSTOM_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef __CVECTOR_H__ #ifndef __CVECTOR_H__
#define __CVECTOR_H__ #define __CVECTOR_H__

View File

@ -17,8 +17,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be * 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software. * misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amx.cpp 3707 2008-04-14 19:56:31Z sawce $
*/ */
#define AMX_NODYNALOAD #define AMX_NODYNALOAD

View File

@ -17,8 +17,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be * 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software. * misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amx.h 3006 2006-08-28 11:08:18Z dvander $
*/ */
#if defined FREEBSD && !defined __FreeBSD__ #if defined FREEBSD && !defined __FreeBSD__

View File

@ -17,9 +17,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be * 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software. * misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amxcore.cpp 1733 2005-07-25 06:03:43Z dvander $
*/ */
#if defined _UNICODE || defined __UNICODE__ || defined UNICODE #if defined _UNICODE || defined __UNICODE__ || defined UNICODE
# if !defined UNICODE /* for Windows */ # if !defined UNICODE /* for Windows */
# define UNICODE # define UNICODE

View File

@ -19,9 +19,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be * 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software. * misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amxdbg.cpp 2345 2006-02-10 19:47:09Z faluco $
*/ */
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -20,8 +20,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be * 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software. * misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amxdbg.h 2977 2006-08-27 02:17:18Z damagedsoul $
*/ */
#ifndef AMXDBG_H_INCLUDED #ifndef AMXDBG_H_INCLUDED

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include <time.h> #include <time.h>
#include "amxmodx.h" #include "amxmodx.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef AMXMODX_H #ifndef AMXMODX_H
#define AMXMODX_H #define AMXMODX_H

View File

@ -2,8 +2,6 @@
* *
* Copyright (c) ITB CompuPhase, 2001-2002 * Copyright (c) ITB CompuPhase, 2001-2002
* This file may be freely used. No warranties of any kind. * This file may be freely used. No warranties of any kind.
*
* Version: $Id: amxtime.cpp 2511 2006-04-06 12:56:45Z damagedsoul $
*/ */
#include <time.h> #include <time.h>
#include <assert.h> #include <assert.h>

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "amxxfile.h" #include "amxxfile.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef __AMXXFILE_H__ #ifndef __AMXXFILE_H__
#define __AMXXFILE_H__ #define __AMXXFILE_H__

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
// amxx_logging localinfo: // amxx_logging localinfo:
// 0 = no logging // 0 = no logging

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef __AMXXLOG_H__ #ifndef __AMXXLOG_H__
#define __AMXXLOG_H__ #define __AMXXLOG_H__

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#if defined BINLOG_ENABLED #if defined BINLOG_ENABLED
#include <time.h> #include <time.h>

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#ifndef _INCLUDE_BINLOG_H #ifndef _INCLUDE_BINLOG_H
#define _INCLUDE_BINLOG_H #define _INCLUDE_BINLOG_H

View File

@ -25,8 +25,6 @@
* this exception to all derivative works. AlliedModders LLC defines further * this exception to all derivative works. AlliedModders LLC defines further
* exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007),
* or <http://www.sourcemod.net/license.php>. * or <http://www.sourcemod.net/license.php>.
*
* Version: $Id$
*/ */
#include "CDataPack.h" #include "CDataPack.h"

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "datastructs.h" #include "datastructs.h"

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef DATASTRUCTS_H #ifndef DATASTRUCTS_H
#define DATASTRUCTS_H #define DATASTRUCTS_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "debugger.h" #include "debugger.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef _INCLUDE_DEBUGGER_H_ #ifndef _INCLUDE_DEBUGGER_H_
#define _INCLUDE_DEBUGGER_H_ #define _INCLUDE_DEBUGGER_H_

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "CMenu.h" #include "CMenu.h"

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "fakemeta.h" #include "fakemeta.h"

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef __FAKEMETA_H__ #ifndef __FAKEMETA_H__
#define __FAKEMETA_H__ #define __FAKEMETA_H__

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
// intptr_t // intptr_t
#ifdef _MSC_VER #ifdef _MSC_VER

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include "amxmodx.h" #include "amxmodx.h"
#include "format.h" #include "format.h"
#include "datastructs.h" #include "datastructs.h"

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#ifndef _INCLUDE_FORMATTING_H #ifndef _INCLUDE_FORMATTING_H
#define _INCLUDE_FORMATTING_H #define _INCLUDE_FORMATTING_H

View File

@ -1,10 +1,11 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; vim: set ts=4 sw=4 tw=99 noet ft=nasm:
; (C)2006 by David "BAILOPAN" Anderson ; ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
; Copyright (C) The AMX Mod X Development Team.
;;Licensed under the GNU General Public License, version 2 ;
;;This is a portion of AMX Mod X ; This software is licensed under the GNU General Public License, version 3 or higher.
;; and is maintained by the AMX Mod X development team. ; Additional exceptions apply. For full license details, see LICENSE.txt or visit:
; https://alliedmods.net/amxmodx-license
section .text section .text

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include "libraries.h" #include "libraries.h"
#include "sh_list.h" #include "sh_list.h"

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#ifndef _INCLUDE_LIBRARIES_H #ifndef _INCLUDE_LIBRARIES_H
#define _INCLUDE_LIBRARIES_H #define _INCLUDE_LIBRARIES_H

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include "amxmodx.h" #include "amxmodx.h"
#include "messages.h" #include "messages.h"

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#ifndef _MSGS_INCLUDE_H #ifndef _MSGS_INCLUDE_H
#define _MSGS_INCLUDE_H #define _MSGS_INCLUDE_H

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include <time.h> #include <time.h>

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#if defined(__linux__) || defined(__APPLE__) #if defined(__linux__) || defined(__APPLE__)
#if defined(__linux__) #if defined(__linux__)

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef __MODULES_H__ #ifndef __MODULES_H__
#define __MODULES_H__ #define __MODULES_H__

View File

@ -1,13 +1,17 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; vim: set ts=4 sw=4 tw=99 noet ft=nasm:
; (C)2005 by David "BAILOPAN" Anderson ; ;
; register_native functions for amd64 ;;;;;; ; AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
; Based on the concept by Julien "dJeyL" Laurent ; ; Copyright (C) The AMX Mod X Development Team.
; Thanks to T(+)rget for pushing me to implement this ; ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; This software is licensed under the GNU General Public License, version 3 or higher.
; Additional exceptions apply. For full license details, see LICENSE.txt or visit:
; https://alliedmods.net/amxmodx-license
;;Licensed under the GNU General Public License, version 2 ;
;;This is a portion of AMX Mod X ; register_native functions for amd64
;; and is maintained by the AMX Mod X development team. ; Based on the concept by Julien "dJeyL" Laurent
; Thanks to T(+)rget for pushing to implement this
;
;;Initializes the global variable ;;Initializes the global variable

View File

@ -1,13 +1,17 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; vim: set ts=4 sw=4 tw=99 noet ft=nasm:
; (C)2005 by David "BAILOPAN" Anderson ; ;
; register_native functions for x86 ;;;;;; ; AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
; Based on the concept by Julien "dJeyL" Laurent ; ; Copyright (C) The AMX Mod X Development Team.
; Thanks to T(+)rget for pushing me to implement this ; ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; This software is licensed under the GNU General Public License, version 3 or higher.
; Additional exceptions apply. For full license details, see LICENSE.txt or visit:
; https://alliedmods.net/amxmodx-license
;;Licensed under the GNU General Public License, version 2 ;
;;This is a portion of AMX Mod X ; register_native functions for x86
;; and is maintained by the AMX Mod X development team. ; Based on the concept by Julien "dJeyL" Laurent
; Thanks to T(+)rget for pushing to implement this
;
;;Initializes the global variable ;;Initializes the global variable

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "sh_stack.h" #include "sh_stack.h"

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef _INCLUDE_NATIVES_H #ifndef _INCLUDE_NATIVES_H
#define _INCLUDE_NATIVES_H #define _INCLUDE_NATIVES_H

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "CMenu.h" #include "CMenu.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef _INCLUDE_NEWMENUS_H #ifndef _INCLUDE_NEWMENUS_H
#define _INCLUDE_NEWMENUS_H #define _INCLUDE_NEWMENUS_H

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include <string.h> #include <string.h>
#include "nongpl_matches.h" #include "nongpl_matches.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#ifndef _INCLUDE_AMXMODX_NONGPL_MATCHES_H_ #ifndef _INCLUDE_AMXMODX_NONGPL_MATCHES_H_
#define _INCLUDE_AMXMODX_NONGPL_MATCHES_H_ #define _INCLUDE_AMXMODX_NONGPL_MATCHES_H_

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include <string.h> #include <string.h>
#include "optimizer.h" #include "optimizer.h"

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#ifndef _INCLUDE_AMXMODX_OPTIMIZER_H #ifndef _INCLUDE_AMXMODX_OPTIMIZER_H
#define _INCLUDE_AMXMODX_OPTIMIZER_H #define _INCLUDE_AMXMODX_OPTIMIZER_H

View File

@ -1,36 +1,16 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* // Parts Copyright (C) 2001-2003 Will Day <willday@hpgx.net>
* Parts Copyright (C) 2001-2003 Will Day <willday@hpgx.net> //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version. //
* // Module SDK
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*
* Description: AMX Mod X Module Interface Functions
*/
#include <string.h> #include <string.h>
#include <new> #include <new>

View File

@ -1,7 +1,16 @@
/* // vim: set ts=4 sw=4 tw=99 noet:
* AMX Mod X Module Interface Functions //
* This file may be freely used // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
*/ // Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
//
//
// Module SDK
//
// prevent double include // prevent double include
#ifndef __AMXXMODULE_H__ #ifndef __AMXXMODULE_H__

View File

@ -1,4 +1,15 @@
// Configuration // vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
//
// Module Config
//
#ifndef __MODULECONFIG_H__ #ifndef __MODULECONFIG_H__
#define __MODULECONFIG_H__ #define __MODULECONFIG_H__

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include "amxmodx.h" #include "amxmodx.h"
#include <stdlib.h> #include <stdlib.h>
#include <time.h> #include <time.h>

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include <amxmodx_version.h> #include <amxmodx_version.h>

View File

@ -1,32 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This program is free software; you can redistribute it and/or modify it // This software is licensed under the GNU General Public License, version 3 or higher.
* under the terms of the GNU General Public License as published by the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* Free Software Foundation; either version 2 of the License, or (at // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "datastructs.h" #include "datastructs.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include <ctype.h> #include <ctype.h>
#include "amxmodx.h" #include "amxmodx.h"

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include <stdio.h> #include <stdio.h>
#include <stddef.h> #include <stddef.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#ifndef _TRIE_NATIVES_H_ #ifndef _TRIE_NATIVES_H_
#define _TRIE_NATIVES_H_ #define _TRIE_NATIVES_H_

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include <time.h> #include <time.h>
#include "amxmodx.h" #include "amxmodx.h"
@ -731,4 +709,4 @@ size_t UTIL_Format(char *buffer, size_t maxlength, const char *fmt, ...)
{ {
return len; return len;
} }
} }

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"
#include "CVault.h" #include "CVault.h"

View File

@ -1,33 +1,11 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/
#include "amxmodx.h" #include "amxmodx.h"

View File

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h * For conditions of distribution and use, see copyright notice in zlib.h
*/ */
/* @(#) $Id: zconf.h 3734 2008-08-16 09:48:39Z damagedsoul $ */
#ifndef ZCONF_H #ifndef ZCONF_H
#define ZCONF_H #define ZCONF_H

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include "Binary.h" #include "Binary.h"
BinaryWriter::BinaryWriter(FILE *fp) BinaryWriter::BinaryWriter(FILE *fp)

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#ifndef _INCLUDE_BINARY_H #ifndef _INCLUDE_BINARY_H
#define _INCLUDE_BINARY_H #define _INCLUDE_BINARY_H

View File

@ -17,8 +17,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be * 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software. * misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amx.cpp 1728 2005-07-25 00:01:54Z dvander $
*/ */
#if BUILD_PLATFORM == WINDOWS && BUILD_TYPE == RELEASE && BUILD_COMPILER == MSVC && PAWN_CELL_SIZE == 64 #if BUILD_PLATFORM == WINDOWS && BUILD_TYPE == RELEASE && BUILD_COMPILER == MSVC && PAWN_CELL_SIZE == 64

View File

@ -17,8 +17,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be * 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software. * misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/ */
#if defined FREEBSD && !defined __FreeBSD__ #if defined FREEBSD && !defined __FreeBSD__

View File

@ -20,8 +20,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be * 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software. * misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amxdbg.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/ */
#ifndef AMXDBG_H_INCLUDED #ifndef AMXDBG_H_INCLUDED

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include <stdio.h> #include <stdio.h>
#if defined(__linux__) | defined (__APPLE__) #if defined(__linux__) | defined (__APPLE__)
#include <unistd.h> #include <unistd.h>

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#ifndef _AMXXSC_INCLUDE_H #ifndef _AMXXSC_INCLUDE_H
#define _AMXXSC_INCLUDE_H #define _AMXXSC_INCLUDE_H

View File

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h * For conditions of distribution and use, see copyright notice in zlib.h
*/ */
/* @(#) $Id: zconf.h 3734 2008-08-16 09:48:39Z damagedsoul $ */
#ifndef ZCONF_H #ifndef ZCONF_H
#define ZCONF_H #define ZCONF_H

View File

@ -1,33 +1,11 @@
(* AMX Mod X // vim: set sts=2 ts=8 sw=2 tw=99 et:
* compile.exe //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*)
program compile; program compile;

View File

@ -1,33 +1,11 @@
(* AMX Mod X // vim: set sts=2 ts=8 sw=2 tw=99 et:
* compile.exe //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This program is free software; you can redistribute it and/or modify it // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* under the terms of the GNU General Public License as published by the // https://alliedmods.net/amxmodx-license
* 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
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*)
unit uFunc; unit uFunc;

View File

@ -17,8 +17,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be * 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software. * misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/ */
#ifdef _MSC_VER #ifdef _MSC_VER

View File

@ -20,8 +20,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be * 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software. * misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amxdbg.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/ */
#ifndef AMXDBG_H_INCLUDED #ifndef AMXDBG_H_INCLUDED

Some files were not shown because too many files have changed in this diff Show More