Skip to content

Commit 65b02d4

Browse files
committed
Minor update
1 parent ea58d29 commit 65b02d4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

doc/COPYING

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ to know exactly what a program is going to do before they run it.
4646
Source code also allows you to fix bugs and add new features. You are
4747
highly encouraged to send your changes to [email protected] for possible
4848
incorporation into the main distribution. By sending these changes to the
49-
sqlmap developers, to the mailing lists, or via Git pull request, checking
50-
them into the sqlmap source code repository, it is understood (unless you
51-
specify otherwise) that you are offering the sqlmap project the unlimited,
52-
non-exclusive right to reuse, modify, and relicense the code. sqlmap will
53-
always be available Open Source, but this is important because the
54-
inability to relicense code has caused devastating problems for other Free
55-
Software projects (such as KDE and NASM). If you wish to specify special
56-
license conditions of your contributions, just say so when you send them.
49+
sqlmap developers or via Git pull request, checking them into the sqlmap
50+
source code repository, it is understood (unless you specify otherwise)
51+
that you are offering the sqlmap project the unlimited, non-exclusive
52+
right to reuse, modify, and relicense the code. sqlmap will always be
53+
available Open Source, but this is important because the inability to
54+
relicense code has caused devastating problems for other Free Software
55+
projects (such as KDE and NASM). If you wish to specify special license
56+
conditions of your contributions, just say so when you send them.
5757

5858
This program is distributed in the hope that it will be useful, but
5959
WITHOUT ANY WARRANTY; without even the implied warranty of

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
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.1.4.30"
22+
VERSION = "1.1.4.31"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dd19b4d930d418f8aef498941346ab2d lib/core/option.py
4646
d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4747
785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
4848
40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
49-
23096621eef7b9a23f32d6164c2be324 lib/core/settings.py
49+
44b7c1ae1471b223e97e5b741ae725a2 lib/core/settings.py
5050
d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
5151
2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
5252
2571146b71f487a3d11867746c033e40 lib/core/target.py

0 commit comments

Comments
 (0)