com.github.fracpete.removegpl.python.props Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remove-gpl Show documentation
Show all versions of remove-gpl Show documentation
Command-line tool for removing the GPL preamble from source code files (eg when preparing a commercial release).
# pattern file for processing Python files
filepattern=.*\\.py
numpatterns=10
find1=#.*This program is.*
replace1=#
find2=#.*terms of the GNU.*
replace2=#
find3=#.*Free Software Foundation.*
replace3=#
find4=#.*any later version.*
replace4=#
find5=#.*program is distributed in .*
replace5=#
find6=#.*WITHOUT ANY WARRANTY.*
replace6=#
find7=#.*MERCHANTABILITY or FITNESS.*
replace7=#
find8=#.*Public License for more details.*
replace8=#
find9=#.*received a copy .*
replace9=#
find10=#.*along with this program.*
replace10=#