|
1 |
| -################################################################################ |
2 |
| -# # |
3 |
| -# ____ _ # |
4 |
| -# | _ \ ___ __| |_ __ _ _ _ __ ___ # |
5 |
| -# | |_) / _ \ / _` | '__| | | | '_ ` _ \ # |
6 |
| -# | __/ (_) | (_| | | | |_| | | | | | | # |
7 |
| -# |_| \___/ \__,_|_| \__,_|_| |_| |_| # |
8 |
| -# # |
9 |
| -# Copyright 2021 Podrum Studios # |
10 |
| -# # |
11 |
| -# Permission is hereby granted, free of charge, to any person # |
12 |
| -# obtaining a copy of this software and associated documentation # |
13 |
| -# files (the "Software"), to deal in the Software without restriction, # |
14 |
| -# including without limitation the rights to use, copy, modify, merge, # |
15 |
| -# publish, distribute, sublicense, and/or sell copies of the Software, # |
16 |
| -# and to permit persons to whom the Software is furnished to do so, # |
17 |
| -# subject to the following conditions: # |
18 |
| -# # |
19 |
| -# The above copyright notice and this permission notice shall be included # |
20 |
| -# in all copies or substantial portions of the Software. # |
21 |
| -# # |
22 |
| -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # |
23 |
| -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # |
24 |
| -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # |
25 |
| -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # |
26 |
| -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # |
27 |
| -# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # |
28 |
| -# IN THE SOFTWARE. # |
29 |
| -# # |
30 |
| -################################################################################ |
| 1 | +r""" |
| 2 | + ____ _ |
| 3 | + | _ \ ___ __| |_ __ _ _ _ __ ___ |
| 4 | + | |_) / _ \ / _` | '__| | | | '_ ` _ \ |
| 5 | + | __/ (_) | (_| | | | |_| | | | | | | |
| 6 | + |_| \___/ \__,_|_| \__,_|_| |_| |_| |
| 7 | +
|
| 8 | + Copyright 2021 Podrum Team. |
| 9 | +
|
| 10 | + This file is licensed under the GPL v2.0 license. |
| 11 | + The license file is located in the root directory |
| 12 | + of the source code. If not you may not use this file. |
| 13 | +""" |
31 | 14 |
|
32 | 15 | import struct
|
33 | 16 |
|
|
0 commit comments