Add Mozilla Public License
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# Download the Mozilla Public License 2.0 and commit it to the current repository. | |
# | |
# Author: Geoffrey Grosenbach <geoffrey@hashicorp.com> | |
# Date: August 16, 2021 | |
curl https://www.mozilla.org/media/MPL/2.0/index.48a3fe23ed13.txt -o LICENSE.txt | |
git add LICENSE.txt | |
git commit -m "Add Mozilla Public License 2.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment