large commit with copyright header modifications

This commit is contained in:
Miroslav Stampar
2010-10-14 14:41:14 +00:00
parent a63c2c9f7c
commit 8b48833136
158 changed files with 359 additions and 2583 deletions

View File

@@ -3,27 +3,14 @@
"""
$Id$
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
sqlmap is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation version 2 of the License.
sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
You should have received a copy of the GNU General Public License along
with sqlmap; if not, write to the Free Software Foundation, Inc., 51
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
"""
### Reference: http://code.activestate.com/recipes/134892/
class _Getch:
"""
Gets a single character from standard input. Does not echo to
the screen.
the screen (reference: http://code.activestate.com/recipes/134892/)
"""
def __init__(self):
try: