From b3333ec2bf76f1341865b48acb2568983a5367a7 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Sat, 23 Apr 2011 20:28:57 -0400
Subject: [PATCH] - Patch #1110810 by JohnAlbin, TR: CVS $ tag lurks in
 .htaccess file (and other dank corners of Drupal).

---
 .htaccess                                     | 2 --
 modules/simpletest/tests/tablesort.test       | 1 -
 scripts/dump-database-d6.sh                   | 1 -
 themes/engines/phptemplate/phptemplate.engine | 1 -
 4 files changed, 5 deletions(-)

diff --git a/.htaccess b/.htaccess
index 5fed51e0cb28..9494b53b42d7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -135,5 +135,3 @@ DirectoryIndex index.php index.html index.htm
     </FilesMatch>
   </IfModule>
 </IfModule>
-
-# $Id$
diff --git a/modules/simpletest/tests/tablesort.test b/modules/simpletest/tests/tablesort.test
index 3462ce33e85c..9c068f861459 100644
--- a/modules/simpletest/tests/tablesort.test
+++ b/modules/simpletest/tests/tablesort.test
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /**
  * @file
diff --git a/scripts/dump-database-d6.sh b/scripts/dump-database-d6.sh
index 23e3fca8cfdb..41146b075c21 100644
--- a/scripts/dump-database-d6.sh
+++ b/scripts/dump-database-d6.sh
@@ -33,7 +33,6 @@
 // Output the PHP header.
 $output = <<<ENDOFHEADER
 <?php
-// \$Id\$
 
 /**
  * @file
diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine
index 78b54d513f4c..d293b85c7e71 100644
--- a/themes/engines/phptemplate/phptemplate.engine
+++ b/themes/engines/phptemplate/phptemplate.engine
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /**
  * @file
-- 
GitLab