? gpl_notice_6.patch
? gpl_notice_7.patch
? sites/all/modules
? sites/all/themes
? sites/default/settings.php
Index: COPYRIGHT.txt
===================================================================
RCS file: COPYRIGHT.txt
diff -N COPYRIGHT.txt
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ COPYRIGHT.txt	22 Dec 2007 17:53:51 -0000
@@ -0,0 +1,45 @@
+// $Id$
+
+All Drupal code is Copyright 2001 - 2008 by the Drupal project 
+contributors listed in MAINTAINERS.txt and as outlined below
+(under the heading "Drupal project 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.
+ 
+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 as the file LICENSE.txt; if not, please see
+http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
+ 
+Drupal project contributors
+---------------------------
+The Drupal project code is hosted in the Drupal CVS repository. The 
+copyright holders (contributors) are indicated in the CVS log messages
+(and linked issues) available at http://drupal.org/project/cvs/3060.
+ 
+Contributed projects available
+through drupal.org
+----------------------------
+Contributed modules, themes, and other code distributed by drupal.org
+and hosted in the drupal-contrib CVS repository are copyrighted by their
+original authors.
+
+Included works
+----------------------------
+Drupal includes works under other copyright notices and distributed
+according to the terms of the GNU General Public License or a compatible
+license, including:
+
+     jQuery 1.2.1 - New Wave Javascript
+     Copyright (c) 2007 John Resig (jqery.com)
+     Dual licensed under the MIT and GPL licenses.
+
+Trademark
+---------------------------
+Drupal is a registered trademark of Dries Buytaert.
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	22 Dec 2007 17:53:51 -0000
@@ -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';
