A command line tool for fetching licenses
git clone https://github.com/swarley/copyup
cd copyup
cargo install --path .cargo install copyupObtain the file relevant to you from releases
# download the MIT license to `LICENSE'
copyup mit
# output to stdout
copyup gpl-3.0 -s
# specify output path
copyup mit -o MIT.license
# view a list of all available licenses
copyup -lLicenses names are all based on SPDX identifiers and are not case sensitive.
Bug reports and pull requests are welcome on GitHub at https://github.com/swarley/copyup.
The app is available as open source under the terms of the MIT License.