mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Geoip: Update license headers.
Hope this won't break merging.
This commit is contained in:
parent
178608c5f8
commit
adde73123f
@ -1,31 +1,16 @@
|
|||||||
/* Geoip
|
// vim: set ts=4 sw=4 tw=99 noet:
|
||||||
* Copyright 2007-2014
|
//
|
||||||
* 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.
|
||||||
* Geoip is free software; you can redistribute it and/or modify it
|
//
|
||||||
* under the terms of the GNU General Public License as published by the
|
// This software is licensed under the GNU General Public License, version 3 or higher.
|
||||||
* Free Software Foundation; either version 2 of the License, or (at
|
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
||||||
* your option) any later version.
|
// https://alliedmods.net/amxmodx-license
|
||||||
*
|
|
||||||
* Geoip is distributed in the hope that it will be useful, but
|
//
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
// GeoIP Module
|
||||||
* 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 Geoip; 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 Ham Sandwich 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 "geoip_main.h"
|
#include "geoip_main.h"
|
||||||
#include "geoip_natives.h"
|
#include "geoip_natives.h"
|
||||||
#include "geoip_util.h"
|
#include "geoip_util.h"
|
||||||
|
@ -1,31 +1,16 @@
|
|||||||
/* Geoip
|
// vim: set ts=4 sw=4 tw=99 noet:
|
||||||
* Copyright 2007-2014
|
//
|
||||||
* 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.
|
||||||
* Geoip is free software; you can redistribute it and/or modify it
|
//
|
||||||
* under the terms of the GNU General Public License as published by the
|
// This software is licensed under the GNU General Public License, version 3 or higher.
|
||||||
* Free Software Foundation; either version 2 of the License, or (at
|
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
||||||
* your option) any later version.
|
// https://alliedmods.net/amxmodx-license
|
||||||
*
|
|
||||||
* Geoip is distributed in the hope that it will be useful, but
|
//
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
// GeoIP Module
|
||||||
* 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 Geoip; 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 Ham Sandwich 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_GEOIPMAIN_H
|
#ifndef _INCLUDE_GEOIPMAIN_H
|
||||||
#define _INCLUDE_GEOIPMAIN_H
|
#define _INCLUDE_GEOIPMAIN_H
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// vim: set ts=4 sw=4 tw=99 noet:
|
// vim: set ts=4 sw=4 tw=99 noet:
|
||||||
//
|
//
|
||||||
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
|
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
|
||||||
// Copyright (C) The AMX Mod X Development Team.
|
// Copyright (C) The AMX Mod X Development Team.
|
||||||
|
@ -1,31 +1,16 @@
|
|||||||
/* Geoip
|
// vim: set ts=4 sw=4 tw=99 noet:
|
||||||
* Copyright 2007-2014
|
//
|
||||||
* 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.
|
||||||
* Geoip is free software; you can redistribute it and/or modify it
|
//
|
||||||
* under the terms of the GNU General Public License as published by the
|
// This software is licensed under the GNU General Public License, version 3 or higher.
|
||||||
* Free Software Foundation; either version 2 of the License, or (at
|
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
||||||
* your option) any later version.
|
// https://alliedmods.net/amxmodx-license
|
||||||
*
|
|
||||||
* Geoip is distributed in the hope that it will be useful, but
|
//
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
// GeoIP Module
|
||||||
* 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 Geoip; 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 Ham Sandwich 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_GEOIPNATIVES_H
|
#ifndef _INCLUDE_GEOIPNATIVES_H
|
||||||
#define _INCLUDE_GEOIPNATIVES_H
|
#define _INCLUDE_GEOIPNATIVES_H
|
||||||
|
|
||||||
|
@ -1,31 +1,16 @@
|
|||||||
/* Geoip
|
// vim: set ts=4 sw=4 tw=99 noet:
|
||||||
* Copyright 2007-2014
|
//
|
||||||
* 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.
|
||||||
* Geoip is free software; you can redistribute it and/or modify it
|
//
|
||||||
* under the terms of the GNU General Public License as published by the
|
// This software is licensed under the GNU General Public License, version 3 or higher.
|
||||||
* Free Software Foundation; either version 2 of the License, or (at
|
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
||||||
* your option) any later version.
|
// https://alliedmods.net/amxmodx-license
|
||||||
*
|
|
||||||
* Geoip is distributed in the hope that it will be useful, but
|
//
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
// GeoIP Module
|
||||||
* 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 Geoip; 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 Ham Sandwich 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 "geoip_util.h"
|
#include "geoip_util.h"
|
||||||
#include "geoip_natives.h"
|
#include "geoip_natives.h"
|
||||||
|
|
||||||
|
@ -1,31 +1,16 @@
|
|||||||
/* Geoip
|
// vim: set ts=4 sw=4 tw=99 noet:
|
||||||
* Copyright 2007-2014
|
//
|
||||||
* 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.
|
||||||
* Geoip is free software; you can redistribute it and/or modify it
|
//
|
||||||
* under the terms of the GNU General Public License as published by the
|
// This software is licensed under the GNU General Public License, version 3 or higher.
|
||||||
* Free Software Foundation; either version 2 of the License, or (at
|
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
||||||
* your option) any later version.
|
// https://alliedmods.net/amxmodx-license
|
||||||
*
|
|
||||||
* Geoip is distributed in the hope that it will be useful, but
|
//
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
// GeoIP Module
|
||||||
* 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 Geoip; 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 Ham Sandwich 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_GEOIPUTIL_H
|
#ifndef _INCLUDE_GEOIPUTIL_H
|
||||||
#define _INCLUDE_GEOIPUTIL_H
|
#define _INCLUDE_GEOIPUTIL_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user