summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2008-02-17 02:32:00 +0000
committerNathan Kinkade <nath@nkinka.de>2008-02-17 02:32:00 +0000
commit30a1b89857d8cbb613b91ac8d6b17f6b857d8d97 (patch)
tree7fc3e77290d07a746f2f40a0f5f08705fbcfadb5 /config.php-dist
parente4e55705cd2dbeecd9e624e6f2bc0bba28904eb0 (diff)
Added licensing info to config.php-dist
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 7725397..f1ecd93 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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
+ */
+
# establish an error reporting level suitable for the site
#error_reporting (0); # don't show any errors
error_reporting(E_ALL); # show all errors