From 68d1c39607a6a868675fa7ef667e70b28f5e124b Mon Sep 17 00:00:00 2001 From: polaris Date: Fri, 4 Jul 2014 20:16:00 -0400 Subject: [PATCH] Licensing part 2 --- gamespy/gs_database.py | 18 ++++++++++++++++++ gamespy/gs_query.py | 18 ++++++++++++++++++ gamespy/gs_utility.py | 19 +++++++++++++++++++ other/utils.py | 17 +++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/gamespy/gs_database.py b/gamespy/gs_database.py index 4bac7d9..ee52e1f 100644 --- a/gamespy/gs_database.py +++ b/gamespy/gs_database.py @@ -1,3 +1,21 @@ +# DWC Network Server Emulator +# Copyright (C) 2014 polaris- +# Copyright (C) 2014 ToadKing +# Copyright (C) 2014 AdmiralCurtiss +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import sqlite3 import hashlib import itertools diff --git a/gamespy/gs_query.py b/gamespy/gs_query.py index c66637c..885af5f 100644 --- a/gamespy/gs_query.py +++ b/gamespy/gs_query.py @@ -1,3 +1,21 @@ +# DWC Network Server Emulator +# Copyright (C) 2014 polaris- +# Copyright (C) 2014 ToadKing +# Copyright (C) 2014 AdmiralCurtiss +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import copy def parse_gamespy_message(message): diff --git a/gamespy/gs_utility.py b/gamespy/gs_utility.py index 9fb39c0..d166778 100644 --- a/gamespy/gs_utility.py +++ b/gamespy/gs_utility.py @@ -1,3 +1,22 @@ +# DWC Network Server Emulator +# Copyright (C) 2014 polaris- +# Copyright (C) 2014 ToadKing +# Copyright (C) 2014 AdmiralCurtiss +# Copyright (C) 2014 msoucy +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import base64 import hashlib import time diff --git a/other/utils.py b/other/utils.py index 054cb55..87654dd 100644 --- a/other/utils.py +++ b/other/utils.py @@ -1,3 +1,20 @@ +# DWC Network Server Emulator +# Copyright (C) 2014 polaris- +# Copyright (C) 2014 msoucy +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import logging import random import string