summaryrefslogtreecommitdiffstats
path: root/c/src/tests
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-17 16:47:58 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-17 16:47:58 +0000
commit9d9a3dd8d35a91c232f160a43d470006432ca57b (patch)
tree73b57b355b9b632f9db7ffda7f01ffd3e540f882 /c/src/tests
parentNew date. (diff)
downloadrtems-9d9a3dd8d35a91c232f160a43d470006432ca57b.tar.bz2
+ Updated copyright information.
Diffstat (limited to '')
-rw-r--r--c/src/tests/itrontests/itronhello/init.c3
-rw-r--r--c/src/tests/itrontests/itronhello/itronhello.doc3
-rw-r--r--c/src/tests/itrontests/itronhello/system.h3
-rw-r--r--c/src/tests/itrontests/itronmbf01/init.c3
-rw-r--r--c/src/tests/itrontests/itronmbf01/itronmbf01.doc3
-rw-r--r--c/src/tests/itrontests/itronmbf01/system.h3
-rw-r--r--c/src/tests/itrontests/itronmbox01/init.c3
-rw-r--r--c/src/tests/itrontests/itronmbox01/system.h3
-rw-r--r--c/src/tests/itrontests/itronsem01/init.c3
-rw-r--r--c/src/tests/itrontests/itronsem01/itronsem01.doc3
-rw-r--r--c/src/tests/itrontests/itronsem01/system.h3
-rw-r--r--c/src/tests/itrontests/itrontask01/init.c3
-rw-r--r--c/src/tests/itrontests/itrontask01/itrontask01.doc3
-rw-r--r--c/src/tests/itrontests/itrontask01/system.h3
-rw-r--r--c/src/tests/itrontests/itrontask01/task1.c3
-rw-r--r--c/src/tests/itrontests/itrontask02/dormant.c3
-rw-r--r--c/src/tests/itrontests/itrontask02/init.c3
-rw-r--r--c/src/tests/itrontests/itrontask02/itrontask02.doc3
-rw-r--r--c/src/tests/itrontests/itrontask02/system.h3
-rw-r--r--c/src/tests/itrontests/itrontask03/init.c3
-rw-r--r--c/src/tests/itrontests/itrontask03/itrontask03.doc3
-rw-r--r--c/src/tests/itrontests/itrontask03/preempt.c3
-rw-r--r--c/src/tests/itrontests/itrontask03/system.h3
-rw-r--r--c/src/tests/itrontests/itrontask03/task1.c3
-rw-r--r--c/src/tests/itrontests/itrontask03/task2.c3
-rw-r--r--c/src/tests/itrontests/itrontask03/task3.c3
-rw-r--r--c/src/tests/itrontests/itrontask04/init.c3
-rw-r--r--c/src/tests/itrontests/itrontask04/itrontask04.doc3
-rw-r--r--c/src/tests/itrontests/itrontask04/system.h3
-rw-r--r--c/src/tests/itrontests/itrontask04/task1.c3
-rw-r--r--c/src/tests/itrontests/itrontask04/task2.c3
-rw-r--r--c/src/tests/itrontests/itrontask04/task3.c3
-rw-r--r--c/src/tests/itrontests/itrontime01/init.c3
-rw-r--r--c/src/tests/itrontests/itrontime01/system.h3
34 files changed, 52 insertions, 50 deletions
diff --git a/c/src/tests/itrontests/itronhello/init.c b/c/src/tests/itrontests/itronhello/init.c
index f2c079048c..62a8c8ac37 100644
--- a/c/src/tests/itrontests/itronhello/init.c
+++ b/c/src/tests/itrontests/itronhello/init.c
@@ -10,6 +10,9 @@
*
* Output parameters: NONE
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* 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/itrontests/itronhello/itronhello.doc b/c/src/tests/itrontests/itronhello/itronhello.doc
index a18b9cae50..988364bf45 100644
--- a/c/src/tests/itrontests/itronhello/itronhello.doc
+++ b/c/src/tests/itrontests/itronhello/itronhello.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# COPYRIGHT (c) 1989-1998.
+# COPYRIGHT (c) 1989-1999.
# On-Line Applications Research Corporation (OAR).
-# Copyright assigned to U.S. Government, 1994.
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itronhello/system.h b/c/src/tests/itrontests/itronhello/system.h
index 3e90b30229..ed516a778b 100644
--- a/c/src/tests/itrontests/itronhello/system.h
+++ b/c/src/tests/itrontests/itronhello/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itronmbf01/init.c b/c/src/tests/itrontests/itronmbf01/init.c
index 39788c49f8..dc1edc09d3 100644
--- a/c/src/tests/itrontests/itronmbf01/init.c
+++ b/c/src/tests/itrontests/itronmbf01/init.c
@@ -10,6 +10,9 @@
*
* Output parameters: NONE
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* 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/itrontests/itronmbf01/itronmbf01.doc b/c/src/tests/itrontests/itronmbf01/itronmbf01.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/itrontests/itronmbf01/itronmbf01.doc
+++ b/c/src/tests/itrontests/itronmbf01/itronmbf01.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# COPYRIGHT (c) 1989-1998.
+# COPYRIGHT (c) 1989-1999.
# On-Line Applications Research Corporation (OAR).
-# Copyright assigned to U.S. Government, 1994.
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itronmbf01/system.h b/c/src/tests/itrontests/itronmbf01/system.h
index deafceec4b..391829bb03 100644
--- a/c/src/tests/itrontests/itronmbf01/system.h
+++ b/c/src/tests/itrontests/itronmbf01/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itronmbox01/init.c b/c/src/tests/itrontests/itronmbox01/init.c
index f7ca9c3566..08a5d175b1 100644
--- a/c/src/tests/itrontests/itronmbox01/init.c
+++ b/c/src/tests/itrontests/itronmbox01/init.c
@@ -10,6 +10,9 @@
*
* Output parameters: NONE
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* 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/itrontests/itronmbox01/system.h b/c/src/tests/itrontests/itronmbox01/system.h
index 425c8f7e7a..d400584887 100644
--- a/c/src/tests/itrontests/itronmbox01/system.h
+++ b/c/src/tests/itrontests/itronmbox01/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itronsem01/init.c b/c/src/tests/itrontests/itronsem01/init.c
index 4748de7f45..e90d9d8537 100644
--- a/c/src/tests/itrontests/itronsem01/init.c
+++ b/c/src/tests/itrontests/itronsem01/init.c
@@ -10,6 +10,9 @@
*
* Output parameters: NONE
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* 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/itrontests/itronsem01/itronsem01.doc b/c/src/tests/itrontests/itronsem01/itronsem01.doc
index 496f3569e5..f7e063ff14 100644
--- a/c/src/tests/itrontests/itronsem01/itronsem01.doc
+++ b/c/src/tests/itrontests/itronsem01/itronsem01.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# COPYRIGHT (c) 1989-1998.
+# COPYRIGHT (c) 1989-1999.
# On-Line Applications Research Corporation (OAR).
-# Copyright assigned to U.S. Government, 1994.
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itronsem01/system.h b/c/src/tests/itrontests/itronsem01/system.h
index e3eac6012f..6989ad101b 100644
--- a/c/src/tests/itrontests/itronsem01/system.h
+++ b/c/src/tests/itrontests/itronsem01/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask01/init.c b/c/src/tests/itrontests/itrontask01/init.c
index 7a9760c6b2..73a53c84c4 100644
--- a/c/src/tests/itrontests/itrontask01/init.c
+++ b/c/src/tests/itrontests/itrontask01/init.c
@@ -10,6 +10,9 @@
*
* Output parameters: NONE
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* 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/itrontests/itrontask01/itrontask01.doc b/c/src/tests/itrontests/itrontask01/itrontask01.doc
index 58cc56ce8d..8e5e884f34 100644
--- a/c/src/tests/itrontests/itrontask01/itrontask01.doc
+++ b/c/src/tests/itrontests/itrontask01/itrontask01.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# COPYRIGHT (c) 1989-1998.
+# COPYRIGHT (c) 1989-1999.
# On-Line Applications Research Corporation (OAR).
-# Copyright assigned to U.S. Government, 1994.
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask01/system.h b/c/src/tests/itrontests/itrontask01/system.h
index dba14c7b00..9974522892 100644
--- a/c/src/tests/itrontests/itrontask01/system.h
+++ b/c/src/tests/itrontests/itrontask01/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask01/task1.c b/c/src/tests/itrontests/itrontask01/task1.c
index f294e72219..da12424800 100644
--- a/c/src/tests/itrontests/itrontask01/task1.c
+++ b/c/src/tests/itrontests/itrontask01/task1.c
@@ -8,9 +8,8 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask02/dormant.c b/c/src/tests/itrontests/itrontask02/dormant.c
index 4dbdd616a5..69cb694e7e 100644
--- a/c/src/tests/itrontests/itrontask02/dormant.c
+++ b/c/src/tests/itrontests/itrontask02/dormant.c
@@ -8,9 +8,8 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask02/init.c b/c/src/tests/itrontests/itrontask02/init.c
index 48a602e271..43957dcf4f 100644
--- a/c/src/tests/itrontests/itrontask02/init.c
+++ b/c/src/tests/itrontests/itrontask02/init.c
@@ -10,6 +10,9 @@
*
* Output parameters: NONE
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* 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/itrontests/itrontask02/itrontask02.doc b/c/src/tests/itrontests/itrontask02/itrontask02.doc
index 17197458b6..677399e1dc 100644
--- a/c/src/tests/itrontests/itrontask02/itrontask02.doc
+++ b/c/src/tests/itrontests/itrontask02/itrontask02.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# COPYRIGHT (c) 1989-1998.
+# COPYRIGHT (c) 1989-1999.
# On-Line Applications Research Corporation (OAR).
-# Copyright assigned to U.S. Government, 1994.
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask02/system.h b/c/src/tests/itrontests/itrontask02/system.h
index f9358a9517..df868d6c48 100644
--- a/c/src/tests/itrontests/itrontask02/system.h
+++ b/c/src/tests/itrontests/itrontask02/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask03/init.c b/c/src/tests/itrontests/itrontask03/init.c
index 94fc8ba077..503a776a41 100644
--- a/c/src/tests/itrontests/itrontask03/init.c
+++ b/c/src/tests/itrontests/itrontask03/init.c
@@ -10,6 +10,9 @@
*
* Output parameters: NONE
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* 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/itrontests/itrontask03/itrontask03.doc b/c/src/tests/itrontests/itrontask03/itrontask03.doc
index e1f453e3f1..0382de6f1f 100644
--- a/c/src/tests/itrontests/itrontask03/itrontask03.doc
+++ b/c/src/tests/itrontests/itrontask03/itrontask03.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# COPYRIGHT (c) 1989-1998.
+# COPYRIGHT (c) 1989-1999.
# On-Line Applications Research Corporation (OAR).
-# Copyright assigned to U.S. Government, 1994.
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask03/preempt.c b/c/src/tests/itrontests/itrontask03/preempt.c
index e3ce5105d5..7c2bafbee8 100644
--- a/c/src/tests/itrontests/itrontask03/preempt.c
+++ b/c/src/tests/itrontests/itrontask03/preempt.c
@@ -7,9 +7,8 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask03/system.h b/c/src/tests/itrontests/itrontask03/system.h
index 546b6dd415..3f7a585bb2 100644
--- a/c/src/tests/itrontests/itrontask03/system.h
+++ b/c/src/tests/itrontests/itrontask03/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask03/task1.c b/c/src/tests/itrontests/itrontask03/task1.c
index 9701806169..a085961c95 100644
--- a/c/src/tests/itrontests/itrontask03/task1.c
+++ b/c/src/tests/itrontests/itrontask03/task1.c
@@ -7,9 +7,8 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask03/task2.c b/c/src/tests/itrontests/itrontask03/task2.c
index 3040b0176f..b85bc527c4 100644
--- a/c/src/tests/itrontests/itrontask03/task2.c
+++ b/c/src/tests/itrontests/itrontask03/task2.c
@@ -9,9 +9,8 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask03/task3.c b/c/src/tests/itrontests/itrontask03/task3.c
index 38b9ff97c0..05b92ec280 100644
--- a/c/src/tests/itrontests/itrontask03/task3.c
+++ b/c/src/tests/itrontests/itrontask03/task3.c
@@ -8,9 +8,8 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask04/init.c b/c/src/tests/itrontests/itrontask04/init.c
index 5b83347537..56d251d15c 100644
--- a/c/src/tests/itrontests/itrontask04/init.c
+++ b/c/src/tests/itrontests/itrontask04/init.c
@@ -10,6 +10,9 @@
*
* Output parameters: NONE
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* 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/itrontests/itrontask04/itrontask04.doc b/c/src/tests/itrontests/itrontask04/itrontask04.doc
index 00e1384bca..7119c520f8 100644
--- a/c/src/tests/itrontests/itrontask04/itrontask04.doc
+++ b/c/src/tests/itrontests/itrontask04/itrontask04.doc
@@ -1,9 +1,8 @@
#
# $Id$
#
-# COPYRIGHT (c) 1989-1998.
+# COPYRIGHT (c) 1989-1999.
# On-Line Applications Research Corporation (OAR).
-# Copyright assigned to U.S. Government, 1994.
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask04/system.h b/c/src/tests/itrontests/itrontask04/system.h
index 4e4a1ac7ae..f9cc60958f 100644
--- a/c/src/tests/itrontests/itrontask04/system.h
+++ b/c/src/tests/itrontests/itrontask04/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask04/task1.c b/c/src/tests/itrontests/itrontask04/task1.c
index aff26e15f2..ac7f9cc49b 100644
--- a/c/src/tests/itrontests/itrontask04/task1.c
+++ b/c/src/tests/itrontests/itrontask04/task1.c
@@ -7,9 +7,8 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask04/task2.c b/c/src/tests/itrontests/itrontask04/task2.c
index b5c08db60d..f47225dba6 100644
--- a/c/src/tests/itrontests/itrontask04/task2.c
+++ b/c/src/tests/itrontests/itrontask04/task2.c
@@ -9,9 +9,8 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontask04/task3.c b/c/src/tests/itrontests/itrontask04/task3.c
index 144188864b..4157eccb5f 100644
--- a/c/src/tests/itrontests/itrontask04/task3.c
+++ b/c/src/tests/itrontests/itrontask04/task3.c
@@ -8,9 +8,8 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/tests/itrontests/itrontime01/init.c b/c/src/tests/itrontests/itrontime01/init.c
index 7797403f9e..5bdadf1e66 100644
--- a/c/src/tests/itrontests/itrontime01/init.c
+++ b/c/src/tests/itrontests/itrontime01/init.c
@@ -10,6 +10,9 @@
*
* Output parameters: NONE
*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
* 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/itrontests/itrontime01/system.h b/c/src/tests/itrontests/itrontime01/system.h
index 425c8f7e7a..d400584887 100644
--- a/c/src/tests/itrontests/itrontime01/system.h
+++ b/c/src/tests/itrontests/itrontime01/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at