diff --git a/README.txt b/README.txt index ff49358f64f1f7ecfc6c924d5a9f132dae4798fe..a2e1ededea7482937857a0488227c42b8fe785f2 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,3 @@ -/* $Id$ */ Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can diff --git a/coder.css b/coder.css index ded2bac7124452149b3c93f707d05a4fc3ded149..e6fe4f59d38d5064b6dddc115dc001ca7508006a 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 8da7caa2b5e9ba8209eef0dceb7df188560dfd3a..30836bec7cc1da13836165993ce07566b52aaecf 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.install b/coder.install index 994b2e52f347ac7811fb1b25b3750058dbf2ce24..68459c39fb484e450f592161fd0bb033d93b863e 100644 --- a/coder.install +++ b/coder.install @@ -1,5 +1,4 @@ <?php -// $Id$ function coder_uninstall() { variable_del('coder_cache'); diff --git a/coder.js b/coder.js index d085979370acab9178ed03695bdadeca3deb29c5..b8e842a4cad03836bcfc59c41f443c3afb221367 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 c09ea6c7def3ac99fb1695502d5b8f1a97f1244d..392946cc9b4e937abc7f93a7f35d614b0e920d86 100644 --- a/coder.module +++ b/coder.module @@ -1,5 +1,4 @@ <?php -// $Id$ if (module_exists('drush')) { include(drupal_get_path('module', 'coder') .'/coder.drush.inc'); diff --git a/includes/coder_47.inc b/includes/coder_47.inc index 483851f6df7668db62cabf39796481d336134c2b..e0a71da07de644c3096622f4e2c68f8debb17ca1 100644 --- a/includes/coder_47.inc +++ b/includes/coder_47.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/includes/coder_50.inc b/includes/coder_50.inc index a18b4a929a58f95aa37394fcf944026dcb5dc751..1d5991639da0e2dc5c3be2e6fea52ad45d001487 100644 --- a/includes/coder_50.inc +++ b/includes/coder_50.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/includes/coder_6x.inc b/includes/coder_6x.inc index 3e436d4c837ccd636772059ae194cfdd7abc8aa7..a7f274380805b9cdf71079dab5261641ded23934 100644 --- a/includes/coder_6x.inc +++ b/includes/coder_6x.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/includes/coder_comment.inc b/includes/coder_comment.inc index aee6cc2739931e21ab382f4a2b4cbd4af46a3d38..11b2627637bd4045cc513412786c0e5e55456ce3 100644 --- a/includes/coder_comment.inc +++ b/includes/coder_comment.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/includes/coder_security.inc b/includes/coder_security.inc index 8a774546e8fee6403811f09de8a1d94aa561af64..5fa8b27098305d1eacccb5c69f9c2d767ea24469 100644 --- a/includes/coder_security.inc +++ b/includes/coder_security.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/includes/coder_sql.inc b/includes/coder_sql.inc index 3a524e60b2335d9ed7135118dcfd14bad4b81461..88cbabf5c214662556f21f4af45a16bb980a2782 100644 --- a/includes/coder_sql.inc +++ b/includes/coder_sql.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/includes/coder_style.inc b/includes/coder_style.inc index e28934eda56b4c2cc8502fcc82066e3a68d9a419..134bb0cc1bdd524a7cece0f14a8363292c744412 100644 --- a/includes/coder_style.inc +++ b/includes/coder_style.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/scripts/coder_format/CHANGELOG.txt b/scripts/coder_format/CHANGELOG.txt index ac77a9df829181b92d51b8bae26154b8432f0f09..5159804acf15ebb05254909a9734ea7f6f03c774 100644 --- a/scripts/coder_format/CHANGELOG.txt +++ b/scripts/coder_format/CHANGELOG.txt @@ -1,4 +1,3 @@ -// $Id$ Coder_format x.x-x.x, xxxx-xx-xx -------------------------------- diff --git a/scripts/coder_format/README.txt b/scripts/coder_format/README.txt index d018db95d2b03e0d3d660ef06e82ff8d3c73b4ca..1698770b581574587ca1b1d3343bb41d6c1ef3ac 100644 --- a/scripts/coder_format/README.txt +++ b/scripts/coder_format/README.txt @@ -1,4 +1,3 @@ -/* $Id$ */ -- SUMMARY -- diff --git a/scripts/coder_format/coder_format.inc b/scripts/coder_format/coder_format.inc index f2cf6bf351bc5abf01303f5344a7655dc8b6fcd0..72c133ed0da43a66ae986b318006e27ff3f5f20c 100644 --- a/scripts/coder_format/coder_format.inc +++ b/scripts/coder_format/coder_format.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** diff --git a/scripts/coder_format/coder_format.php b/scripts/coder_format/coder_format.php index 74c302dca7c400d7ec86c9f36798984731d67ecb..1f179919913837a399a6f8df4c06cb89475d0957 100644 --- a/scripts/coder_format/coder_format.php +++ b/scripts/coder_format/coder_format.php @@ -1,5 +1,4 @@ <?php -// $Id$ /** diff --git a/tests/coder_5x.inc b/tests/coder_5x.inc index 8ef129ddf3a4fb3e9371ee616c9e43772b11d059..7bbea39a36eeb9f7b915bb76fd73fd972d3a8216 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 e0dd0e6220e91cc68aa07ff9ee63451323129384..e7e700ff9aa68df09c4b0dd754e8e58ed015b878 100644 --- a/tests/coder_6x.inc +++ b/tests/coder_6x.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/tests/coder_comment.inc b/tests/coder_comment.inc index a6cb74a663f88c620a46134779f383cad4cc7689..b23b838ab747c927bd6536bf1862cfcbd7886121 100644 --- a/tests/coder_comment.inc +++ b/tests/coder_comment.inc @@ -1,8 +1,6 @@ <?php /* $Id .... $ */ // $Id ....$ -// $Id$ -// $Id$ ok /** * @file * This file implements tests for the Drupal commenting standards. diff --git a/tests/coder_sql.inc b/tests/coder_sql.inc index b6008c44fcb404556af743bc9a4584fd4885e1f2..38f765d85046e1386dc3d80e9da741890bb4d9c2 100644 --- a/tests/coder_sql.inc +++ b/tests/coder_sql.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/tests/coder_style.inc b/tests/coder_style.inc index d4b72bc1bd87001cd6255fa1710dfa304a094fdf..61d0e02b5b7f5c63ef47437b106561b837074388 100644 --- a/tests/coder_style.inc +++ b/tests/coder_style.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file