summaryrefslogtreecommitdiff
path: root/gamelocker
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-01-14 21:20:37 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-01-14 21:20:37 +0100
commit1de9a2eb9ba73a31ee550873245ba1ed954638c7 (patch)
tree41dd05f6dbf6a72b8066cb4eab2ec140576abb34 /gamelocker
parent814c7262ed1c9863ea6106840c217a69182eced3 (diff)
downloadpython-gamelocker-1de9a2eb9ba73a31ee550873245ba1ed954638c7.tar.gz
python-gamelocker-1de9a2eb9ba73a31ee550873245ba1ed954638c7.zip
janus: remove duplicate copyright header
Diffstat (limited to 'gamelocker')
-rw-r--r--gamelocker/janus.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/gamelocker/janus.py b/gamelocker/janus.py
index 3523529..c4fd384 100644
--- a/gamelocker/janus.py
+++ b/gamelocker/janus.py
@@ -30,31 +30,6 @@ import collections
#--- exceptions ---
-__author__ = "Bruno Hautzenberger"
-__copyright__ = "Copyright 2015, xamoom GmbH"
-__maintainer__ = "Bruno Hautzenberger"
-__email__ = "bruno@xamoom.com"
-__status__ = "Development"
-
-"""
-Copyright (c) 2015, xamoom GmbH
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-"""
-
-
-"""
-exceptions
-
-contains all decorators of janus. See more in janus.py
-spec: http://jsonapi.org/
-
-"""
-
import hashlib
import time