Skip to content

Commit 6a6cce6

Browse files
Updated footer to reflect that this project is MIT licensed (and has been all along)
1 parent 68cde75 commit 6a6cce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row">
44
<!-- Copyright Information -->
55
<div class="col-md-4 text-md-start mb-3 mb-md-0 d-flex flex-column justify-content-end">
6-
<p class="mb-0">Created by Promptly Technologies, LLC and released under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html#license-text">GPLv3 License</a>.</p>
6+
<p class="mb-0">Created by Promptly Technologies, LLC and released under the <a href="https://opensource.org/license/mit">MIT License</a>.</p>
77
</div>
88

99
<!-- Quick Links -->

0 commit comments

Comments
 (0)