summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/include/rtems/itron
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/include/rtems/itron')
-rw-r--r--cpukit/itron/include/rtems/itron/config.h3
-rw-r--r--cpukit/itron/include/rtems/itron/eventflags.h3
-rw-r--r--cpukit/itron/include/rtems/itron/fmempool.h3
-rw-r--r--cpukit/itron/include/rtems/itron/intr.h3
-rw-r--r--cpukit/itron/include/rtems/itron/itronapi.h3
-rw-r--r--cpukit/itron/include/rtems/itron/mbox.h3
-rw-r--r--cpukit/itron/include/rtems/itron/msgbuffer.h3
-rw-r--r--cpukit/itron/include/rtems/itron/network.h3
-rw-r--r--cpukit/itron/include/rtems/itron/object.h3
-rw-r--r--cpukit/itron/include/rtems/itron/port.h3
-rw-r--r--cpukit/itron/include/rtems/itron/semaphore.h3
-rw-r--r--cpukit/itron/include/rtems/itron/sysmgmt.h3
-rw-r--r--cpukit/itron/include/rtems/itron/task.h3
-rw-r--r--cpukit/itron/include/rtems/itron/time.h3
-rw-r--r--cpukit/itron/include/rtems/itron/vmempool.h3
15 files changed, 43 insertions, 2 deletions
diff --git a/cpukit/itron/include/rtems/itron/config.h b/cpukit/itron/include/rtems/itron/config.h
index 8403832025..9b7b84709d 100644
--- a/cpukit/itron/include/rtems/itron/config.h
+++ b/cpukit/itron/include/rtems/itron/config.h
@@ -3,9 +3,8 @@
* This include file contains the table of user defined configuration
* parameters specific for the ITRON API.
*
- * 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/cpukit/itron/include/rtems/itron/eventflags.h b/cpukit/itron/include/rtems/itron/eventflags.h
index 3bd2903aaa..1c709be752 100644
--- a/cpukit/itron/include/rtems/itron/eventflags.h
+++ b/cpukit/itron/include/rtems/itron/eventflags.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/fmempool.h b/cpukit/itron/include/rtems/itron/fmempool.h
index 5ee17fd6b0..221d376d1e 100644
--- a/cpukit/itron/include/rtems/itron/fmempool.h
+++ b/cpukit/itron/include/rtems/itron/fmempool.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/intr.h b/cpukit/itron/include/rtems/itron/intr.h
index d6d2703462..514b9198fe 100644
--- a/cpukit/itron/include/rtems/itron/intr.h
+++ b/cpukit/itron/include/rtems/itron/intr.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/itronapi.h b/cpukit/itron/include/rtems/itron/itronapi.h
index b66f5fa379..775813d2f4 100644
--- a/cpukit/itron/include/rtems/itron/itronapi.h
+++ b/cpukit/itron/include/rtems/itron/itronapi.h
@@ -1,6 +1,9 @@
/*
* ITRON API Support
*
+ * 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/cpukit/itron/include/rtems/itron/mbox.h b/cpukit/itron/include/rtems/itron/mbox.h
index c0e0d53ea1..8f240ee8ce 100644
--- a/cpukit/itron/include/rtems/itron/mbox.h
+++ b/cpukit/itron/include/rtems/itron/mbox.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/msgbuffer.h b/cpukit/itron/include/rtems/itron/msgbuffer.h
index 746ece4058..4b3192af79 100644
--- a/cpukit/itron/include/rtems/itron/msgbuffer.h
+++ b/cpukit/itron/include/rtems/itron/msgbuffer.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/network.h b/cpukit/itron/include/rtems/itron/network.h
index 23e1d2f7bf..6889cf41fa 100644
--- a/cpukit/itron/include/rtems/itron/network.h
+++ b/cpukit/itron/include/rtems/itron/network.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/object.h b/cpukit/itron/include/rtems/itron/object.h
index 5d5c3e77ab..77c1c5e47f 100644
--- a/cpukit/itron/include/rtems/itron/object.h
+++ b/cpukit/itron/include/rtems/itron/object.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/port.h b/cpukit/itron/include/rtems/itron/port.h
index cfa71c8651..f8e17c630f 100644
--- a/cpukit/itron/include/rtems/itron/port.h
+++ b/cpukit/itron/include/rtems/itron/port.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/semaphore.h b/cpukit/itron/include/rtems/itron/semaphore.h
index 8bfd1d783a..f9c327bba4 100644
--- a/cpukit/itron/include/rtems/itron/semaphore.h
+++ b/cpukit/itron/include/rtems/itron/semaphore.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/sysmgmt.h b/cpukit/itron/include/rtems/itron/sysmgmt.h
index 92b6cf72db..f6cea9a693 100644
--- a/cpukit/itron/include/rtems/itron/sysmgmt.h
+++ b/cpukit/itron/include/rtems/itron/sysmgmt.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/task.h b/cpukit/itron/include/rtems/itron/task.h
index 5d52d632f5..3d8d0aa8f5 100644
--- a/cpukit/itron/include/rtems/itron/task.h
+++ b/cpukit/itron/include/rtems/itron/task.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/time.h b/cpukit/itron/include/rtems/itron/time.h
index 0cc2d20101..f13bd2d981 100644
--- a/cpukit/itron/include/rtems/itron/time.h
+++ b/cpukit/itron/include/rtems/itron/time.h
@@ -1,4 +1,7 @@
/*
+ * 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/cpukit/itron/include/rtems/itron/vmempool.h b/cpukit/itron/include/rtems/itron/vmempool.h
index 63bf3310f9..35db087da8 100644
--- a/cpukit/itron/include/rtems/itron/vmempool.h
+++ b/cpukit/itron/include/rtems/itron/vmempool.h
@@ -1,4 +1,7 @@
/*
+ * 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.