diff --git a/INSTALL b/INSTALL
index d2b17cba4c37f4a3e4550e8ced5532a39bb328bc..861f9c5dcc6df801319fe982cd951a8c2059ea05 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,3 @@
-// $Id$
 
 REQUIREMENTS
 ------------
diff --git a/cron.php b/cron.php
index a65351ae106cd51605890eff1fb5fa1bea63994a..1f70b1cba24be89f6dfe57dd60794f6b9015195e 100644
--- a/cron.php
+++ b/cron.php
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 include_once "includes/common.inc";
 
diff --git a/error.php b/error.php
index 0433593d595bf7847af97a292876370e5f575332..06fcd87b9c3c2b4f9b45b7da259d19b389313a5b 100644
--- a/error.php
+++ b/error.php
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 include_once "includes/common.inc";
 
diff --git a/includes/common.inc b/includes/common.inc
index aa554eb2fdef70fadb8ad3c533670ffe358556f5..a53ece7c79d3905b51a86f40e763af3c2b463fe1 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function conf_init() {
 
diff --git a/includes/conf.php b/includes/conf.php
index 9d08aa61ba64cd6165dd0d786f5edc974f9c979c..e15303bfeeb3c069e590da6b524d17114c39def4 100644
--- a/includes/conf.php
+++ b/includes/conf.php
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 #
 # Database settings:
diff --git a/includes/database.inc b/includes/database.inc
index 52851a6b7305b3fcb0187864e5cecc48932dd148..3e60901f5d1c840946ffaad4360b95d8c018e653 100644
--- a/includes/database.inc
+++ b/includes/database.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function db_prefix_tables($sql) {
   global $db_prefix;
diff --git a/includes/database.mysql.inc b/includes/database.mysql.inc
index 7b5dabb8439231531c010fab10d5bf1c31f696b9..d47f2bb79337dd9306a2abc5504499492dd1cd64 100644
--- a/includes/database.mysql.inc
+++ b/includes/database.mysql.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function db_connect($url) {
   $url = parse_url($url);
diff --git a/includes/database.pear.inc b/includes/database.pear.inc
index c0cd965ea4be10903a758fd6b5ea7cf4d3448ef0..b49a13f7026de7a0e6e6b899a197dc22f2579c0a 100644
--- a/includes/database.pear.inc
+++ b/includes/database.pear.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 require_once 'DB.php';
 
diff --git a/includes/menu.inc b/includes/menu.inc
index 7cb17459a4e9f51d90db1606121ea662ac5c447d..65b9c4730c9c525fe5594b103bfcbb4a82c68234 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /**
  * Register a menu item with the menu system.
diff --git a/includes/module.inc b/includes/module.inc
index e80384343e615e43cfd3f0fca2387c06ff8a3c52..b3a267a8ad5f0c42cbf90eae2ff8575776add969 100644
--- a/includes/module.inc
+++ b/includes/module.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 // initialize modules:
 function module_init() {
diff --git a/includes/pager.inc b/includes/pager.inc
index 372cb6846e1c53b0d247052717cdf8c3a4bc220a..8350c6e957b050b7b978778801468e07c033ec64 100644
--- a/includes/pager.inc
+++ b/includes/pager.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /* ***************************************************
  *            external functions (API)
diff --git a/includes/tablesort.inc b/includes/tablesort.inc
index e73a973f6b10922f1a0064b8aa66b23deca536a6..ab790b5b6b61d09c498014a7294396f47076dd8a 100644
--- a/includes/tablesort.inc
+++ b/includes/tablesort.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function tablesort_init($header) {
   static $ts;
diff --git a/includes/theme.inc b/includes/theme.inc
index 7b310bea1e1fc8d6028dcb2d8c4454b6362a2383..e2f330d1c05a27e023282439f3379ff3b2884d91 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /**
 * Basic theme
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index d8e86324863845bbdff20ffc962c57bf8ec81966..9a54d99327a0fbd87233708a6e913f14cf41db96 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -1,7 +1,6 @@
 <?php          // -*-c++-*-
 // by Edd Dumbill (C) 1999-2001
 // <edd@usefulinc.com>
-// $Id$
 
 
 // Copyright (c) 1999,2000,2001 Edd Dumbill.
diff --git a/includes/xmlrpcs.inc b/includes/xmlrpcs.inc
index a3dce43d19c4991b2b8fd6ec6de1e0e9ea220e11..73cc8dbe22873414729e421f2dfb620eacfdce2d 100644
--- a/includes/xmlrpcs.inc
+++ b/includes/xmlrpcs.inc
@@ -1,7 +1,6 @@
 <?php
 // by Edd Dumbill (C) 1999-2001
 // <edd@usefulinc.com>
-// $Id$
 
 // Copyright (c) 1999,2000,2001 Edd Dumbill.
 // All rights reserved.
diff --git a/index.php b/index.php
index fc58571b31dfb0a2df01a0513dc55b4b3ba0ba53..c92ecaf43da7af15f624d2b5e05ac3b51d3753eb 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 include_once "includes/common.inc";
 
diff --git a/misc/drupal.css b/misc/drupal.css
index 61a1e5b4ca8f605feddab326f52ec86915fca7d9..214d4d202a895e13a17d47cf8c79a65b57f0b9ed 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 form {
   margin: 0;
diff --git a/misc/print.css b/misc/print.css
index c70280d8896d9e49d187b9905b1050a2284f6a49..90a596cca2d805eea743f18aeef8f42c8551ba95 100644
--- a/misc/print.css
+++ b/misc/print.css
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 body {
   margin: 1em;
diff --git a/modules/admin.module b/modules/admin.module
index f8667f1f635261939a1a60dd5f9ce8425777733c..d88f68d5362ef1947c1fd55d9e57f2bf4a2ed745 100644
--- a/modules/admin.module
+++ b/modules/admin.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 include_once "includes/common.inc";
 
diff --git a/modules/archive.module b/modules/archive.module
index 3458b37619316d36164b4fd79c7fe6ff1b0a3cdf..9deccd48b870dbcc6e70393de1323d6d662fc386 100644
--- a/modules/archive.module
+++ b/modules/archive.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function archive_help($section) {
   $output = "";
diff --git a/modules/block.module b/modules/block.module
index 64f2d1b8b5d6afb47172b3cf8dda21d5d0525e9b..0d465f1b80d1eb738af73128e9bc1c26db56465e 100644
--- a/modules/block.module
+++ b/modules/block.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function block_help($section = "admin/help#block") {
   $output = "";
diff --git a/modules/blog.module b/modules/blog.module
index b72bb7719d4598d9b1487b0b53439d18d2c63942..3a435aec2486601f06adc5cafb1f05928cdbd2b4 100644
--- a/modules/blog.module
+++ b/modules/blog.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function blog_settings() {
   $output = form_textarea(t("Explanation or submission guidelines"), "blog_help", variable_get("blog_help", ""), 70, 4, t("This text is displayed at the top of the blog submission form.  It's useful for helping or instructing your users."));
diff --git a/modules/bloggerapi.module b/modules/bloggerapi.module
index 0123290a2e6b01846d8af87a1cb5a231ce12c68e..631391ce1dac9e9c88904de706a81a66248fb453 100644
--- a/modules/bloggerapi.module
+++ b/modules/bloggerapi.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /*
 **  The Drupal Blogger API implementation.
diff --git a/modules/book.module b/modules/book.module
index 55848fcbb4b4a450bab74defb81dbf9cb4dcc242..d3f64f3863c88aaf4aab03261e82a3a2bf3ed0ff 100644
--- a/modules/book.module
+++ b/modules/book.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function book_node($field) {
   global $user;
diff --git a/modules/cloud.module b/modules/cloud.module
index b606280175cb78a2c685d15c788e6a373f2434c6..9179f0a6440a396734469910840856970b16f201 100644
--- a/modules/cloud.module
+++ b/modules/cloud.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function cloud_help($section = "admin/help#cloud") {
   $output = "";
diff --git a/modules/comment.module b/modules/comment.module
index 0ddffe1d0956931467dfe34326224b9e7cf78da1..9456798031b723dfa979299c937b46806ae8eea0 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function comment_help($section = "admin/help#comment") {
   $output = "";
diff --git a/modules/drupal.module b/modules/drupal.module
index f360b2c4625dabeefe50aadb8edd37c4aceea69e..30181fec3af1d12f13d34b0e70612f62b16688ed 100644
--- a/modules/drupal.module
+++ b/modules/drupal.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function drupal_help($section = "admin/help#drupal") {
   $output = "";
diff --git a/modules/forum.module b/modules/forum.module
index 0f18d7db7ff720634f496776ffed6207ea2951fd..ac781a028a7e5bf34d3839887921edcd64a4b4ff 100644
--- a/modules/forum.module
+++ b/modules/forum.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function forum_node($field) {
   $info["name"] = t("forum topic");
diff --git a/modules/help.module b/modules/help.module
index f7477a2ab752cf13ad069b1e4200ccd23916d3e1..eb86530ac1d18eaaeddba4c0d229c43949d4a415 100644
--- a/modules/help.module
+++ b/modules/help.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function help_link($type) {
   if ($type == "system" && user_access("access administration pages")) {
diff --git a/modules/import.module b/modules/import.module
index 5fc2f5b4c8405e4bd88ede8b3f5bab8199dcf144..acceac1e1345506e5a845e0f95a415c8c44682fb 100644
--- a/modules/import.module
+++ b/modules/import.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 
 function import_help($section = "admin/help#import") {
diff --git a/modules/jabber.module b/modules/jabber.module
index 67b6d483acaf2a8b85184a2f49c245cbd61f77a8..07c629091596179e0c89babbdd0ee37f6134aaa1 100644
--- a/modules/jabber.module
+++ b/modules/jabber.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function jabber_help($section) {
   $output = "";
diff --git a/modules/locale.module b/modules/locale.module
index 2b0230be61cad18e1daab55051660c7928f90563..b72f7173eaf67d4427d760b5a3b21d501691ce76 100644
--- a/modules/locale.module
+++ b/modules/locale.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function locale_help($section = "admin/help#locale") {
   $output = "";
diff --git a/modules/node.module b/modules/node.module
index dc751d62510decfe98dde82ab34cd728d0e51a83..dd44f42855b6df9aecf62a75794652f86bcf6aa9 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function node_help($section = "admin/help#node") {
   global $mod;
diff --git a/modules/page.module b/modules/page.module
index 0dd8489967b181bcc6dd6058d0b3baf0d3a8cf4f..055902ce4b3b3cdffb7d30362bd34d8bca5ff793 100644
--- a/modules/page.module
+++ b/modules/page.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function page_help($section = "admin/help#page") {
   $output = "";
diff --git a/modules/path.module b/modules/path.module
index 48c2e234574f3c6937d53959435fe70d2030dd15..f0d29d60270684dce95be3d2a982e6a746935d3b 100644
--- a/modules/path.module
+++ b/modules/path.module
@@ -1,5 +1,4 @@
 <?php
-/* $Id$ */
 
 function path_admin() {
   $op = $_POST["op"];
diff --git a/modules/ping.module b/modules/ping.module
index b2499e65ba9e9d97569c4d597279f366cfe9ab01..6d42f0b1db0c2699d2792d1149232a9a588519bf 100644
--- a/modules/ping.module
+++ b/modules/ping.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function ping_help($section = "admin/help#ping") {
   $output = "";
diff --git a/modules/poll.module b/modules/poll.module
index 869d52fb11b53be5a224db74b8fd4b04ae28c2db..6074c1d88629a8b9b2870ecb4d5deba867263cb8 100644
--- a/modules/poll.module
+++ b/modules/poll.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function poll_allowvotes(&$node) {
   /*
diff --git a/modules/profile.module b/modules/profile.module
index ae3c8663777f3f13416f459db2a808bf2558e0ff..b4b8c594ed423ba51f3c44571e654a7810e3da42 100644
--- a/modules/profile.module
+++ b/modules/profile.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function _profile_init() {
   /*
diff --git a/modules/queue.module b/modules/queue.module
index 51ae34f96bea75b217de94496e7ff492eba8664a..7349886a90fad8f11d4cdb5ade3c96b5f1d026ca 100644
--- a/modules/queue.module
+++ b/modules/queue.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function queue_help($section) {
   $output = "";
diff --git a/modules/search.module b/modules/search.module
index 6a2d5eee42b0303e706b561d41bd69be5c8d5224..27a29cc1b2ed258e512206ab4bbb65baa1e43ebb 100644
--- a/modules/search.module
+++ b/modules/search.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function search_help($section = "admin/help#search") {
   $output = "";
diff --git a/modules/statistics.module b/modules/statistics.module
index a3d70255435241d4f9d423d7ed412c7bb861445c..221bf87661b473354cda2a294c832a6914201e1f 100644
--- a/modules/statistics.module
+++ b/modules/statistics.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function statistics_init() {
   global $recent_activity;
diff --git a/modules/story.module b/modules/story.module
index 6f4ab3f597a2bf6bd987e8d459fa0257a567c335..3cca04f2686dcbe594b6505802c478d078734d56 100644
--- a/modules/story.module
+++ b/modules/story.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function story_help($section = "admin/help#story") {
   $output = "";
diff --git a/modules/system.module b/modules/system.module
index 03ea3e2a7a041c397ae3e17ce69d5c9baa6d757a..ad5557fec45e5beca5ee984c22a6f39b827c3296 100644
--- a/modules/system.module
+++ b/modules/system.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function system_help($section = "admin/help#system") {
   global $base_url;
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index 7fb33002a9878b3ef93df9095a2848a7a4a402a8..4aa2762bb016cab4a942270643e94e94df5ef381 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function taxonomy_feed($taxonomy) {
   global $id, $type;
diff --git a/modules/throttle.module b/modules/throttle.module
index e2469b7552b049049f633f44d58dc99ebca1da50..dbf1d4acc809c60aea927425ba872e4c8de00314 100644
--- a/modules/throttle.module
+++ b/modules/throttle.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function throttle_perm() {
   /*
diff --git a/modules/title.module b/modules/title.module
index b8e5f0cc0a85136247a416bf2943b0f5587be8dc..eb7beb704df17c5f725e9f304b22103f207b15fa 100644
--- a/modules/title.module
+++ b/modules/title.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function title_help($section) {
   $output = "";
diff --git a/modules/tracker.module b/modules/tracker.module
index cb75d04e2e1a7c661e93d842333293167328e983..67e22dbed5e48f3b3a72240b18a43791257bdb38 100644
--- a/modules/tracker.module
+++ b/modules/tracker.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function tracker_help($section = "admin/help#tracker") {
   $output = "";
diff --git a/modules/user.module b/modules/user.module
index 3c670d29f8d0d6bb2d454fa33f2c4decd935eb98..a1e24b39324b7f3edb6d7ce98136c33e0b2b1986 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 session_set_save_handler("sess_open", "sess_close", "sess_read", "sess_write", "sess_destroy", "sess_gc");
 session_start();
diff --git a/modules/watchdog.module b/modules/watchdog.module
index 5b26241e0e39b594ae7346e31bf4c16c8ea29d1e..532e6e81144fbbbba6abc90555a92e747d119c95 100644
--- a/modules/watchdog.module
+++ b/modules/watchdog.module
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function watchdog_help($section = "admin/help#watchdog") {
   $output = "";
diff --git a/scripts/code-style.pl b/scripts/code-style.pl
index f7d773e54845cf01ca618e27977f3d7aace8a02c..598d0f5c03ef269f8b76d8857d172893043b1295 100644
--- a/scripts/code-style.pl
+++ b/scripts/code-style.pl
@@ -1,5 +1,4 @@
 #!/usr/bin/perl -w
-# $Id$
 
 # Author: Alexander Schwartz (alexander.schwartz@gmx.net)
 # Licence: GPL
@@ -9,7 +8,6 @@
 # code.  This program tries to show as many improvements as possible with
 # no false positives.
 
-# $Id$
 
 $comment = 0;
 $program = 0;
diff --git a/scripts/mail-to-sql.php b/scripts/mail-to-sql.php
index 4471b38d779fc661d249b5b32c9062c6af591912..68cdbf8e667a1119b95b3caec1b8b8d1185f58fe 100644
--- a/scripts/mail-to-sql.php
+++ b/scripts/mail-to-sql.php
@@ -1,6 +1,5 @@
 #!/usr/local/bin/php -q
 <?php
-// $Id$
 
 ini_set("include_path", ".:/home/dries/personal/cvs/web/pear:/home/dries/personal/cvs/web/drupal.org/x.x.x");
 include_once "includes/common.inc";
diff --git a/themes/example/example.theme b/themes/example/example.theme
index d8ae776ede3e077029f0356b61d38da9909f6741..ab4a371816c56a31c7f8c2c3873e976726e00d19 100644
--- a/themes/example/example.theme
+++ b/themes/example/example.theme
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 class Theme_example extends BaseTheme {
 
diff --git a/themes/marvin/marvin.css b/themes/marvin/marvin.css
index 2671aee28ff1ccc3b65fb78b349bd803aaf090da..83deec92519952550d9ba5967fb5ce22de9b7139 100644
--- a/themes/marvin/marvin.css
+++ b/themes/marvin/marvin.css
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 body {
   margin: 10px;
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme
index 36c9670b3bbf64ec42be25871839673374722283..a99017129856a2cdb3ba80931b6c5da063f0825e 100644
--- a/themes/marvin/marvin.theme
+++ b/themes/marvin/marvin.theme
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
  class Theme_marvin extends BaseTheme {
    function system($field) {
diff --git a/themes/unconed/unconed.css b/themes/unconed/unconed.css
index e4e006f8418471afa6651fb8c6e03598e9f39a21..0597d296952c06f427e198754a90f5eee49d5d71 100644
--- a/themes/unconed/unconed.css
+++ b/themes/unconed/unconed.css
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 body {
   margin: 10px;
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index 82f65329c23a2a88174aeb95d16cbd68fbfe69fe..b7c21e62c1d86e26cc1d7622fe4b661a74215f5a 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
  class Theme_unconed extends BaseTheme {
    var $foreground = "#000000";
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css
index 5d3c2cc9adc13fd5fd4c5d639976cd024f11eb9e..f8f9eb0f67996e5278ceeceac5b2bd2176cd62ff 100644
--- a/themes/xtemplate/xtemplate.css
+++ b/themes/xtemplate/xtemplate.css
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 body {
   margin: 0;
diff --git a/themes/xtemplate/xtemplate.inc b/themes/xtemplate/xtemplate.inc
index 72afbb4e865016cf64bafa99c67d389fac6f65dd..afb44ebf5a76aa885c23de6c2b142794ce1efa06 100644
--- a/themes/xtemplate/xtemplate.inc
+++ b/themes/xtemplate/xtemplate.inc
@@ -33,7 +33,6 @@ class XTemplate {
   along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-  $Id$
 
 */
 
diff --git a/themes/xtemplate/xtemplate.theme b/themes/xtemplate/xtemplate.theme
index fedede40dabcdc36c2ceabe71d0c150214cb6e2f..eda386d0b198a344cd81a5c6ce601f3aa201de58 100644
--- a/themes/xtemplate/xtemplate.theme
+++ b/themes/xtemplate/xtemplate.theme
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 function xtemplate_settings() {
   $output  = form_select(t("Sidebar placement"), "xtemplate_sidebar", variable_get("xtemplate_sidebar", "left"), array("none" => t("No sidebars"), "left" => t("Sidebar on the left"), "right" => t("Sidebar on the right"), "both" => t("Sidebar on the left and the right")));
diff --git a/update.php b/update.php
index fb44352de6e05f25178ce47b646539c7bf83fa63..789fcb2fecd5f872368105376d240e10f958267a 100644
--- a/update.php
+++ b/update.php
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 /*
 ** USAGE:
 **
diff --git a/xmlrpc.php b/xmlrpc.php
index 41538a98ba1a0c683806f4f7604edf1777bdabb7..17b9b22ba84a8d4177e16894582281b50bccf061 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 include_once "includes/xmlrpcs.inc";
 include_once "includes/common.inc";