Index: README.txt
===================================================================
RCS file: README.txt
diff -N README.txt
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ README.txt	25 Jan 2008 23:01:54 -0000
@@ -0,0 +1,8 @@
+// $Id$
+
+Please read COPYRIGHT.txt and LICENSE.txt before installing or using Drupal.
+
+Documentation on installation, upgrades, and version-specific changes is located 
+in the directory:
+
+  sites/default
Index: sites/.htaccess
===================================================================
RCS file: sites/.htaccess
diff -N sites/.htaccess
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sites/.htaccess	25 Jan 2008 23:01:54 -0000
@@ -0,0 +1,10 @@
+#
+# Apache/PHP/Drupal settings:
+#
+
+# Protect text files that reveal version information from prying eyes.
+<FilesMatch "^(CHANGELOG|README|INSTALL|MAINTAINERS).*\.txt$">
+  Deny from All
+</FilesMatch>
+
+# $Id$
