summaryrefslogtreecommitdiff
path: root/footer.php
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2008-02-17 02:28:16 +0000
committerNathan Kinkade <nath@nkinka.de>2008-02-17 02:28:16 +0000
commit56706868a99a37b62c1cae724d129be4dca6f99c (patch)
tree411d18f8b35b85542da6931c78c0d1a12ae99180 /footer.php
parentc6205409490b75ec36093708a313edac6daa9d4a (diff)
Add license information to PHP files
Diffstat (limited to 'footer.php')
-rw-r--r--footer.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/footer.php b/footer.php
index fba4055..0193f5b 100644
--- a/footer.php
+++ b/footer.php
@@ -1,5 +1,13 @@
<?php
+/**
+ * Copyright (c) 2007 Nathan Kinkade
+ *
+ * This code is offered under an MIT (X11) license. For more information
+ * about the terms of this license see the file LICENSE included with this
+ * software or visit: http://www.opensource.org/licenses/mit-license.php
+ */
+
# grab the page
$smarty->assign("footer", $smarty->fetch("footer.tpl"));