Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f7f20b

Browse files
committed
sorry, cosmetics
1 parent 1674142 commit 4f7f20b

159 files changed

Lines changed: 161 additions & 159 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$Id$
55
66
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7-
See the file doc/COPYING for copying permission.
7+
See the file 'doc/COPYING' for copying permission
88
"""
99

1010
pass

extra/cloak/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$Id$
55
66
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7-
See the file doc/COPYING for copying permission.
7+
See the file 'doc/COPYING' for copying permission
88
"""
99

1010
pass

extra/cloak/cloak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cloak.py - Simple file encryption/compression utility
77
88
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
9-
See the file doc/COPYING for copying permission.
9+
See the file 'doc/COPYING' for copying permission
1010
"""
1111

1212
import bz2

extra/dbgtool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$Id$
55
66
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7-
See the file doc/COPYING for copying permission.
7+
See the file 'doc/COPYING' for copying permission
88
"""
99

1010
pass

extra/dbgtool/dbgtool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
dbgtool.py - Portable executable to ASCII debug script converter
77
88
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
9-
See the file doc/COPYING for copying permission.
9+
See the file 'doc/COPYING' for copying permission
1010
"""
1111

1212
import os

lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$Id$
55
66
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7-
See the file doc/COPYING for copying permission.
7+
See the file 'doc/COPYING' for copying permission
88
"""
99

1010
pass

lib/contrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$Id$
55
66
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7-
See the file doc/COPYING for copying permission.
7+
See the file 'doc/COPYING' for copying permission
88
"""
99

1010
pass

lib/controller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$Id$
55
66
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7-
See the file doc/COPYING for copying permission.
7+
See the file 'doc/COPYING' for copying permission
88
"""
99

1010
pass

lib/controller/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$Id$
55
66
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7-
See the file doc/COPYING for copying permission.
7+
See the file 'doc/COPYING' for copying permission
88
"""
99

1010
from lib.controller.handler import setHandler

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$Id$
55
66
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7-
See the file doc/COPYING for copying permission.
7+
See the file 'doc/COPYING' for copying permission
88
"""
99

1010
import re

0 commit comments

Comments
 (0)