Skip to content

Commit 8b48833

Browse files
committed
large commit with copyright header modifications
1 parent a63c2c9 commit 8b48833

File tree

158 files changed

+361
-2585
lines changed

Some content is hidden

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

158 files changed

+361
-2585
lines changed

extra/__init__.py

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,8 @@
33
"""
44
$Id$
55
6-
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
7-
8-
Copyright (c) 2007-2010 Bernardo Damele A. G. <bernardo.damele@gmail.com>
9-
Copyright (c) 2006 Daniele Bellucci <daniele.bellucci@gmail.com>
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
6+
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7+
See the file doc/COPYING for copying permission.
238
"""
249

2510
pass

extra/cloak/__init__.py

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
11
#!/usr/bin/env python
22

33
"""
4-
cloak.py - Simple file encryption/compression utility
5-
Copyright (C) 2010 Miroslav Stampar, Bernardo Damele A. G.
6-
email(s): miroslav.stampar@gmail.com, bernardo.damele@gmail.com
4+
$Id$
75
8-
This library is free software; you can redistribute it and/or
9-
modify it under the terms of the GNU Lesser General Public
10-
License as published by the Free Software Foundation; either
11-
version 2.1 of the License, or (at your option) any later version.
12-
13-
This library is distributed in the hope that it will be useful,
14-
but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16-
Lesser General Public License for more details.
17-
18-
You should have received a copy of the GNU Lesser General Public
19-
License along with this library; if not, write to the Free Software
20-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6+
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7+
See the file doc/COPYING for copying permission.
218
"""
229

2310
pass

extra/cloak/cloak.py

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
11
#!/usr/bin/env python
22

33
"""
4+
$Id$
5+
46
cloak.py - Simple file encryption/compression utility
5-
Copyright (C) 2010 Miroslav Stampar, Bernardo Damele A. G.
6-
email(s): miroslav.stampar@gmail.com, bernardo.damele@gmail.com
7-
8-
This library is free software; you can redistribute it and/or
9-
modify it under the terms of the GNU Lesser General Public
10-
License as published by the Free Software Foundation; either
11-
version 2.1 of the License, or (at your option) any later version.
12-
13-
This library is distributed in the hope that it will be useful,
14-
but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16-
Lesser General Public License for more details.
17-
18-
You should have received a copy of the GNU Lesser General Public
19-
License along with this library; if not, write to the Free Software
20-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
7+
8+
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
9+
See the file doc/COPYING for copying permission.
2110
"""
2211

2312
import bz2

extra/dbgtool/__init__.py

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
11
#!/usr/bin/env python
22

33
"""
4-
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
4+
$Id$
55
6-
Copyright (c) 2007-2010 Bernardo Damele A. G. <bernardo.damele@gmail.com>
7-
Copyright (c) 2006 Daniele Bellucci <daniele.bellucci@gmail.com>
8-
9-
sqlmap is free software; you can redistribute it and/or modify it under
10-
the terms of the GNU General Public License as published by the Free
11-
Software Foundation version 2 of the License.
12-
13-
sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY
14-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15-
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
16-
details.
17-
18-
You should have received a copy of the GNU General Public License along
19-
with sqlmap; if not, write to the Free Software Foundation, Inc., 51
20-
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
6+
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7+
See the file doc/COPYING for copying permission.
218
"""
229

2310
pass

extra/dbgtool/dbgtool.py

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

33
"""
4+
$Id$
5+
46
dbgtool.py - Portable executable to ASCII debug script converter
5-
Copyright (C) 2009-2010 Bernardo Damele A. G.
6-
web: http://bernardodamele.blogspot.com/
7-
email: bernardo.damele@gmail.com
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
7+
8+
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
9+
See the file doc/COPYING for copying permission.
2210
"""
2311

2412
import os

lib/__init__.py

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,8 @@
33
"""
44
$Id$
55
6-
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
7-
8-
Copyright (c) 2007-2010 Bernardo Damele A. G. <bernardo.damele@gmail.com>
9-
Copyright (c) 2006 Daniele Bellucci <daniele.bellucci@gmail.com>
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
6+
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7+
See the file doc/COPYING for copying permission.
238
"""
249

2510
pass

lib/contrib/__init__.py

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,8 @@
33
"""
44
$Id$
55
6-
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
7-
8-
Copyright (c) 2007-2010 Bernardo Damele A. G. <bernardo.damele@gmail.com>
9-
Copyright (c) 2006 Daniele Bellucci <daniele.bellucci@gmail.com>
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
6+
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7+
See the file doc/COPYING for copying permission.
238
"""
249

2510
pass

lib/controller/__init__.py

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,8 @@
33
"""
44
$Id$
55
6-
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
7-
8-
Copyright (c) 2007-2010 Bernardo Damele A. G. <bernardo.damele@gmail.com>
9-
Copyright (c) 2006 Daniele Bellucci <daniele.bellucci@gmail.com>
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
6+
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7+
See the file doc/COPYING for copying permission.
238
"""
249

2510
pass

lib/controller/action.py

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,8 @@
33
"""
44
$Id$
55
6-
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
7-
8-
Copyright (c) 2007-2010 Bernardo Damele A. G. <bernardo.damele@gmail.com>
9-
Copyright (c) 2006 Daniele Bellucci <daniele.bellucci@gmail.com>
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
6+
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7+
See the file doc/COPYING for copying permission.
238
"""
249

2510
from lib.controller.handler import setHandler

lib/controller/checks.py

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,8 @@
33
"""
44
$Id$
55
6-
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
7-
8-
Copyright (c) 2007-2010 Bernardo Damele A. G. <bernardo.damele@gmail.com>
9-
Copyright (c) 2006 Daniele Bellucci <daniele.bellucci@gmail.com>
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
6+
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
7+
See the file doc/COPYING for copying permission.
238
"""
249

2510
import re

0 commit comments

Comments
 (0)