Skip to content

Commit 4efd745

Browse files
committed
Copyright year bump
1 parent 4833e40 commit 4efd745

File tree

292 files changed

+294
-294
lines changed

Some content is hidden

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

292 files changed

+294
-294
lines changed

LICENSE

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

data/txt/common-columns.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/)
22
# See the file 'LICENSE' for copying permission
33

44
id

data/txt/common-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/)
22
# See the file 'LICENSE' for copying permission
33

44
# Reference: https://gist.github.com/sckalath/78ad449346171d29241a

data/txt/common-outputs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/)
22
# See the file 'LICENSE' for copying permission
33

44
[Banners]

data/txt/common-tables.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/)
22
# See the file 'LICENSE' for copying permission
33

44
users

data/txt/keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2020 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)

data/txt/user-agents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
1+
# Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/)
22
# See the file 'LICENSE' for copying permission
33

44
# Opera

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

0 commit comments

Comments
 (0)