Skip to content

Commit 55272f7

Browse files
committed
New version preparation
1 parent 6ff07f0 commit 55272f7

File tree

327 files changed

+647
-645
lines changed

Some content is hidden

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

327 files changed

+647
-645
lines changed

doc/COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
COPYING -- Describes the terms under which sqlmap is distributed. A copy
22
of the GNU General Public License (GPL) is appended to this file.
33

4-
sqlmap is (C) 2006-2016 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
4+
sqlmap is (C) 2006-2017 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
55

66
This program is free software; you may redistribute and/or modify it under
77
the terms of the GNU General Public License as published by the Free

extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/beep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/beep/beep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
beep.py - Make a beep sound
55
6-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
77
See the file 'doc/COPYING' for copying permission
88
"""
99

extra/cloak/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/cloak/cloak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
cloak.py - Simple file encryption/compression utility
55
6-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
77
See the file 'doc/COPYING' for copying permission
88
"""
99

extra/dbgtool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/dbgtool/dbgtool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
dbgtool.py - Portable executable to ASCII debug script converter
55
6-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
77
See the file 'doc/COPYING' for copying permission
88
"""
99

extra/mssqlsig/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/safe2bin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

0 commit comments

Comments
 (0)