ソースを参照

fix up $ type stuff that got left over from cvs2svn. This will not come back again

svn path=/trunk/mono/; revision=36980
Ben Maurer 21 年 前
コミット
7970a582a5

+ 1 - 1
libgc/alpha_mach_dep.S

@@ -1,4 +1,4 @@
- # $Id: alpha_mach_dep.S,v 1.1 2003/03/31 14:33:59 martin Exp $
+ # $Id$
 	.arch ev6
 
         .text

+ 1 - 1
libgc/mkinstalldirs

@@ -4,7 +4,7 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.1 2003/03/31 14:34:30 martin Exp $
+# $Id$
 
 errstatus=0
 dirmode=""

+ 1 - 1
mono/cil/make-opcode-def.xsl

@@ -10,7 +10,7 @@
  |
  | Author: Sergey Chaban
  |
- | $Id: make-opcode-def.xsl,v 1.1 2001/07/13 01:04:23 miguel Exp $
+ | $Id$
   -->
 
 

+ 1 - 1
mono/tests/ackermann.cs

@@ -1,4 +1,4 @@
-// $Id: ackermann.cs,v 1.3 2002/05/23 13:03:04 lupus Exp $
+// $Id$
 // http://www.bagley.org/~doug/shootout/
 
 public class ackermann {

+ 1 - 1
mono/tests/sieve.cs

@@ -1,5 +1,5 @@
 /* -*- mode: c -*-
- * $Id: sieve.cs,v 1.2 2003/07/18 13:06:43 lupus Exp $
+ * $Id$
  * http://www.bagley.org/~doug/shootout/
  */
 

+ 2 - 2
web/devel-faq

@@ -178,8 +178,8 @@ benefits:
 
 This mechanism works very well for GNOME and other projects.
 
-Q: Should I use any of the special RCS keywords like $Id: devel-faq,v 1.1 2001/07/31 21:13:05 miguel Exp $, $Author: miguel $,
-   $Date: 2001/07/31 21:13:05 $, or $Revision: 1.1 $?
+Q: Should I use any of the special RCS keywords like $Id$, $Author$,
+   $Date$, or $Revision: 1.1 $?
 
 A: Please avoid using those in the source code in the CVS.  They
    are not really useful, and they cause a lot of conflicts when