~ubuntu-branches/ubuntu/vivid/sqlmap/vivid

« back to all changes in this revision

Viewing changes to plugins/dbms/access/connector.py

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2015-01-31 18:25:34 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20150131182534-bllas32vzk36bm8r
Tags: 0.9.150214-1
* New upstream release.
* Remove all lintian-overrides, upstream renamed .so in .so_ and
  .dll to .dll_, so lintian doesn't catch them anymore.
* Update copyright year.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
3
3
"""
4
 
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
 
4
Copyright (c) 2006-2015 sqlmap developers (http://sqlmap.org/)
5
5
See the file 'doc/COPYING' for copying permission
6
6
"""
7
7