]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove RCS keywords
authorMiles Bader <miles@gnu.org>
Fri, 11 Dec 2009 20:48:03 +0000 (20:48 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 11 Dec 2009 20:48:03 +0000 (20:48 +0000)
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1642

test/cedet/tests/test.c
test/cedet/tests/test.cpp
test/cedet/tests/test.py
test/cedet/tests/testjavacomp.java
test/cedet/tests/testpolymorph.cpp

index 38f371a39200b56d305edfd9a4afd51db73df72b..0092a5924bc0a8ab4ec4dce3a39b199e1d31a746 100644 (file)
@@ -1,8 +1,5 @@
 /* Test file for C language.
  * Attempt to include as many aspects of the C language as possible.
- *
- * $Id: test.c,v 1.2 2009/09/28 23:23:31 cyd Exp $
- *
  */
 /* types of include files */
 #include "includeme1.h"
index 15de3cf09048ad3ebffae2b8b919c0a646afb604..0c43944a0318df421a98c373d1a6e50dcd77fa43 100644 (file)
@@ -2,9 +2,6 @@
  * Attempt to include as many aspects of the C++ language as possible.
  * Do not include things tested in test.c since that shares the
  * same language.
- *
- * $Id: test.cpp,v 1.2 2009/09/28 23:23:31 cyd Exp $
- *
  */
 
 /* An include test */
index e45cb9862e9845d7e28de0496dad71da56cfa58f..ef1b4e1c94b6dd8ba24186dc4a7bda459375882c 100644 (file)
@@ -1,6 +1,5 @@
 # Test file for Python language.
 #
-# $Id: test.py,v 1.2 2009/09/28 23:23:31 cyd Exp $
 
 # Simle class compount statement with blank lines sprinkled.
 class Foo(Bar):
index 0c2604f5bf1bf54a3ee800c1b2e919a95f3abebd..feffe660e04b0a05b17374eedcab3ca4c463a7c4 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2009 Eric M. Ludlam
  *
  * Author: Eric M. Ludlam <eric@siege-engine.com>
- * X-RCS: $Id: testjavacomp.java,v 1.1.2.1 2009/09/20 04:00:18 cyd Exp $
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 7934889b4b2345e123dfde9ef6cf35d4916e9b95..51f933cf7fdb747333a91ccdb549ab367666d1bc 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2009 Eric M. Ludlam
  *
  * Author: Eric M. Ludlam <eric@siege-engine.com>
- * X-RCS: $Id: testpolymorph.cpp,v 1.2 2009/09/28 23:23:32 cyd Exp $
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as