summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/base_mp/apptask.c2
-rw-r--r--testsuites/samples/base_mp/system.h2
-rw-r--r--testsuites/samples/base_sp/apptask.c2
-rw-r--r--testsuites/samples/cdtest/init.c2
-rw-r--r--testsuites/samples/cdtest/system.h2
-rw-r--r--testsuites/samples/hello/init.c2
-rw-r--r--testsuites/samples/hello/system.h2
-rw-r--r--testsuites/samples/paranoia/init.c2
-rw-r--r--testsuites/samples/paranoia/paranoia.c2
-rw-r--r--testsuites/samples/paranoia/system.h2
-rw-r--r--testsuites/samples/ticker/system.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/testsuites/samples/base_mp/apptask.c b/testsuites/samples/base_mp/apptask.c
index cee3b88bf5..4f0bc72c74 100644
--- a/testsuites/samples/base_mp/apptask.c
+++ b/testsuites/samples/base_mp/apptask.c
@@ -17,7 +17,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * apptask.c,v 1.2 1995/05/31 17:05:14 joel Exp
+ * $Id$
*/
#include "system.h"
diff --git a/testsuites/samples/base_mp/system.h b/testsuites/samples/base_mp/system.h
index 25738a5d4c..38b20afb5c 100644
--- a/testsuites/samples/base_mp/system.h
+++ b/testsuites/samples/base_mp/system.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * system.h,v 1.2 1995/05/31 17:05:21 joel Exp
+ * $Id$
*/
#include <rtems.h>
diff --git a/testsuites/samples/base_sp/apptask.c b/testsuites/samples/base_sp/apptask.c
index 0f05a177fc..03c406f9ff 100644
--- a/testsuites/samples/base_sp/apptask.c
+++ b/testsuites/samples/base_sp/apptask.c
@@ -16,7 +16,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * apptask.c,v 1.2 1995/05/31 17:05:28 joel Exp
+ * $Id$
*/
#include "system.h"
diff --git a/testsuites/samples/cdtest/init.c b/testsuites/samples/cdtest/init.c
index eaafd431b8..00bdd647ba 100644
--- a/testsuites/samples/cdtest/init.c
+++ b/testsuites/samples/cdtest/init.c
@@ -18,7 +18,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * init.c,v 1.2 1995/05/31 17:05:45 joel Exp
+ * $Id$
*/
#include "system.h"
diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h
index 95a58472d1..11e00f018a 100644
--- a/testsuites/samples/cdtest/system.h
+++ b/testsuites/samples/cdtest/system.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * system.h,v 1.2 1995/05/31 17:05:49 joel Exp
+ * $Id$
*/
#include <rtems.h>
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 60ba06dd20..9c56c4edda 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -18,7 +18,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * init.c,v 1.2 1995/05/31 17:05:58 joel Exp
+ * $Id$
*/
#include "system.h"
diff --git a/testsuites/samples/hello/system.h b/testsuites/samples/hello/system.h
index c4a8598d0c..49deb52d4a 100644
--- a/testsuites/samples/hello/system.h
+++ b/testsuites/samples/hello/system.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * system.h,v 1.2 1995/05/31 17:06:00 joel Exp
+ * $Id$
*/
#include <rtems.h>
diff --git a/testsuites/samples/paranoia/init.c b/testsuites/samples/paranoia/init.c
index e847892cb9..947fdfd28f 100644
--- a/testsuites/samples/paranoia/init.c
+++ b/testsuites/samples/paranoia/init.c
@@ -18,7 +18,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * init.c,v 1.2 1995/05/31 17:06:07 joel Exp
+ * $Id$
*/
#include "system.h"
diff --git a/testsuites/samples/paranoia/paranoia.c b/testsuites/samples/paranoia/paranoia.c
index 8e435f3100..3b860c3b4a 100644
--- a/testsuites/samples/paranoia/paranoia.c
+++ b/testsuites/samples/paranoia/paranoia.c
@@ -1,5 +1,5 @@
/*
- * RTEMS RCS Id: paranoia.c,v 1.2 1995/05/31 17:06:09 joel Exp
+ * $Id$
*
* A C version of Kahan's Floating Point Test "Paranoia"
*
diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h
index 91d3451a6f..11e00f018a 100644
--- a/testsuites/samples/paranoia/system.h
+++ b/testsuites/samples/paranoia/system.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * system.h,v 1.2 1995/05/31 17:06:13 joel Exp
+ * $Id$
*/
#include <rtems.h>
diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h
index 582c05f377..0bf193dad9 100644
--- a/testsuites/samples/ticker/system.h
+++ b/testsuites/samples/ticker/system.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * system.h,v 1.2 1995/05/31 17:06:23 joel Exp
+ * $Id$
*/
#include <tmacros.h>