Skip to content

Commit

Permalink
relicense software
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayil Mukhametshin committed Sep 30, 2020
1 parent 7de6615 commit e1740f6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 682 deletions.
675 changes: 1 addition & 674 deletions COPYING

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
setuptools.setup(
name="unpyarmor",
version="0.1",
author="Nayil Mukhametshin",
author_email="me@nayilm.com",
author="nslcc",
author_email="dontsendmailhere@example.com",
description="Deobfuscator / unpacker for PyArmor",
long_description=long_description,
long_description_content_type="text/markdown",
url="",
packages=["unpyarmor"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"License :: License :: Public Domain",
"Operating System :: OS Independent",
],
entry_points={
Expand Down
1 change: 0 additions & 1 deletion unpyarmor/crypto.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-3.0+
# Decryption functions

from Crypto.Cipher import DES3
Expand Down
2 changes: 0 additions & 2 deletions unpyarmor/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# SPDX-License-Identifier: GPL-3.0+

import sys
import marshal

Expand Down
1 change: 0 additions & 1 deletion unpyarmor/pyarmor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-3.0+
# PyArmor file format

import struct
Expand Down
1 change: 0 additions & 1 deletion unpyarmor/unpack.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-3.0+
# Deobfuscation / unpacking code

import marshal
Expand Down

0 comments on commit e1740f6

Please sign in to comment.