diff --git a/misc/admin.css b/misc/admin.css
index f9061906ac91f3e3434b9cdb18bfa8bdc6bf7a1d..219c8e8c74afec69f3f6be9cfe8c482bb8fd64ce 100644
--- a/misc/admin.css
+++ b/misc/admin.css
@@ -1,3 +1,5 @@
+/* $Id */
+
 body {
   font-size: 90%;
   margin: 0;
diff --git a/misc/drupal.css b/misc/drupal.css
index fa8fa72c54b21197e13133936e24e5291c8d7ff2..894a762b6d99043b88796102c392400d9f9ba319 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -1,3 +1,5 @@
+/* $Id */
+
 form {
   margin: 0;
   padding: 0;
diff --git a/misc/print.css b/misc/print.css
index 4b7d5bb1fba25c9e9000541c49c0b506692a7728..736030950238ad54eac70153991bc60993973e72 100644
--- a/misc/print.css
+++ b/misc/print.css
@@ -1,3 +1,5 @@
+/* $Id */
+
 body {
   margin: 1em;
   background-color: #fff;
@@ -21,4 +23,4 @@ td {
 }
 #main {
   margin: 1em;
-}
\ No newline at end of file
+}
diff --git a/modules/bloggerapi.module b/modules/bloggerapi.module
index 72dc0d4f64627e1fb5d8f3881abb8d70e05ffb0b..7c185e7f7486f11b7a9c8c5761a17cbbb32f128d 100644
--- a/modules/bloggerapi.module
+++ b/modules/bloggerapi.module
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /*
 **  The Drupal Blogger API implementation.
diff --git a/modules/throttle.module b/modules/throttle.module
index e075fb5a95174e574a4a182d88d92b560838da1d..23ab018b40d2c9ca32bfd19c26b48ce1ecbe50c4 100644
--- a/modules/throttle.module
+++ b/modules/throttle.module
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function throttle_system($field) {
   $system["description"] = throttle_help("admin/system/modules");
diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module
index e075fb5a95174e574a4a182d88d92b560838da1d..23ab018b40d2c9ca32bfd19c26b48ce1ecbe50c4 100644
--- a/modules/throttle/throttle.module
+++ b/modules/throttle/throttle.module
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function throttle_system($field) {
   $system["description"] = throttle_help("admin/system/modules");
diff --git a/modules/title.module b/modules/title.module
index 92f4f9be89018e1d0ae3cbe2e748363e24e390e0..8004c701710962ab269801b9b26d16186b08de94 100644
--- a/modules/title.module
+++ b/modules/title.module
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function title_system($field){
   $system["description"] = t("Enables users to link to stories, articles or similar content by title.");
diff --git a/themes/marvin/marvin.css b/themes/marvin/marvin.css
index 6bc0bb4d1c022865681b8674905a3186c58728ad..2671aee28ff1ccc3b65fb78b349bd803aaf090da 100644
--- a/themes/marvin/marvin.css
+++ b/themes/marvin/marvin.css
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 body {
   margin: 10px;
   color: #000000;
diff --git a/themes/unconed/unconed.css b/themes/unconed/unconed.css
index c163255c4334556ffd1bc65f8514a3ab308af35c..e4e006f8418471afa6651fb8c6e03598e9f39a21 100644
--- a/themes/unconed/unconed.css
+++ b/themes/unconed/unconed.css
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 body {
   margin: 10px;
   color: #000000;
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css
index 614d0aeb26b1055a4c4b69deb08ff863ea5c5c82..5d3c2cc9adc13fd5fd4c5d639976cd024f11eb9e 100644
--- a/themes/xtemplate/xtemplate.css
+++ b/themes/xtemplate/xtemplate.css
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 body {
   margin: 0;
   padding: 0;
diff --git a/update.php b/update.php
index ffd78dabf3c7d2f8ef1628737b41a6e18d8864ff..b9c07c33d655a168c039e9fe45d92939ce3b8a35 100644
--- a/update.php
+++ b/update.php
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 /*
 ** USAGE:
 **