? drupal-document-schema-164983-35.patch
? drupal-document-schema-164983-37.patch
? files
? filter_titles_2.patch
? gpl_notice_4.patch
? gpl_notice_5.patch
? sites/all/modules
? 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	16 Sep 2007 18:18:17 -0000
@@ -0,0 +1,27 @@
+All Drupal code is Copyright (C) 2001 - 2007 by the individual 
+contributors (see below).
+ 
+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/copyleft/gpl.html
+ 
+Drupal project contributors
+---------------------------
+The Drupal project code is hosted in the drupal CVS repository.  The 
+contributors are indicated in the CVS log messages and linked issues at:
+http://drupal.org/project/cvs/3060
+ 
+Other projects' contributors
+----------------------------
+Modules, themes, and other code distributed by drupal.org and hosted in the
+drupal-contrib CVS repository are copyright by the original authors.
+ 
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	16 Sep 2007 18:18:17 -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';
Index: modules/aggregator/aggregator.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.module,v
retrieving revision 1.357
diff -u -p -r1.357 aggregator.module
--- modules/aggregator/aggregator.module	13 Sep 2007 08:02:38 -0000	1.357
+++ modules/aggregator/aggregator.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Used to aggregate syndicated content (RSS, RDF, and Atom).
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/block/block.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/block/block.module,v
retrieving revision 1.277
diff -u -p -r1.277 block.module
--- modules/block/block.module	1 Sep 2007 05:31:09 -0000	1.277
+++ modules/block/block.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Controls the boxes that are displayed around the main content.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
@@ -511,4 +514,4 @@ function _block_get_cache_id($block) {
 
     return implode(':', $cid_parts);
   }
-}
\ No newline at end of file
+}
Index: modules/blog/blog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v
retrieving revision 1.285
diff -u -p -r1.285 blog.module
--- modules/blog/blog.module	12 Aug 2007 15:55:35 -0000	1.285
+++ modules/blog/blog.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Enables keeping an easily and regularly updated web page or a blog.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/blogapi/blogapi.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/blogapi/blogapi.module,v
retrieving revision 1.108
diff -u -p -r1.108 blogapi.module
--- modules/blogapi/blogapi.module	5 Sep 2007 08:42:01 -0000	1.108
+++ modules/blogapi/blogapi.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Enable users to post using applications that support XML-RPC blog APIs.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/book/book.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/book/book.module,v
retrieving revision 1.442
diff -u -p -r1.442 book.module
--- modules/book/book.module	11 Sep 2007 17:35:58 -0000	1.442
+++ modules/book/book.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Allows users to structure the pages of a site in a hierarchy or outline.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/color/color.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/color/color.module,v
retrieving revision 1.24
diff -u -p -r1.24 color.module
--- modules/color/color.module	6 Aug 2007 12:54:39 -0000	1.24
+++ modules/color/color.module	16 Sep 2007 18:18:17 -0000
@@ -2,6 +2,14 @@
 // $Id: color.module,v 1.24 2007/08/06 12:54:39 goba Exp $
 
 /**
+ * @file
+ * An interactive color-picker.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
+ */
+
+/**
  * Implementation of hook_theme()
  */
 function color_theme() {
Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.583
diff -u -p -r1.583 comment.module
--- modules/comment/comment.module	11 Sep 2007 14:50:04 -0000	1.583
+++ modules/comment/comment.module	16 Sep 2007 18:18:17 -0000
@@ -8,6 +8,9 @@
  * When enabled, the Drupal comment module creates a discussion
  * board for each Drupal node. Users can post comments to discuss
  * a forum topic, weblog post, story, collaborative book page, etc.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/contact/contact.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/contact/contact.module,v
retrieving revision 1.97
diff -u -p -r1.97 contact.module
--- modules/contact/contact.module	16 Jul 2007 06:37:49 -0000	1.97
+++ modules/contact/contact.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Enables the use of personal and site-wide contact forms.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/dblog/dblog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/dblog/dblog.module,v
retrieving revision 1.14
diff -u -p -r1.14 dblog.module
--- modules/dblog/dblog.module	22 Jul 2007 06:51:47 -0000	1.14
+++ modules/dblog/dblog.module	16 Sep 2007 18:18:17 -0000
@@ -10,6 +10,9 @@
  * warnings, and similar operational information.
  *
  * @see watchdog().
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/drupal/drupal.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/drupal/drupal.module,v
retrieving revision 1.149
diff -u -p -r1.149 drupal.module
--- modules/drupal/drupal.module	21 Aug 2007 08:15:59 -0000	1.149
+++ modules/drupal/drupal.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Lets users log in using a Drupal ID and can notify a central server about your site.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/filter/filter.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/filter/filter.module,v
retrieving revision 1.187
diff -u -p -r1.187 filter.module
--- modules/filter/filter.module	14 Sep 2007 12:17:58 -0000	1.187
+++ modules/filter/filter.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Framework for handling filtering of content.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 // This is a special format ID which means "use the default format". This value
Index: modules/forum/forum.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/forum/forum.module,v
retrieving revision 1.419
diff -u -p -r1.419 forum.module
--- modules/forum/forum.module	10 Sep 2007 08:06:59 -0000	1.419
+++ modules/forum/forum.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Enable threaded discussions about general topics.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/help/help.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/help/help.module,v
retrieving revision 1.76
diff -u -p -r1.76 help.module
--- modules/help/help.module	19 Aug 2007 09:27:24 -0000	1.76
+++ modules/help/help.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Manages displaying online help.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/locale/locale.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/locale/locale.module,v
retrieving revision 1.192
diff -u -p -r1.192 locale.module
--- modules/locale/locale.module	14 Sep 2007 18:05:33 -0000	1.192
+++ modules/locale/locale.module	16 Sep 2007 18:18:17 -0000
@@ -10,6 +10,9 @@
  *   can be displayed in different languages, as well as nodes can have languages
  *   assigned. The setup of languages and translations is completely web based.
  *   Gettext portable object files are supported.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/menu/menu.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/menu/menu.module,v
retrieving revision 1.143
diff -u -p -r1.143 menu.module
--- modules/menu/menu.module	30 Aug 2007 16:26:48 -0000	1.143
+++ modules/menu/menu.module	16 Sep 2007 18:18:17 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Allows administrators to customize the site navigation menu.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.882
diff -u -p -r1.882 node.module
--- modules/node/node.module	14 Sep 2007 09:37:29 -0000	1.882
+++ modules/node/node.module	16 Sep 2007 18:18:17 -0000
@@ -5,6 +5,9 @@
  * @file
  * The core that allows content to be submitted to the site. Modules and scripts may
  * programmatically submit nodes using the usual form API pattern.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 define('NODE_NEW_LIMIT', time() - 30 * 24 * 60 * 60);
Index: modules/openid/openid.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/openid/openid.module,v
retrieving revision 1.5
diff -u -p -r1.5 openid.module
--- modules/openid/openid.module	12 Sep 2007 11:32:06 -0000	1.5
+++ modules/openid/openid.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Implement OpenID Relying Party support for Drupal
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/path/path.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/path/path.module,v
retrieving revision 1.131
diff -u -p -r1.131 path.module
--- modules/path/path.module	12 Aug 2007 16:34:56 -0000	1.131
+++ modules/path/path.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Enables users to rename URLs.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/php/php.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/php/php.module,v
retrieving revision 1.2
diff -u -p -r1.2 php.module
--- modules/php/php.module	30 Jun 2007 19:46:57 -0000	1.2
+++ modules/php/php.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Additional filter for PHP input.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 
Index: modules/ping/ping.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/ping/ping.module,v
retrieving revision 1.49
diff -u -p -r1.49 ping.module
--- modules/ping/ping.module	12 Aug 2007 15:55:36 -0000	1.49
+++ modules/ping/ping.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Alerts other sites that your site has been updated.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/poll/poll.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/poll/poll.module,v
retrieving revision 1.242
diff -u -p -r1.242 poll.module
--- modules/poll/poll.module	6 Sep 2007 12:18:01 -0000	1.242
+++ modules/poll/poll.module	16 Sep 2007 18:18:18 -0000
@@ -5,6 +5,9 @@
  * @file
  * Enables your site to capture votes on different topics in the form of multiple
  * choice questions.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/profile/profile.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/profile/profile.module,v
retrieving revision 1.219
diff -u -p -r1.219 profile.module
--- modules/profile/profile.module	5 Sep 2007 18:11:27 -0000	1.219
+++ modules/profile/profile.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Support for configurable user profiles.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/search/search.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/search/search.module,v
retrieving revision 1.235
diff -u -p -r1.235 search.module
--- modules/search/search.module	5 Sep 2007 08:39:57 -0000	1.235
+++ modules/search/search.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Enables site-wide keyword searching.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/statistics/statistics.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/statistics/statistics.module,v
retrieving revision 1.266
diff -u -p -r1.266 statistics.module
--- modules/statistics/statistics.module	23 Aug 2007 16:34:44 -0000	1.266
+++ modules/statistics/statistics.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Logs access statistics for your site.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/syslog/syslog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/syslog/syslog.module,v
retrieving revision 1.9
diff -u -p -r1.9 syslog.module
--- modules/syslog/syslog.module	4 Jul 2007 21:35:24 -0000	1.9
+++ modules/syslog/syslog.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Redirects logging messages to syslog.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 if (defined('LOG_LOCAL0')) {
Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.531
diff -u -p -r1.531 system.module
--- modules/system/system.module	15 Sep 2007 07:33:46 -0000	1.531
+++ modules/system/system.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Configuration system that lets administrators modify the workings of the site.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 define('VERSION', '6.0-dev');
Index: modules/taxonomy/taxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v
retrieving revision 1.382
diff -u -p -r1.382 taxonomy.module
--- modules/taxonomy/taxonomy.module	13 Sep 2007 07:54:27 -0000	1.382
+++ modules/taxonomy/taxonomy.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Enables the organization of content into categories.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/throttle/throttle.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/throttle/throttle.module,v
retrieving revision 1.81
diff -u -p -r1.81 throttle.module
--- modules/throttle/throttle.module	22 Aug 2007 13:35:02 -0000	1.81
+++ modules/throttle/throttle.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Allows configuration of congestion control auto-throttle mechanism.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 function throttle_menu() {
Index: modules/tracker/tracker.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/tracker/tracker.module,v
retrieving revision 1.151
diff -u -p -r1.151 tracker.module
--- modules/tracker/tracker.module	23 Aug 2007 16:01:01 -0000	1.151
+++ modules/tracker/tracker.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Enables tracking of recent posts for users.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/translation/translation.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/translation/translation.module,v
retrieving revision 1.13
diff -u -p -r1.13 translation.module
--- modules/translation/translation.module	5 Sep 2007 08:42:02 -0000	1.13
+++ modules/translation/translation.module	16 Sep 2007 18:18:18 -0000
@@ -18,6 +18,9 @@
  *      of the source post.
  *    - 'translate' is a flag, either indicating that the translation
  *      is up to date (0) or needs to be updated (1).
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/trigger/trigger.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/trigger/trigger.module,v
retrieving revision 1.1
diff -u -p -r1.1 trigger.module
--- modules/trigger/trigger.module	11 Sep 2007 14:50:05 -0000	1.1
+++ modules/trigger/trigger.module	16 Sep 2007 18:18:18 -0000
@@ -5,6 +5,9 @@
  * @file
  * Enables functions to be stored and executed at a later time when
  * triggered by other modules or by one of Drupal's core API hooks.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/update/update.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.module,v
retrieving revision 1.1
diff -u -p -r1.1 update.module
--- modules/update/update.module	11 Jul 2007 15:15:40 -0000	1.1
+++ modules/update/update.module	16 Sep 2007 18:18:18 -0000
@@ -7,6 +7,9 @@
  * any installed contributed modules and themes. It warns site administrators
  * if newer releases are available via the system status report
  * (admin/logs/status), the module and theme pages, and optionally via email.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/upload/upload.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/upload/upload.module,v
retrieving revision 1.182
diff -u -p -r1.182 upload.module
--- modules/upload/upload.module	12 Sep 2007 18:29:32 -0000	1.182
+++ modules/upload/upload.module	16 Sep 2007 18:18:18 -0000
@@ -5,6 +5,8 @@
  * @file
  * File-handling and attaching files to nodes.
  *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 /**
Index: modules/user/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.848
diff -u -p -r1.848 user.module
--- modules/user/user.module	14 Sep 2007 17:38:08 -0000	1.848
+++ modules/user/user.module	16 Sep 2007 18:18:18 -0000
@@ -4,6 +4,9 @@
 /**
  * @file
  * Enables the user registration and login system.
+ *
+ * All Drupal code is released under the GNU General Public License.
+ * See COPYRIGHT.txt and LICENSE.txt
  */
 
 define('USERNAME_MAX_LENGTH', 60);
