Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69204af

Browse files
committed
Updated copyright
1 parent 9631dc1 commit 69204af

1 file changed

Lines changed: 18 additions & 19 deletions

File tree

extra/dbgtool/dbgtool.py

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
#!/usr/bin/env python
22

33
"""
4-
$Id$
5-
6-
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
7-
8-
Copyright (c) 2006-2009 Bernardo Damele A. G. <[email protected]>
9-
and Daniele Bellucci <[email protected]>
10-
11-
sqlmap is free software; you can redistribute it and/or modify it under
12-
the terms of the GNU General Public License as published by the Free
13-
Software Foundation version 2 of the License.
14-
15-
sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY
16-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
17-
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
18-
details.
19-
20-
You should have received a copy of the GNU General Public License along
21-
with sqlmap; if not, write to the Free Software Foundation, Inc., 51
22-
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
4+
dbgtool.py - Portable executable to ASCII debug script converter
5+
Copyright (C) 2009 Bernardo Damele A. G.
6+
web: http://bernardodamele.blogspot.com/
7+
8+
9+
This library is free software; you can redistribute it and/or
10+
modify it under the terms of the GNU Lesser General Public
11+
License as published by the Free Software Foundation; either
12+
version 2.1 of the License, or (at your option) any later version.
13+
14+
This library is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17+
Lesser General Public License for more details.
18+
19+
You should have received a copy of the GNU Lesser General Public
20+
License along with this library; if not, write to the Free Software
21+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2322
"""
2423

2524

0 commit comments

Comments
 (0)