All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fracpete.removegpl.template.props Maven / Gradle / Ivy

Go to download

Command-line tool for removing the GPL preamble from source code files (eg when preparing a commercial release).

There is a newer version: 0.0.3
Show newest version
# Template file for patterns

# the regular expression that the files must match in order to get processed
filepattern=.*\.txt

# the number of find/replace patterns (indexing starts at 1)
numpatterns=1

# the 1st find pattern
find1=.*This program is.*

# the 1st replace pattern
replace1=




© 2015 - 2024 Weber Informatics LLC | Privacy Policy