Index: CHANGELOG.txt
===================================================================
RCS file: /cvs/drupal/drupal/CHANGELOG.txt,v
retrieving revision 1.249
diff -u -p -r1.249 CHANGELOG.txt
--- CHANGELOG.txt	21 Jan 2008 16:30:37 -0000	1.249
+++ CHANGELOG.txt	26 Jan 2008 14:36:37 -0000
@@ -1,5 +1,10 @@
+<?php
 // $Id: CHANGELOG.txt,v 1.249 2008/01/21 16:30:37 goba Exp $
 
+// To restricted direct access
+die('Restricted Access'); 
+?>
+
 Drupal 6.0, xxxx-xx-xx (development version)
 ----------------------
 - New, faster and better menu system.
Index: COPYRIGHT.txt
===================================================================
RCS file: /cvs/drupal/drupal/COPYRIGHT.txt,v
retrieving revision 1.2
diff -u -p -r1.2 COPYRIGHT.txt
--- COPYRIGHT.txt	26 Dec 2007 19:02:23 -0000	1.2
+++ COPYRIGHT.txt	26 Jan 2008 14:36:37 -0000
@@ -1,5 +1,10 @@
+<?php
 // $Id: COPYRIGHT.txt,v 1.2 2007/12/26 19:02:23 dries Exp $
 
+// To restricted direct access
+die('Restricted Access'); 
+?>
+
 All Drupal code is Copyright 2001 - 2008 by the original authors.
 
 This program is free software; you can redistribute it and/or modify
Index: INSTALL.mysql.txt
===================================================================
RCS file: /cvs/drupal/drupal/INSTALL.mysql.txt,v
retrieving revision 1.10
diff -u -p -r1.10 INSTALL.mysql.txt
--- INSTALL.mysql.txt	19 Nov 2007 19:53:51 -0000	1.10
+++ INSTALL.mysql.txt	26 Jan 2008 14:36:37 -0000
@@ -1,5 +1,10 @@
+<?php
 // $Id: INSTALL.mysql.txt,v 1.10 2007/11/19 19:53:51 goba Exp $
 
+// To restricted direct access
+die('Restricted Access'); 
+?>
+
 CREATE THE MySQL DATABASE
 --------------------------
 
Index: INSTALL.pgsql.txt
===================================================================
RCS file: /cvs/drupal/drupal/INSTALL.pgsql.txt,v
retrieving revision 1.7
diff -u -p -r1.7 INSTALL.pgsql.txt
--- INSTALL.pgsql.txt	26 Nov 2007 16:36:42 -0000	1.7
+++ INSTALL.pgsql.txt	26 Jan 2008 14:36:37 -0000
@@ -1,5 +1,10 @@
+<?php
 // $Id: INSTALL.pgsql.txt,v 1.7 2007/11/26 16:36:42 dries Exp $
 
+// To restricted direct access
+die('Restricted Access'); 
+?>
+
 CREATE THE PostgreSQL DATABASE
 ------------------------------
 
Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal/drupal/INSTALL.txt,v
retrieving revision 1.59
diff -u -p -r1.59 INSTALL.txt
--- INSTALL.txt	25 Jan 2008 21:17:50 -0000	1.59
+++ INSTALL.txt	26 Jan 2008 14:36:38 -0000
@@ -1,5 +1,10 @@
+<?php
 // $Id: INSTALL.txt,v 1.59 2008/01/25 21:17:50 goba Exp $
 
+// To restricted direct access
+die('Restricted Access'); 
+?>
+
 CONTENTS OF THIS FILE
 ---------------------
 
Index: MAINTAINERS.txt
===================================================================
RCS file: /cvs/drupal/drupal/MAINTAINERS.txt,v
retrieving revision 1.18
diff -u -p -r1.18 MAINTAINERS.txt
--- MAINTAINERS.txt	3 Oct 2007 17:17:25 -0000	1.18
+++ MAINTAINERS.txt	26 Jan 2008 14:36:38 -0000
@@ -1,5 +1,10 @@
+<?php
 // $Id: MAINTAINERS.txt,v 1.18 2007/10/03 17:17:25 dries Exp $
 
+// To restricted direct access
+die('Restricted Access'); 
+?>
+
 List of maintainers
 --------------------------------------------------------------------------------
 
Index: UPGRADE.txt
===================================================================
RCS file: /cvs/drupal/drupal/UPGRADE.txt,v
retrieving revision 1.12
diff -u -p -r1.12 UPGRADE.txt
--- UPGRADE.txt	4 Jan 2008 16:15:58 -0000	1.12
+++ UPGRADE.txt	26 Jan 2008 14:36:38 -0000
@@ -1,5 +1,10 @@
+<?php
 // $Id: UPGRADE.txt,v 1.12 2008/01/04 16:15:58 goba Exp $
 
+// To restricted direct access
+die('Restricted Access'); 
+?>
+
 UPGRADING
 ---------
 
