Updated copyright

This commit is contained in:
Bernardo Damele 2009-01-22 00:41:57 +00:00
parent 9631dc115e
commit 69204afe1f

View File

@ -1,25 +1,24 @@
#!/usr/bin/env python #!/usr/bin/env python
""" """
$Id$ dbgtool.py - Portable executable to ASCII debug script converter
Copyright (C) 2009 Bernardo Damele A. G.
This file is part of the sqlmap project, http://sqlmap.sourceforge.net. web: http://bernardodamele.blogspot.com/
email: bernardo.damele@gmail.com
Copyright (c) 2006-2009 Bernardo Damele A. G. <bernardo.damele@gmail.com>
and Daniele Bellucci <daniele.bellucci@gmail.com> This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
sqlmap is free software; you can redistribute it and/or modify it under License as published by the Free Software Foundation; either
the terms of the GNU General Public License as published by the Free version 2.1 of the License, or (at your option) any later version.
Software Foundation version 2 of the License.
This library is distributed in the hope that it will be useful,
sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY but WITHOUT ANY WARRANTY; without even the implied warranty of
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more Lesser General Public License for more details.
details.
You should have received a copy of the GNU Lesser General Public
You should have received a copy of the GNU General Public License along License along with this library; if not, write to the Free Software
with sqlmap; if not, write to the Free Software Foundation, Inc., 51 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
""" """