From 866b5720ca01fb187c95c3b98b8516a22cc8eedf Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 10 Nov 2011 14:24:59 +0100 Subject: [PATCH] remove $Id$, it does not work with git anyway --- adt/bitfiddle.h | 1 - adt/hashset.c | 1 - adt/hashset.h | 1 - adt/util.h | 1 - driver/firm_opt.c | 11 ++++------- driver/firm_timing.c | 2 -- driver/firm_timing.h | 2 -- 7 files changed, 4 insertions(+), 15 deletions(-) diff --git a/adt/bitfiddle.h b/adt/bitfiddle.h index f23d85b..8cbb14c 100644 --- a/adt/bitfiddle.h +++ b/adt/bitfiddle.h @@ -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_ diff --git a/adt/hashset.c b/adt/hashset.c index b1ed59b..330e680 100644 --- a/adt/hashset.c +++ b/adt/hashset.c @@ -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: diff --git a/adt/hashset.h b/adt/hashset.h index 4139b08..79fe62a 100644 --- a/adt/hashset.h +++ b/adt/hashset.h @@ -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 diff --git a/adt/util.h b/adt/util.h index 54dfc83..eb7fe64 100644 --- a/adt/util.h +++ b/adt/util.h @@ -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_ diff --git a/driver/firm_opt.c b/driver/firm_opt.c index e0b0716..5aff18b 100644 --- a/driver/firm_opt.c +++ b/driver/firm_opt.c @@ -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 #include diff --git a/driver/firm_timing.c b/driver/firm_timing.c index 7d6f9b7..8503bc9 100644 --- a/driver/firm_timing.c +++ b/driver/firm_timing.c @@ -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" diff --git a/driver/firm_timing.h b/driver/firm_timing.h index bb4fdfb..4a8e011 100644 --- a/driver/firm_timing.h +++ b/driver/firm_timing.h @@ -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__ -- 2.20.1