summaryrefslogtreecommitdiff
path: root/libsi
diff options
context:
space:
mode:
Diffstat (limited to 'libsi')
-rw-r--r--libsi/Makefile2
-rw-r--r--libsi/descriptor.c2
-rw-r--r--libsi/descriptor.h2
-rwxr-xr-xlibsi/gendescr.pl2
-rw-r--r--libsi/headers.h2
-rw-r--r--libsi/section.c2
-rw-r--r--libsi/section.h2
-rw-r--r--libsi/si.c2
-rw-r--r--libsi/si.h2
-rw-r--r--libsi/util.c2
-rw-r--r--libsi/util.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/libsi/Makefile b/libsi/Makefile
index cfc889b..1472a3b 100644
--- a/libsi/Makefile
+++ b/libsi/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a libsi
#
-# $Id: Makefile 1.6 2006/05/26 10:40:19 kls Exp $
+# $Id: Makefile 2.0 2006/05/26 10:40:19 kls Exp $
### The C++ compiler and options:
diff --git a/libsi/descriptor.c b/libsi/descriptor.c
index f3bb344..06b22dc 100644
--- a/libsi/descriptor.c
+++ b/libsi/descriptor.c
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: descriptor.c 1.22 2007/02/03 11:45:58 kls Exp $
+ * $Id: descriptor.c 2.0 2007/02/03 11:45:58 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/descriptor.h b/libsi/descriptor.h
index 161793e..7df076e 100644
--- a/libsi/descriptor.h
+++ b/libsi/descriptor.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: descriptor.h 1.16 2007/02/03 11:45:58 kls Exp $
+ * $Id: descriptor.h 2.0 2007/02/03 11:45:58 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/gendescr.pl b/libsi/gendescr.pl
index e2b206f..d28890f 100755
--- a/libsi/gendescr.pl
+++ b/libsi/gendescr.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: gendescr.pl 1.2 2003/12/13 10:40:53 kls Exp $
+# $Id: gendescr.pl 2.0 2003/12/13 10:40:53 kls Exp $
print "Name (ohne ...Descriptor):";
$name=<STDIN>;
diff --git a/libsi/headers.h b/libsi/headers.h
index db1e261..1e09d6c 100644
--- a/libsi/headers.h
+++ b/libsi/headers.h
@@ -10,7 +10,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: headers.h 1.9 2007/02/03 11:45:58 kls Exp $
+ * $Id: headers.h 2.0 2007/02/03 11:45:58 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/section.c b/libsi/section.c
index 6dd43df..8c86f46 100644
--- a/libsi/section.c
+++ b/libsi/section.c
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: section.c 1.5 2006/04/14 10:53:44 kls Exp $
+ * $Id: section.c 2.0 2006/04/14 10:53:44 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/section.h b/libsi/section.h
index 29af7f4..d8b5244 100644
--- a/libsi/section.h
+++ b/libsi/section.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: section.h 1.4 2006/04/14 10:53:44 kls Exp $
+ * $Id: section.h 2.0 2006/04/14 10:53:44 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/si.c b/libsi/si.c
index 49464ba..bf00041 100644
--- a/libsi/si.c
+++ b/libsi/si.c
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: si.c 1.25 2008/03/05 17:00:55 kls Exp $
+ * $Id: si.c 2.0 2008/03/05 17:00:55 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/si.h b/libsi/si.h
index a156d76..3d2cfc0 100644
--- a/libsi/si.h
+++ b/libsi/si.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: si.h 1.17 2007/04/22 13:32:09 kls Exp $
+ * $Id: si.h 2.0 2007/04/22 13:32:09 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/util.c b/libsi/util.c
index b0db93e..36a80d0 100644
--- a/libsi/util.c
+++ b/libsi/util.c
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: util.c 1.7 2006/02/18 11:17:50 kls Exp $
+ * $Id: util.c 2.0 2006/02/18 11:17:50 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/util.h b/libsi/util.h
index 08b1614..b030080 100644
--- a/libsi/util.h
+++ b/libsi/util.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: util.h 1.7 2006/02/25 10:13:28 kls Exp $
+ * $Id: util.h 2.0 2006/02/25 10:13:28 kls Exp $
* *
***************************************************************************/