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
"""
pass

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 lib.core.data import logger

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.exception import SqlmapUnsupportedFeatureException

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
"""
from plugins.generic.syntax import Syntax as GenericSyntax

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.exception import SqlmapUnsupportedFeatureException

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
"""

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.filesystem import Filesystem as GenericFilesystem

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
"""

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.syntax import Syntax as GenericSyntax

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.takeover import Takeover as GenericTakeover

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 lib.core.data import logger

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.exception import SqlmapUnsupportedFeatureException

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
"""
from lib.core.common import isDBMSVersionAtLeast

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.exception import SqlmapUnsupportedFeatureException

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.exception import SqlmapUnsupportedFeatureException

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
"""
from plugins.generic.syntax import Syntax as GenericSyntax

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.exception import SqlmapUnsupportedFeatureException

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 lib.core.data import logger

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.filesystem import Filesystem as GenericFilesystem

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 Backend

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
"""
from plugins.generic.takeover import Takeover as GenericTakeover

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
"""
from lib.core.exception import SqlmapUnsupportedFeatureException

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 randomStr

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.exception import SqlmapUnsupportedFeatureException

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.agent import agent

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.syntax import Syntax as GenericSyntax

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.exception import SqlmapUnsupportedFeatureException

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 lib.core.agent import agent

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 ntpath

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 Backend

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.syntax import Syntax as GenericSyntax

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
"""
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

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 lib.core.common import getLimitRange

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.exception import SqlmapUnsupportedFeatureException

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
"""
from plugins.generic.syntax import Syntax as GenericSyntax

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.exception import SqlmapUnsupportedFeatureException

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 lib.core.data import logger

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

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 Backend

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.syntax import Syntax as GenericSyntax

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

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 lib.core.data import logger

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.exception import SqlmapUnsupportedFeatureException

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 Backend

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
"""
from lib.core.exception import SqlmapUnsupportedFeatureException

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 lib.core.common import filterPairValues

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.exception import SqlmapUnsupportedFeatureException

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 Backend

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.syntax import Syntax as GenericSyntax

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.exception import SqlmapUnsupportedFeatureException