Index: modules/color/color.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/color/color.css,v
retrieving revision 1.2
diff -u -r1.2 color.css
--- modules/color/color.css	23 Nov 2006 11:05:46 -0000	1.2
+++ modules/color/color.css	11 Apr 2007 10:25:50 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /* Farbtastic placement */
 .color-form {
   max-width: 50em;
Index: modules/color/color.js
===================================================================
RCS file: /cvs/drupal/drupal/modules/color/color.js,v
retrieving revision 1.1
diff -u -r1.1 color.js
--- modules/color/color.js	29 Oct 2006 13:17:38 -0000	1.1
+++ modules/color/color.js	11 Apr 2007 10:25:50 -0000
@@ -1,3 +1,5 @@
+// $Id$
+
 if (Drupal.jsEnabled) {
   $(document).ready(function () {
     var form = $('#color_scheme_form .color-form');
Index: misc/farbtastic/farbtastic.css
===================================================================
RCS file: /cvs/drupal/drupal/misc/farbtastic/farbtastic.css,v
retrieving revision 1.2
diff -u -r1.2 farbtastic.css
--- misc/farbtastic/farbtastic.css	31 Oct 2006 15:03:37 -0000	1.2
+++ misc/farbtastic/farbtastic.css	11 Apr 2007 10:25:50 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 .farbtastic {
   position: relative;
 }
Index: modules/comment/comment.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.css,v
retrieving revision 1.1
diff -u -r1.1 comment.css
--- modules/comment/comment.css	15 Oct 2006 19:57:06 -0000	1.1
+++ modules/comment/comment.css	11 Apr 2007 10:25:50 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 .indented {
   margin-left: 25px;
 }
Index: themes/garland/minnelli/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/minnelli/style.css,v
retrieving revision 1.3
diff -u -r1.3 style.css
--- themes/garland/minnelli/style.css	4 Jan 2007 03:27:07 -0000	1.3
+++ themes/garland/minnelli/style.css	11 Apr 2007 10:25:52 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /**
  * Minnelli, for Drupal 5.0
  * Stefan Nagtegaal, iStyledThis [dot] nl
Index: themes/garland/print.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/print.css,v
retrieving revision 1.1
diff -u -r1.1 print.css
--- themes/garland/print.css	14 Dec 2006 00:37:00 -0000	1.1
+++ themes/garland/print.css	11 Apr 2007 10:25:50 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /**
  * Themetastic, for Drupal 5.0
  * Stefan Nagtegaal, iStyledThis [dot] nl
Index: themes/garland/fix-ie.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/fix-ie.css,v
retrieving revision 1.3
diff -u -r1.3 fix-ie.css
--- themes/garland/fix-ie.css	10 Jan 2007 08:48:45 -0000	1.3
+++ themes/garland/fix-ie.css	11 Apr 2007 10:25:50 -0000
@@ -1,8 +1,9 @@
+/* $Id$ */
+
 /**
  * Themetastic, for Drupal 5.0
  * Stefan Nagtegaal, iStyledThis [dot] nl
  * Steven Wittens, acko [dot] net
- *
  */
 
 body {
Index: themes/garland/template.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/template.php,v
retrieving revision 1.7
diff -u -r1.7 template.php
--- themes/garland/template.php	6 Apr 2007 13:27:23 -0000	1.7
+++ themes/garland/template.php	11 Apr 2007 10:25:52 -0000
@@ -1,5 +1,5 @@
 <?php
-// $Id
+// $Id$
 
 /**
  * Sets the body-tag class attribute.
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.18
diff -u -r1.18 style.css
--- themes/garland/style.css	12 Mar 2007 18:10:36 -0000	1.18
+++ themes/garland/style.css	11 Apr 2007 10:25:52 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /**
  * Garland, for Drupal 5.0
  * Stefan Nagtegaal, iStyledThis [dot] nl
Index: modules/system/system.js
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.js,v
retrieving revision 1.1
diff -u -r1.1 system.js
--- modules/system/system.js	13 Feb 2007 07:41:51 -0000	1.1
+++ modules/system/system.js	11 Apr 2007 10:25:50 -0000
@@ -1,3 +1,5 @@
+// $Id$
+
 /**
  * Internal function to check using Ajax if clean URLs can be enabled on the
  * settings page.
