Skip to content

Commit 590e8ed

Browse files
committed
update_copyright_year()
1 parent 12427ff commit 590e8ed

File tree

357 files changed

+358
-358
lines changed

Some content is hidden

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

357 files changed

+358
-358
lines changed

LICENSE

+1-1
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-2018 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
4+
sqlmap is (C) 2006-2019 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

extra/beep/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

extra/beep/beep.py

+1-1
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-2018 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
77
See the file 'LICENSE' for copying permission
88
"""
99

extra/cloak/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

extra/cloak/cloak.py

+1-1
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-2018 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
77
See the file 'LICENSE' for copying permission
88
"""
99

extra/dbgtool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

extra/dbgtool/dbgtool.py

+1-1
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-2018 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
77
See the file 'LICENSE' for copying permission
88
"""
99

extra/safe2bin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

extra/safe2bin/safe2bin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
safe2bin.py - Simple safe(hex) to binary format converter
55
6-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
77
See the file 'LICENSE' for copying permission
88
"""
99

extra/shutils/duplicates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
3+
# Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
44
# See the file 'LICENSE' for copying permission
55

66
# Removes duplicate entries in wordlist like files

extra/shutils/pycodestyle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
3+
# Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
44
# See the file 'LICENSE' for copying permission
55

66
# Runs pycodestyle on all python files (prerequisite: pip install pycodestyle)

extra/shutils/pypi.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cat > $TMP_DIR/setup.py << EOF
1616
#!/usr/bin/env python
1717
1818
"""
19-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
19+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
2020
See the file 'LICENSE' for copying permission
2121
"""
2222
@@ -61,7 +61,7 @@ cat > sqlmap/__init__.py << EOF
6161
#!/usr/bin/env python
6262
6363
"""
64-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
64+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
6565
See the file 'LICENSE' for copying permission
6666
"""
6767

extra/shutils/regressiontest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
3+
# Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
44
# See the file 'LICENSE' for copying permission
55

66
import codecs

extra/sqlharvest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

extra/sqlharvest/sqlharvest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

extra/wafdetectify/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

extra/wafdetectify/wafdetectify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/controller/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/controller/action.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/controller/checks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/controller/controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/controller/handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/bigarray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/convert.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/datatype.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/decorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/defaults.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/dicts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/dump.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/enums.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/exception.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/log.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/option.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/optiondict.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/patch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/profiling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

lib/core/readlineng.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
55
See the file 'LICENSE' for copying permission
66
"""
77

0 commit comments

Comments
 (0)