Skip to content

Instantly share code, notes, and snippets.

@topfunky
Created August 16, 2021 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topfunky/1f8c90e8b936155584eb673d4f020fc2 to your computer and use it in GitHub Desktop.
Save topfunky/1f8c90e8b936155584eb673d4f020fc2 to your computer and use it in GitHub Desktop.
Add Mozilla Public License
#!/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