Skip to content

Commit a43202f

Browse files
committed
updated copyright
1 parent eafc0e7 commit a43202f

File tree

242 files changed

+243
-243
lines changed

Some content is hidden

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

242 files changed

+243
-243
lines changed

_sqlmap.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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

doc/CHANGELOG.md

+2-2

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

extra/mssqlsig/update.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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

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

extra/shutils/blanks.sh

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

3-
# Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/)
3+
# Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
44
# See the file 'doc/COPYING' for copying permission
55

66
# Removes trailing spaces from blank lines inside project files

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-2012 sqlmap developers (http://sqlmap.org/)
3+
# Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
44
# See the file 'doc/COPYING' for copying permission
55

66
# Removes duplicate entries in wordlist like files

extra/shutils/pep8.sh

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

3-
# Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/)
3+
# Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
44
# See the file 'doc/COPYING' for copying permission
55

66
# Runs pep8 on all python files (prerequisite: apt-get install pep8)

extra/shutils/pyflakes.sh

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

3-
# Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/)
3+
# Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
44
# See the file 'doc/COPYING' for copying permission
55

66
# Runs pyflakes on all python files (prerequisite: apt-get install pyflakes)

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-2012 sqlmap developers (http://sqlmap.org/)
3+
# Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
44
# See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/htmlentities.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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' 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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/progress.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-2012 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

0 commit comments

Comments
 (0)