Index: index.php =================================================================== RCS file: /cvs/drupal/drupal/index.php,v retrieving revision 1.93 diff -u -p -r1.93 index.php --- index.php 6 Apr 2007 13:27:20 -0000 1.93 +++ index.php 9 Sep 2007 16:52:25 -0000 @@ -7,6 +7,22 @@ * * 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 as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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/copyleft/gpl.html */ require_once './includes/bootstrap.inc';