From 2b797b6c2d2861142e79d3aa8cfc04c291358b9f Mon Sep 17 00:00:00 2001
From: The Great Git Migration <tggm@no-reply.drupal.org>
Date: Fri, 25 Feb 2011 02:07:16 +0000
Subject: [PATCH] Stripping CVS keywords

---
 coder.css                             | 1 -
 coder.info                            | 1 -
 coder.js                              | 1 -
 coder.module                          | 1 -
 includes/coder_47.inc                 | 1 -
 includes/coder_50.inc                 | 1 -
 includes/coder_6x.inc                 | 1 -
 includes/coder_comment.inc            | 1 -
 includes/coder_performance.inc        | 1 -
 includes/coder_security.inc           | 1 -
 includes/coder_style.inc              | 1 -
 scripts/coder_format/coder_format.inc | 1 -
 scripts/coder_format/coder_format.php | 1 -
 tests/coder_5x.inc                    | 1 -
 tests/coder_6x.inc                    | 1 -
 tests/coder_style.inc                 | 1 -
 16 files changed, 16 deletions(-)

diff --git a/coder.css b/coder.css
index ded2bac7..e6fe4f59 100644
--- a/coder.css
+++ b/coder.css
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 img.coder {
   padding: 2px;
diff --git a/coder.info b/coder.info
index 8da7caa2..30836bec 100644
--- a/coder.info
+++ b/coder.info
@@ -1,4 +1,3 @@
-; $Id$
 name = Coder
 description = Developer Module that assists with code review and version upgrade
 package = Development
diff --git a/coder.js b/coder.js
index d0859793..b8e842a4 100644
--- a/coder.js
+++ b/coder.js
@@ -1,4 +1,3 @@
-// $Id$
 
 if (Drupal.jsEnabled) {
   jQuery.fn.extend({
diff --git a/coder.module b/coder.module
index 44e78bee..f19b8a9c 100644
--- a/coder.module
+++ b/coder.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /** @file
  * Developer Module that assists with code review and version upgrade that
diff --git a/includes/coder_47.inc b/includes/coder_47.inc
index ad9fae07..2ff87ea4 100644
--- a/includes/coder_47.inc
+++ b/includes/coder_47.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /** @file
  * This include file implements coder functionality for 4.6 -> 4.7 upgrades
diff --git a/includes/coder_50.inc b/includes/coder_50.inc
index 6883d11c..d5dbc63d 100644
--- a/includes/coder_50.inc
+++ b/includes/coder_50.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /** @file
  * This include file implements coder functionality for 4.7 -> 5.0 upgrades
diff --git a/includes/coder_6x.inc b/includes/coder_6x.inc
index 2a598394..5f404b17 100644
--- a/includes/coder_6x.inc
+++ b/includes/coder_6x.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /** @file
  * This include file implements coder functionality for 5.x -> 6.x upgrades
diff --git a/includes/coder_comment.inc b/includes/coder_comment.inc
index c29b8da4..45796829 100644
--- a/includes/coder_comment.inc
+++ b/includes/coder_comment.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$ 
 
 /** @file
  * This include file implements coder functionality for comments
diff --git a/includes/coder_performance.inc b/includes/coder_performance.inc
index 9881f64b..d7eca897 100644
--- a/includes/coder_performance.inc
+++ b/includes/coder_performance.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /** @file
  * This include file implements coder functionality for Performance
diff --git a/includes/coder_security.inc b/includes/coder_security.inc
index 8da60de2..774297b9 100644
--- a/includes/coder_security.inc
+++ b/includes/coder_security.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /** @file
  * This include file implements coder functionality for Drupal Standards
diff --git a/includes/coder_style.inc b/includes/coder_style.inc
index adb59882..7f178d6e 100644
--- a/includes/coder_style.inc
+++ b/includes/coder_style.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /** @file
  * This include file implements coder functionality for Drupal Standards
diff --git a/scripts/coder_format/coder_format.inc b/scripts/coder_format/coder_format.inc
index fec9ab9d..323bea94 100644
--- a/scripts/coder_format/coder_format.inc
+++ b/scripts/coder_format/coder_format.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /**
  * Recursively process .module and .inc files in directory.
diff --git a/scripts/coder_format/coder_format.php b/scripts/coder_format/coder_format.php
index 33ac6dde..87509dc4 100644
--- a/scripts/coder_format/coder_format.php
+++ b/scripts/coder_format/coder_format.php
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /**
  * @file
diff --git a/tests/coder_5x.inc b/tests/coder_5x.inc
index 8ef129dd..7bbea39a 100644
--- a/tests/coder_5x.inc
+++ b/tests/coder_5x.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function coder_node_get_name() {
   node_get_name('name');
diff --git a/tests/coder_6x.inc b/tests/coder_6x.inc
index 3c787494..d5e5fc59 100644
--- a/tests/coder_6x.inc
+++ b/tests/coder_6x.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function this_is_not_a_menu_hook() {
   $items = array();
diff --git a/tests/coder_style.inc b/tests/coder_style.inc
index 5de914d2..f4f14f0f 100644
--- a/tests/coder_style.inc
+++ b/tests/coder_style.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /** @file
  * This include file implements tests for the Drupal Standards
-- 
GitLab