summaryrefslogtreecommitdiff
path: root/includes/foot.php
blob: 4812bb8e908a622e93b0e9ab97aeaf811981244e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</article>
<hr />

<footer>
	<p>
		&copy; 2019-<?php printf('%s', date('Y')); ?> Adam Carpenter
		<br>
		Content licensed under the <a target="_blank" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
		<br>
		Source code licensed under the <a target="_blank" href="https://opensource.org/licenses/BSD-3-Clause"> BSD 3-Clause license</a>, unless otherwise stated.
	</p>
</footer>

</body>

</html>