Skip to content

Commit f69a63b

Browse files
committed
Year bump
1 parent 1c3f2dc commit f69a63b

File tree

410 files changed

+411
-411
lines changed

Some content is hidden

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

410 files changed

+411
-411
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-2025 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
4+
sqlmap is (C) 2006-2026 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-2025 sqlmap developers (https://sqlmap.org)
1+
# Copyright (c) 2006-2026 sqlmap developers (https://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-2025 sqlmap developers (https://sqlmap.org)
1+
# Copyright (c) 2006-2026 sqlmap developers (https://sqlmap.org)
22
# See the file 'LICENSE' for copying permission
33

44
# CTFs

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-2025 sqlmap developers (https://sqlmap.org)
1+
# Copyright (c) 2006-2026 sqlmap developers (https://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-2025 sqlmap developers (https://sqlmap.org)
1+
# Copyright (c) 2006-2026 sqlmap developers (https://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-2025 sqlmap developers (https://sqlmap.org)
1+
# Copyright (c) 2006-2026 sqlmap developers (https://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-2025 sqlmap developers (https://sqlmap.org)
1+
# Copyright (c) 2006-2026 sqlmap developers (https://sqlmap.org)
22
# See the file 'LICENSE' for copying permission
33

44
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

0 commit comments

Comments
 (0)