-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
796a0e4
commit 6d7a2bd
Showing
7 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{%- if license == "MIT" -%} | ||
{%- include 'template/licenses/MIT.jinja' %} | ||
{%- elif license == "BSD-3" -%} | ||
{%- include 'template/licenses/BSD-3.jinja' %} | ||
{%- elif license == "GNU GPL v3.0" -%} | ||
{%- include 'template/licenses/GPL-3.jinja' %} | ||
{%- elif license == "GNU LGPL v3.0" -%} | ||
{%- include 'template/licenses/LGPL-3.jinja' %} | ||
{%- elif license == "Apache Software License 2.0" -%} | ||
{%- include 'template/licenses/Apache-2.jinja' %} | ||
{%- elif license == "Mozilla Public License 2.0" -%} | ||
{%- include 'template/licenses/MPL-2.jinja' %} | ||
{%- endif -%} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.