summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-12-26 08:46:48 +0000
committerDries Buytaert <dries@buytaert.net>2007-12-26 08:46:48 +0000
commit362cade1f290a4073464747b4b1442a76b2ac1f9 (patch)
tree9b2e5fe7320b7ec07fd4225f1d3b4d6e553f6de0 /index.php
parent27b7db8d7783c2b403d7e0d19e29e0c6009b21c5 (diff)
downloadbrdo-362cade1f290a4073464747b4b1442a76b2ac1f9.tar.gz
brdo-362cade1f290a4073464747b4b1442a76b2ac1f9.tar.bz2
- Patch #174226 by keith.smith, pwolanin et al al -- and greatly simplified by me: added a copyright notice.
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index 00d35d180..4fef70c94 100644
--- a/index.php
+++ b/index.php
@@ -7,6 +7,9 @@
*
* The routines here dispatch control to the appropriate handler, which then
* prints the appropriate page.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt.
*/
require_once './includes/bootstrap.inc';