Replacing doc/COPYING to LICENSE

This commit is contained in:
Miroslav Stampar
2017-10-11 14:50:46 +02:00
parent a2d465aa4a
commit 8c6b761044
348 changed files with 350 additions and 350 deletions

View File

@@ -2,7 +2,7 @@
"""
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
See the file 'LICENSE' for copying permission
"""
from lib.core.enums import DBMS

View File

@@ -2,7 +2,7 @@
"""
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
See the file 'LICENSE' for copying permission
"""
try:

View File

@@ -2,7 +2,7 @@
"""
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
See the file 'LICENSE' for copying permission
"""
from plugins.generic.enumeration import Enumeration as GenericEnumeration

View File

@@ -2,7 +2,7 @@
"""
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
See the file 'LICENSE' for copying permission
"""
from lib.core.common import isNumPosStrValue

View File

@@ -2,7 +2,7 @@
"""
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
See the file 'LICENSE' for copying permission
"""
import re

View File

@@ -2,7 +2,7 @@
"""
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
See the file 'LICENSE' for copying permission
"""
import binascii

View File

@@ -2,7 +2,7 @@
"""
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
See the file 'LICENSE' for copying permission
"""
import os