summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/samples/README4
-rw-r--r--c/src/tests/samples/base_mp/apptask.c4
-rw-r--r--c/src/tests/samples/base_mp/init.c4
-rw-r--r--c/src/tests/samples/base_mp/node1/base_mp.doc4
-rw-r--r--c/src/tests/samples/base_mp/node2/base_mp.doc4
-rw-r--r--c/src/tests/samples/base_mp/system.h4
-rw-r--r--c/src/tests/samples/base_sp/apptask.c4
-rw-r--r--c/src/tests/samples/base_sp/base_sp.doc4
-rw-r--r--c/src/tests/samples/base_sp/init.c4
-rw-r--r--c/src/tests/samples/base_sp/system.h4
-rw-r--r--c/src/tests/samples/cdtest/init.c4
-rw-r--r--c/src/tests/samples/cdtest/main.cc4
-rw-r--r--c/src/tests/samples/cdtest/system.h4
-rw-r--r--c/src/tests/samples/hello/hello.doc4
-rw-r--r--c/src/tests/samples/hello/init.c4
-rw-r--r--c/src/tests/samples/hello/system.h4
-rw-r--r--c/src/tests/samples/paranoia/init.c4
-rw-r--r--c/src/tests/samples/paranoia/paranoia.doc4
-rw-r--r--c/src/tests/samples/paranoia/system.h4
-rw-r--r--c/src/tests/samples/ticker/init.c4
-rw-r--r--c/src/tests/samples/ticker/system.h4
-rw-r--r--c/src/tests/samples/ticker/tasks.c4
-rw-r--r--c/src/tests/samples/ticker/ticker.doc4
23 files changed, 46 insertions, 46 deletions
diff --git a/c/src/tests/samples/README b/c/src/tests/samples/README
index d4ed109e3b..e832b4f80a 100644
--- a/c/src/tests/samples/README
+++ b/c/src/tests/samples/README
@@ -3,8 +3,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
# http://www.OARcorp.com/rtems/license.html.
#
# $Id$
diff --git a/c/src/tests/samples/base_mp/apptask.c b/c/src/tests/samples/base_mp/apptask.c
index d73f4e612c..3eb04536cd 100644
--- a/c/src/tests/samples/base_mp/apptask.c
+++ b/c/src/tests/samples/base_mp/apptask.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/base_mp/init.c b/c/src/tests/samples/base_mp/init.c
index 00ff01b1cf..69894c56a0 100644
--- a/c/src/tests/samples/base_mp/init.c
+++ b/c/src/tests/samples/base_mp/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/base_mp/node1/base_mp.doc b/c/src/tests/samples/base_mp/node1/base_mp.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/base_mp/node1/base_mp.doc
+++ b/c/src/tests/samples/base_mp/node1/base_mp.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
# http://www.OARcorp.com/rtems/license.html.
#
diff --git a/c/src/tests/samples/base_mp/node2/base_mp.doc b/c/src/tests/samples/base_mp/node2/base_mp.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/base_mp/node2/base_mp.doc
+++ b/c/src/tests/samples/base_mp/node2/base_mp.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
# http://www.OARcorp.com/rtems/license.html.
#
diff --git a/c/src/tests/samples/base_mp/system.h b/c/src/tests/samples/base_mp/system.h
index 0e86d0cce6..9754299b97 100644
--- a/c/src/tests/samples/base_mp/system.h
+++ b/c/src/tests/samples/base_mp/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/base_sp/apptask.c b/c/src/tests/samples/base_sp/apptask.c
index f3a7ff2bc8..c27b809ca1 100644
--- a/c/src/tests/samples/base_sp/apptask.c
+++ b/c/src/tests/samples/base_sp/apptask.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/base_sp/base_sp.doc b/c/src/tests/samples/base_sp/base_sp.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/base_sp/base_sp.doc
+++ b/c/src/tests/samples/base_sp/base_sp.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
# http://www.OARcorp.com/rtems/license.html.
#
diff --git a/c/src/tests/samples/base_sp/init.c b/c/src/tests/samples/base_sp/init.c
index 7d3e8a0d6d..44fcccbf36 100644
--- a/c/src/tests/samples/base_sp/init.c
+++ b/c/src/tests/samples/base_sp/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/base_sp/system.h b/c/src/tests/samples/base_sp/system.h
index e86654304e..d523b4360b 100644
--- a/c/src/tests/samples/base_sp/system.h
+++ b/c/src/tests/samples/base_sp/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/cdtest/init.c b/c/src/tests/samples/cdtest/init.c
index d033fd4dda..94f4c1130f 100644
--- a/c/src/tests/samples/cdtest/init.c
+++ b/c/src/tests/samples/cdtest/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/cdtest/main.cc b/c/src/tests/samples/cdtest/main.cc
index e7b3cd02b3..47c28165fb 100644
--- a/c/src/tests/samples/cdtest/main.cc
+++ b/c/src/tests/samples/cdtest/main.cc
@@ -12,8 +12,8 @@
* COPYRIGHT (c) 1994 by Division Incorporated
* Based in part on OAR works.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/cdtest/system.h b/c/src/tests/samples/cdtest/system.h
index b7cea0b062..2aa8015e6d 100644
--- a/c/src/tests/samples/cdtest/system.h
+++ b/c/src/tests/samples/cdtest/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/hello/hello.doc b/c/src/tests/samples/hello/hello.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/hello/hello.doc
+++ b/c/src/tests/samples/hello/hello.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
# http://www.OARcorp.com/rtems/license.html.
#
diff --git a/c/src/tests/samples/hello/init.c b/c/src/tests/samples/hello/init.c
index 0fc3555260..c417eb01a6 100644
--- a/c/src/tests/samples/hello/init.c
+++ b/c/src/tests/samples/hello/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/hello/system.h b/c/src/tests/samples/hello/system.h
index f3beb5cbce..4b922fd9f4 100644
--- a/c/src/tests/samples/hello/system.h
+++ b/c/src/tests/samples/hello/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/paranoia/init.c b/c/src/tests/samples/paranoia/init.c
index 00466ebb02..e65630d8c2 100644
--- a/c/src/tests/samples/paranoia/init.c
+++ b/c/src/tests/samples/paranoia/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/paranoia/paranoia.doc b/c/src/tests/samples/paranoia/paranoia.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/paranoia/paranoia.doc
+++ b/c/src/tests/samples/paranoia/paranoia.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
# http://www.OARcorp.com/rtems/license.html.
#
diff --git a/c/src/tests/samples/paranoia/system.h b/c/src/tests/samples/paranoia/system.h
index 76bc3b25a2..0fd7a26818 100644
--- a/c/src/tests/samples/paranoia/system.h
+++ b/c/src/tests/samples/paranoia/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/ticker/init.c b/c/src/tests/samples/ticker/init.c
index 68da76ff07..5788c9f8fd 100644
--- a/c/src/tests/samples/ticker/init.c
+++ b/c/src/tests/samples/ticker/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/ticker/system.h b/c/src/tests/samples/ticker/system.h
index e12ae48f95..6e152b672b 100644
--- a/c/src/tests/samples/ticker/system.h
+++ b/c/src/tests/samples/ticker/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/ticker/tasks.c b/c/src/tests/samples/ticker/tasks.c
index 189b16f6da..6cddcb0dea 100644
--- a/c/src/tests/samples/ticker/tasks.c
+++ b/c/src/tests/samples/ticker/tasks.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/tests/samples/ticker/ticker.doc b/c/src/tests/samples/ticker/ticker.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/ticker/ticker.doc
+++ b/c/src/tests/samples/ticker/ticker.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
# http://www.OARcorp.com/rtems/license.html.
#