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

Skip to content

Commit 0aa8f73

Browse files
committed
added copyright notice and keywords
1 parent 2e05e1c commit 0aa8f73

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

lib/core/replication.py

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
1-
import sqlite3
1+
#!/usr/bin/env python
2+
3+
"""
4+
$Id$
5+
6+
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
7+
8+
Copyright (C) 2010 Miroslav Stampar, Bernardo Damele A. G.
9+
210
11+
This library is free software; you can redistribute it and/or
12+
modify it under the terms of the GNU Lesser General Public
13+
License as published by the Free Software Foundation; either
14+
version 2.1 of the License, or (at your option) any later version.
15+
16+
This library is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19+
Lesser General Public License for more details.
20+
21+
You should have received a copy of the GNU Lesser General Public
22+
License along with this library; if not, write to the Free Software
23+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24+
"""
25+
26+
import sqlite3
327

428
class Replication:
529
def __init__(self, dbpath):

0 commit comments

Comments
 (0)