[Cbe-oss-dev] [PATCH 1/10] MARS: remove trailing whitespaces from copyright notice
Yuji Mano
Yuji.Mano at am.sony.com
Wed Aug 6 04:53:58 EST 2008
This removes trailing whitespaces from all copyright notices in the sources.
Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>
---
README | 14 +++++++-------
include/common/mars/mars_debug.h | 14 +++++++-------
include/common/mars/mars_error.h | 14 +++++++-------
include/common/mars/mars_kernel_types.h | 14 +++++++-------
include/common/mars/mars_mutex_types.h | 14 +++++++-------
include/common/mars/mars_task_barrier_types.h | 14 +++++++-------
include/common/mars/mars_task_event_flag_types.h | 14 +++++++-------
include/common/mars/mars_task_queue_types.h | 14 +++++++-------
include/common/mars/mars_task_semaphore_types.h | 14 +++++++-------
include/common/mars/mars_task_types.h | 14 +++++++-------
include/common/mars/mars_workload_types.h | 14 +++++++-------
include/host/mars/mars.h | 14 +++++++-------
include/host/mars/mars_atomic.h | 14 +++++++-------
include/host/mars/mars_elf.h | 14 +++++++-------
include/host/mars/mars_mutex.h | 14 +++++++-------
include/host/mars/mars_task.h | 14 +++++++-------
include/host/mars/mars_task_barrier.h | 14 +++++++-------
include/host/mars/mars_task_event_flag.h | 14 +++++++-------
include/host/mars/mars_task_queue.h | 14 +++++++-------
include/host/mars/mars_task_semaphore.h | 14 +++++++-------
include/host/mars/mars_task_signal.h | 14 +++++++-------
include/host/mars/mars_timer.h | 14 +++++++-------
include/host/mars/mars_workload_queue.h | 14 +++++++-------
include/mpu/mars/mars.h | 14 +++++++-------
include/mpu/mars/mars_atomic.h | 14 +++++++-------
include/mpu/mars/mars_dma.h | 14 +++++++-------
include/mpu/mars/mars_kernel.h | 14 +++++++-------
include/mpu/mars/mars_mutex.h | 14 +++++++-------
include/mpu/mars/mars_syscalls.h | 14 +++++++-------
include/mpu/mars/mars_task.h | 14 +++++++-------
include/mpu/mars/mars_task_barrier.h | 14 +++++++-------
include/mpu/mars/mars_task_event_flag.h | 14 +++++++-------
include/mpu/mars/mars_task_queue.h | 14 +++++++-------
include/mpu/mars/mars_task_semaphore.h | 14 +++++++-------
include/mpu/mars/mars_task_signal.h | 14 +++++++-------
include/mpu/mars/mars_timer.h | 14 +++++++-------
src/host/lib/mars.c | 14 +++++++-------
src/host/lib/mars_elf.c | 14 +++++++-------
src/host/lib/mars_mutex.c | 14 +++++++-------
src/host/lib/mars_task.c | 14 +++++++-------
src/host/lib/mars_task_barrier.c | 14 +++++++-------
src/host/lib/mars_task_event_flag.c | 14 +++++++-------
src/host/lib/mars_task_queue.c | 14 +++++++-------
src/host/lib/mars_task_semaphore.c | 14 +++++++-------
src/host/lib/mars_task_signal.c | 14 +++++++-------
src/host/lib/mars_workload_queue.c | 14 +++++++-------
src/mpu/kernel/mars_kernel.c | 14 +++++++-------
src/mpu/kernel/mars_kernel_registers.c | 14 +++++++-------
src/mpu/kernel/mars_kernel_scheduler.c | 14 +++++++-------
src/mpu/kernel/mars_kernel_syscalls.c | 14 +++++++-------
src/mpu/kernel/mars_kernel_task.c | 14 +++++++-------
src/mpu/kernel/mars_kernel_workload.c | 14 +++++++-------
src/mpu/lib/mars_entry.S | 14 +++++++-------
src/mpu/lib/mars_mutex.c | 14 +++++++-------
src/mpu/lib/mars_syscalls.c | 14 +++++++-------
src/mpu/lib/mars_task.c | 14 +++++++-------
src/mpu/lib/mars_task_barrier.c | 14 +++++++-------
src/mpu/lib/mars_task_event_flag.c | 14 +++++++-------
src/mpu/lib/mars_task_queue.c | 14 +++++++-------
src/mpu/lib/mars_task_semaphore.c | 14 +++++++-------
src/mpu/lib/mars_task_signal.c | 14 +++++++-------
61 files changed, 427 insertions(+), 427 deletions(-)
--- a/README
+++ b/README
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/common/mars/mars_debug.h
+++ b/include/common/mars/mars_debug.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/common/mars/mars_error.h
+++ b/include/common/mars/mars_error.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/common/mars/mars_kernel_types.h
+++ b/include/common/mars/mars_kernel_types.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/common/mars/mars_mutex_types.h
+++ b/include/common/mars/mars_mutex_types.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/common/mars/mars_task_barrier_types.h
+++ b/include/common/mars/mars_task_barrier_types.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/common/mars/mars_task_event_flag_types.h
+++ b/include/common/mars/mars_task_event_flag_types.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/common/mars/mars_task_queue_types.h
+++ b/include/common/mars/mars_task_queue_types.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/common/mars/mars_task_semaphore_types.h
+++ b/include/common/mars/mars_task_semaphore_types.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/common/mars/mars_task_types.h
+++ b/include/common/mars/mars_task_types.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/common/mars/mars_workload_types.h
+++ b/include/common/mars/mars_workload_types.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars.h
+++ b/include/host/mars/mars.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_atomic.h
+++ b/include/host/mars/mars_atomic.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_elf.h
+++ b/include/host/mars/mars_elf.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_mutex.h
+++ b/include/host/mars/mars_mutex.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_task.h
+++ b/include/host/mars/mars_task.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_task_barrier.h
+++ b/include/host/mars/mars_task_barrier.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_task_event_flag.h
+++ b/include/host/mars/mars_task_event_flag.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_task_queue.h
+++ b/include/host/mars/mars_task_queue.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_task_semaphore.h
+++ b/include/host/mars/mars_task_semaphore.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_task_signal.h
+++ b/include/host/mars/mars_task_signal.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_timer.h
+++ b/include/host/mars/mars_timer.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/host/mars/mars_workload_queue.h
+++ b/include/host/mars/mars_workload_queue.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars.h
+++ b/include/mpu/mars/mars.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_atomic.h
+++ b/include/mpu/mars/mars_atomic.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_dma.h
+++ b/include/mpu/mars/mars_dma.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_kernel.h
+++ b/include/mpu/mars/mars_kernel.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_mutex.h
+++ b/include/mpu/mars/mars_mutex.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_syscalls.h
+++ b/include/mpu/mars/mars_syscalls.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_task.h
+++ b/include/mpu/mars/mars_task.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_task_barrier.h
+++ b/include/mpu/mars/mars_task_barrier.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_task_event_flag.h
+++ b/include/mpu/mars/mars_task_event_flag.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_task_queue.h
+++ b/include/mpu/mars/mars_task_queue.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_task_semaphore.h
+++ b/include/mpu/mars/mars_task_semaphore.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_task_signal.h
+++ b/include/mpu/mars/mars_task_signal.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/include/mpu/mars/mars_timer.h
+++ b/include/mpu/mars/mars_timer.h
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/host/lib/mars.c
+++ b/src/host/lib/mars.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/host/lib/mars_elf.c
+++ b/src/host/lib/mars_elf.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/host/lib/mars_mutex.c
+++ b/src/host/lib/mars_mutex.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/host/lib/mars_task.c
+++ b/src/host/lib/mars_task.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/host/lib/mars_task_barrier.c
+++ b/src/host/lib/mars_task_barrier.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/host/lib/mars_task_event_flag.c
+++ b/src/host/lib/mars_task_event_flag.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/host/lib/mars_task_queue.c
+++ b/src/host/lib/mars_task_queue.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/host/lib/mars_task_semaphore.c
+++ b/src/host/lib/mars_task_semaphore.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/host/lib/mars_task_signal.c
+++ b/src/host/lib/mars_task_signal.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/host/lib/mars_workload_queue.c
+++ b/src/host/lib/mars_workload_queue.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/kernel/mars_kernel.c
+++ b/src/mpu/kernel/mars_kernel.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/kernel/mars_kernel_registers.c
+++ b/src/mpu/kernel/mars_kernel_registers.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/kernel/mars_kernel_scheduler.c
+++ b/src/mpu/kernel/mars_kernel_scheduler.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/kernel/mars_kernel_syscalls.c
+++ b/src/mpu/kernel/mars_kernel_syscalls.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/kernel/mars_kernel_task.c
+++ b/src/mpu/kernel/mars_kernel_task.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/kernel/mars_kernel_workload.c
+++ b/src/mpu/kernel/mars_kernel_workload.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/lib/mars_entry.S
+++ b/src/mpu/lib/mars_entry.S
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/lib/mars_mutex.c
+++ b/src/mpu/lib/mars_mutex.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/lib/mars_syscalls.c
+++ b/src/mpu/lib/mars_syscalls.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/lib/mars_task.c
+++ b/src/mpu/lib/mars_task.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/lib/mars_task_barrier.c
+++ b/src/mpu/lib/mars_task_barrier.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/lib/mars_task_event_flag.c
+++ b/src/mpu/lib/mars_task_event_flag.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/lib/mars_task_queue.c
+++ b/src/mpu/lib/mars_task_queue.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/lib/mars_task_semaphore.c
+++ b/src/mpu/lib/mars_task_semaphore.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
--- a/src/mpu/lib/mars_task_signal.c
+++ b/src/mpu/lib/mars_task_signal.c
@@ -10,19 +10,19 @@
* permit persons to whom the Library is furnished to do so, subject to
* the following conditions:
*
- * The above copyright notice and this permission notice shall be
+ * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Library.
*
- * If you modify the Library, you may copy and distribute your modified
- * version of the Library in object code or as an executable provided
+ * If you modify the Library, you may copy and distribute your modified
+ * version of the Library in object code or as an executable provided
* that you also do one of the following:
*
- * Accompany the modified version of the Library with the complete
- * corresponding machine-readable source code for the modified version
+ * Accompany the modified version of the Library with the complete
+ * corresponding machine-readable source code for the modified version
* of the Library; or,
*
- * Accompany the modified version of the Library with a written offer
- * for a complete machine-readable copy of the corresponding source
+ * Accompany the modified version of the Library with a written offer
+ * for a complete machine-readable copy of the corresponding source
* code of the modified version of the Library.
*
*
More information about the cbe-oss-dev
mailing list