0

Added GPL license to all files.

If anyone is interested in using this software under different
conditions, contact me.
This commit is contained in:
Andrew Brown
2010-09-21 22:51:12 -04:00
parent 95f6342154
commit d6f5afc40f
8 changed files with 768 additions and 1 deletions

View File

@@ -1,3 +1,18 @@
# This file is part of the Minecraft Overviewer.
#
# Minecraft Overviewer is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# by the Free Software Foundation, either version 3 of the License, or (at
# your option) any later version.
#
# Minecraft Overviewer 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 the Overviewer. If not, see <http://www.gnu.org/licenses/>.
import functools
import os
import os.path