commit d8fb8dc6f4692537469085a6155edd0298259a54
parent 5d047131d4965880e9848777d640659a8ea7aaaa
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 9 Aug 2019 23:15:35 -0400
Add period to end of gpl sentence in footer
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/footer.html b/build/footer.html
@@ -20,7 +20,7 @@
All content on this website is licensed under the
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0 International License</a>.
All code for this website is licensed under the
- <a href="https://www.gnu.org/licenses/gpl.txt">GNU GPL-3.0-or-later</a>
+ <a href="https://www.gnu.org/licenses/gpl.txt">GNU GPL-3.0-or-later</a>.
</p>
</div>
</body>