Index: index.php
===================================================================
RCS file: /cvs/drupal/drupal/index.php,v
retrieving revision 1.93
diff -u -r1.93 index.php
--- index.php   6 Apr 2007 13:27:20 -0000       1.93
+++ index.php   14 Sep 2007 17:40:34 -0000
@@ -7,6 +7,21 @@
  *
  * The routines here dispatch control to the appropriate handler, which then
  * prints the appropriate page.
+ *
+ * All Drupal code is Copyright (C) 2007 by the individual contributors
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, please see
+ * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  */
 
 require_once './includes/bootstrap.inc';
