Created
August 16, 2021 17:57
-
-
Save topfunky/1f8c90e8b936155584eb673d4f020fc2 to your computer and use it in GitHub Desktop.
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 <[email protected]> | |
# 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