remove $Id$, it does not work with git anyway
authorMatthias Braun <matze@braunis.de>
Thu, 10 Nov 2011 13:24:59 +0000 (14:24 +0100)
committerMatthias Braun <matze@braunis.de>
Thu, 10 Nov 2011 13:24:59 +0000 (14:24 +0100)
adt/bitfiddle.h
adt/hashset.c
adt/hashset.h
adt/util.h
driver/firm_opt.c
driver/firm_timing.c
driver/firm_timing.h

index f23d85b..8cbb14c 100644 (file)
@@ -23,7 +23,6 @@
  * @date    28.9.2004
  * @brief   Functions from hackers delight.
  * @author  Sebastian Hack, Matthias Braun
- * @version $Id$
  */
 #ifndef _FIRM_BITFIDDLE_H_
 #define _FIRM_BITFIDDLE_H_
index b1ed59b..330e680 100644 (file)
@@ -23,7 +23,6 @@
  * @author  Matthias Braun, inspiration from densehash from google sparsehash
  *          package
  * @date    17.03.2007
- * @version $Id$
  *
  *
  * You have to specialize this file by defining:
index 4139b08..79fe62a 100644 (file)
@@ -22,7 +22,6 @@
  * @date    16.03.2007
  * @brief   Generic hashset functions
  * @author  Matthias Braun
- * @version $Id$
  *
  * You have to specialize this header by defining HashSet, HashSetIterator and
  * ValueType
index 54dfc83..eb7fe64 100644 (file)
@@ -23,7 +23,6 @@
  * @date    16.03.2007
  * @brief   Various utility functions that wrap compiler specific extensions
  * @author  Matthias Braun
- * @version $Id$
  */
 #ifndef _FIRM_UTIL_H_
 #define _FIRM_UTIL_H_
index e0b0716..5aff18b 100644 (file)
@@ -1,12 +1,9 @@
 /**
- *
- * @file firm_opt.c -- Firm-generating back end optimizations.
- *
- * (C) 2005-2010  Michael Beck   beck@ipd.info.uni-karlsruhe.de
- *
- * $Id$
+ * (C) 2005-2010
+ * @file
+ * @author Michael Beck, Matthias Braun
+ * @brief Firm-generating back end optimizations.
  */
-
 #include <config.h>
 
 #include <stdbool.h>
index 7d6f9b7..8503bc9 100644 (file)
@@ -2,8 +2,6 @@
  * @file firm_timing.c -- timing for the Firm compiler
  *
  * (C) 2006-2009  Michael Beck   beck@ipd.info.uni-karlsruhe.de
- *
- * $Id$
  */
 #include "firm_timing.h"
 
index bb4fdfb..4a8e011 100644 (file)
@@ -2,8 +2,6 @@
  * @file firm_timing.h -- timing for the Firm compiler
  *
  * (C) 2006  Michael Beck   beck@ipd.info.uni-karlsruhe.de
- *
- * $Id$
  */
 #ifndef __FIRM_TIMING_H__
 #define __FIRM_TIMING_H__