Skip to content

Commit d5e7165

Browse files
authored
Update binary_converter.py
1 parent 213fe19 commit d5e7165

File tree

1 file changed

+13
-30
lines changed

1 file changed

+13
-30
lines changed

binary_utils/binary_converter.py

+13-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,16 @@
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+
"""
3114

3215
import struct
3316

0 commit comments

Comments
 (0)