Replacing doc/COPYING to LICENSE

This commit is contained in:
Miroslav Stampar
2017-10-11 14:50:46 +02:00
parent a2d465aa4a
commit 8c6b761044
348 changed files with 350 additions and 350 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
# See the file 'doc/COPYING' for copying permission
# See the file 'LICENSE' for copying permission
# Removes trailing spaces from blank lines inside project files
find . -type f -iname '*.py' -exec sed -i 's/^[ \t]*$//' {} \;