Skip to content

Commit

Permalink
Fix paths to license files
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Jun 13, 2024
1 parent 796a0e4 commit 6d7a2bd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
13 changes: 13 additions & 0 deletions template/LICENSE.jinja
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.
13 changes: 0 additions & 13 deletions template/src/LICENSE.jinja

This file was deleted.

0 comments on commit 6d7a2bd

Please sign in to comment.