Skip to content

Commit 47bbcf9

Browse files
committed
More updates of copyright years
1 parent 8a12240 commit 47bbcf9

9 files changed

+10
-10
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-2017 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
4+
sqlmap is (C) 2006-2018 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/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-2017 sqlmap developers (http://sqlmap.org/)
19+
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
2020
See the file 'LICENSE' for copying permission
2121
"""
2222
@@ -60,7 +60,7 @@ cat > sqlmap/__init__.py << EOF
6060
#!/usr/bin/env python
6161
6262
"""
63-
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
63+
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
6464
See the file 'LICENSE' for copying permission
6565
"""
6666

lib/core/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.2.1.2"
22+
VERSION = "1.2.1.3"
2323
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2424
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2525
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

txt/checksum.md5

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ffa5f01f39b17c8d73423acca6cfe86a lib/core/readlineng.py
4646
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4747
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4848
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
49-
fc10d4d9bb86675d3ae64aada8999a40 lib/core/settings.py
49+
8530b06f38feeb8e696f2635db9f55a5 lib/core/settings.py
5050
d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
5151
63491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
5252
505aaa61e1bba3c3d4567c3e667699e3 lib/core/target.py

txt/common-columns.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
22
# See the file 'LICENSE' for copying permission
33

44
id

txt/common-outputs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
22
# See the file 'LICENSE' for copying permission
33

44
[Banners]

txt/common-tables.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
22
# See the file 'LICENSE' for copying permission
33

44
users

txt/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
22
# See the file 'LICENSE' for copying permission
33

44
# SQL-92 keywords (reference: http://developer.mimer.com/validator/sql-reserved-words.tml)

txt/user-agents.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
22
# See the file 'LICENSE' for copying permission
33

44
# Opera

0 commit comments

Comments
 (0)