httpgrep.py: point to MIT license.

This commit is contained in:
Levon Kayan 2020-04-13 22:15:18 +02:00
parent 6ffeeea865
commit 2cd21f6feb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
__author__ = 'noptrix'
__version__ = '1.0'
__copyright__ = 'santa clause'
__license__ = '1337 h4x0r'
__license__ = 'MIT'
SUCCESS = 0