Added the header for MaxMind's Geo stuff back
This commit is contained in:
parent
ae7ab5f234
commit
66483e0325
1 changed files with 18 additions and 17 deletions
|
|
@ -16,23 +16,24 @@ You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/* GeoIPCountry.cs
|
||||||
TShock, a server mod for Terraria
|
*
|
||||||
Copyright (C) 2011-2012 The TShock Team
|
* Copyright (C) 2008 MaxMind, Inc. All Rights Reserved.
|
||||||
|
*
|
||||||
This program is free software: you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or
|
||||||
it under the terms of the GNU General Public License as published by
|
* modify it under the terms of the GNU General Public
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
* License as published by the Free Software Foundation; either
|
||||||
(at your option) any later version.
|
* version 2 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
This program is distributed in the hope that it will be useful,
|
* This library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
GNU General Public License for more details.
|
* General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library; if not, write to the Free Software
|
||||||
*/
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
*/
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue