summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/include/itronsys
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/include/itronsys')
-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
14 files changed, 42 insertions, 0 deletions
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.