aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callback.c2
-rw-r--r--src/callback.h2
-rw-r--r--src/cfg.c2
-rw-r--r--src/cfg.h2
-rw-r--r--src/command.c2
-rw-r--r--src/command.h2
-rw-r--r--src/global.c2
-rw-r--r--src/global.h2
-rw-r--r--src/mpiosh.c7
-rw-r--r--src/mpiosh.h2
-rw-r--r--src/readline.c2
-rw-r--r--src/readline.h2
12 files changed, 1 insertions, 28 deletions
diff --git a/src/callback.c b/src/callback.c
index e98a334..df9b39d 100644
--- a/src/callback.c
+++ b/src/callback.c
@@ -2,8 +2,6 @@
*
* Author: Andreas Büsching <crunchy@tzi.de>
*
- * $Id: callback.c,v 1.49 2006/01/21 18:33:20 germeier Exp $
- *
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/callback.h b/src/callback.h
index 00ffb86..fcdf7c0 100644
--- a/src/callback.h
+++ b/src/callback.h
@@ -2,8 +2,6 @@
*
* Author: Andreas Büsching <crunchy@tzi.de>
*
- * $Id: callback.h,v 1.13 2003/06/27 12:21:21 crunchy Exp $
- *
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/cfg.c b/src/cfg.c
index f8c672f..9d6048b 100644
--- a/src/cfg.c
+++ b/src/cfg.c
@@ -2,8 +2,6 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: config.c,v 1.7 2003/06/27 13:40:23 crunchy Exp $
- *
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/cfg.h b/src/cfg.h
index 4157bd6..ab3ecd3 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -2,8 +2,6 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: config.h,v 1.5 2003/06/27 13:40:23 crunchy Exp $
- *
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/command.c b/src/command.c
index 9c42a8c..97072c0 100644
--- a/src/command.c
+++ b/src/command.c
@@ -2,8 +2,6 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: command.c,v 1.3 2002/10/29 20:03:35 crunchy Exp $
- *
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/command.h b/src/command.h
index 34dbc9b..e8edcff 100644
--- a/src/command.h
+++ b/src/command.h
@@ -2,8 +2,6 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: command.h,v 1.2 2002/10/29 20:03:35 crunchy Exp $
- *
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/global.c b/src/global.c
index 04fd9e7..a04cc35 100644
--- a/src/global.c
+++ b/src/global.c
@@ -2,8 +2,6 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: global.c,v 1.14 2003/06/27 12:21:21 crunchy Exp $
- *
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/global.h b/src/global.h
index 1e52491..ea28808 100644
--- a/src/global.h
+++ b/src/global.h
@@ -2,8 +2,6 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: global.h,v 1.3 2003/06/27 12:21:22 crunchy Exp $
- *
* Copyright (C) 2001-2003 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/mpiosh.c b/src/mpiosh.c
index e74278d..07b0605 100644
--- a/src/mpiosh.c
+++ b/src/mpiosh.c
@@ -1,9 +1,4 @@
-/* -*- linux-c -*- */
-
/*
- *
- * $Id: mpiosh.c,v 1.27 2003/08/25 19:38:57 crunchy Exp $
- *
* Author: Andreas Büsching <crunchy@tzi.de>
*
* mpiosh - user interface of the mpio library, providing access to
@@ -23,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * */
+ */
#include <signal.h>
#include <sys/stat.h>
diff --git a/src/mpiosh.h b/src/mpiosh.h
index 8291178..aefcc90 100644
--- a/src/mpiosh.h
+++ b/src/mpiosh.h
@@ -2,8 +2,6 @@
*
* Author: Andreas Büsching <crunchy@tzi.de>
*
- * $Id: mpiosh.h,v 1.8 2002/10/12 20:06:22 crunchy Exp $
- *
* Copyright (C) 2002 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/readline.c b/src/readline.c
index afc78c0..55b78af 100644
--- a/src/readline.c
+++ b/src/readline.c
@@ -2,8 +2,6 @@
*
* Author: Andreas Büsching <crunchy@tzi.de>
*
- * $Id: readline.c,v 1.7 2003/04/23 08:34:16 crunchy Exp $
- *
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/readline.h b/src/readline.h
index a0bb08a..bc0131f 100644
--- a/src/readline.h
+++ b/src/readline.h
@@ -2,8 +2,6 @@
*
* Author: Andreas Büsching <crunchy@tzi.de>
*
- * $Id: readline.h,v 1.3 2003/04/23 08:34:16 crunchy Exp $
- *
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
* This program is free software; you can redistribute it and/or modify