summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/include
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/include')
-rw-r--r--cpukit/itron/include/itron.h3
-rw-r--r--cpukit/itron/include/itronsys/eventflags.h3
-rw-r--r--cpukit/itron/include/itronsys/fmempool.h3
-rw-r--r--cpukit/itron/include/itronsys/intr.h3
-rw-r--r--cpukit/itron/include/itronsys/mbox.h3
-rw-r--r--cpukit/itron/include/itronsys/msgbuffer.h3
-rw-r--r--cpukit/itron/include/itronsys/network.h3
-rw-r--r--cpukit/itron/include/itronsys/port.h3
-rw-r--r--cpukit/itron/include/itronsys/semaphore.h3
-rw-r--r--cpukit/itron/include/itronsys/status.h3
-rw-r--r--cpukit/itron/include/itronsys/sysmgmt.h3
-rw-r--r--cpukit/itron/include/itronsys/task.h3
-rw-r--r--cpukit/itron/include/itronsys/time.h3
-rw-r--r--cpukit/itron/include/itronsys/types.h3
-rw-r--r--cpukit/itron/include/itronsys/vmempool.h3
-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
30 files changed, 88 insertions, 2 deletions
diff --git a/cpukit/itron/include/itron.h b/cpukit/itron/include/itron.h
index 2b6d2442f9..445042e1d3 100644
--- a/cpukit/itron/include/itron.h
+++ b/cpukit/itron/include/itron.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/itronsys/eventflags.h b/cpukit/itron/include/itronsys/eventflags.h
index 27224404f7..1e0c7ac3b6 100644
--- a/cpukit/itron/include/itronsys/eventflags.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/fmempool.h b/cpukit/itron/include/itronsys/fmempool.h
index fa72c8eb31..4f63d9ba5d 100644
--- a/cpukit/itron/include/itronsys/fmempool.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/intr.h b/cpukit/itron/include/itronsys/intr.h
index 07f0c038f2..c42987313e 100644
--- a/cpukit/itron/include/itronsys/intr.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/mbox.h b/cpukit/itron/include/itronsys/mbox.h
index 4196035b2c..7e741d1ba5 100644
--- a/cpukit/itron/include/itronsys/mbox.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/msgbuffer.h b/cpukit/itron/include/itronsys/msgbuffer.h
index 20a7563851..7b58a63924 100644
--- a/cpukit/itron/include/itronsys/msgbuffer.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/network.h b/cpukit/itron/include/itronsys/network.h
index 21e3e0941c..394d381eb7 100644
--- a/cpukit/itron/include/itronsys/network.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/port.h b/cpukit/itron/include/itronsys/port.h
index a8935b403f..3999678eaa 100644
--- a/cpukit/itron/include/itronsys/port.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/semaphore.h b/cpukit/itron/include/itronsys/semaphore.h
index c149012dad..b76b72387d 100644
--- a/cpukit/itron/include/itronsys/semaphore.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/status.h b/cpukit/itron/include/itronsys/status.h
index c2a640ba6a..42f7226749 100644
--- a/cpukit/itron/include/itronsys/status.h
+++ b/cpukit/itron/include/itronsys/status.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/itronsys/sysmgmt.h b/cpukit/itron/include/itronsys/sysmgmt.h
index 21076cdca4..0f3c403f82 100644
--- a/cpukit/itron/include/itronsys/sysmgmt.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/task.h b/cpukit/itron/include/itronsys/task.h
index fca48c03b8..d4f7a5e470 100644
--- a/cpukit/itron/include/itronsys/task.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/time.h b/cpukit/itron/include/itronsys/time.h
index 780c73b842..7868e45ff0 100644
--- a/cpukit/itron/include/itronsys/time.h
+++ b/cpukit/itron/include/itronsys/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/itronsys/types.h b/cpukit/itron/include/itronsys/types.h
index 80cb31f3b8..27a701fa47 100644
--- a/cpukit/itron/include/itronsys/types.h
+++ b/cpukit/itron/include/itronsys/types.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/itronsys/vmempool.h b/cpukit/itron/include/itronsys/vmempool.h
index 7ef45398d3..fbb2f1e2b8 100644
--- a/cpukit/itron/include/itronsys/vmempool.h
+++ b/cpukit/itron/include/itronsys/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.
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.