summaryrefslogtreecommitdiffstats
path: root/porting
diff options
context:
space:
mode:
Diffstat (limited to 'porting')
-rw-r--r--porting/code_tuning.rst3
-rw-r--r--porting/cpu_init.rst3
-rw-r--r--porting/cpu_model_variations.rst3
-rw-r--r--porting/development_tools.rst3
-rw-r--r--porting/idle_thread.rst3
-rw-r--r--porting/interrupts.rst3
-rw-r--r--porting/preface.rst3
-rw-r--r--porting/priority_bitmap.rst3
-rw-r--r--porting/source_code_org.rst3
-rw-r--r--porting/task_context.rst3
10 files changed, 10 insertions, 20 deletions
diff --git a/porting/code_tuning.rst b/porting/code_tuning.rst
index 22544a1..7a0040f 100644
--- a/porting/code_tuning.rst
+++ b/porting/code_tuning.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
Code Tuning Parameters
diff --git a/porting/cpu_init.rst b/porting/cpu_init.rst
index 8e3d0da..00a1a66 100644
--- a/porting/cpu_init.rst
+++ b/porting/cpu_init.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
CPU Initialization
diff --git a/porting/cpu_model_variations.rst b/porting/cpu_model_variations.rst
index 8c00dd7..bd7f20c 100644
--- a/porting/cpu_model_variations.rst
+++ b/porting/cpu_model_variations.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
CPU Model Variations
diff --git a/porting/development_tools.rst b/porting/development_tools.rst
index 13182a4..facb303 100644
--- a/porting/development_tools.rst
+++ b/porting/development_tools.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
Development Tools
diff --git a/porting/idle_thread.rst b/porting/idle_thread.rst
index 767c320..e056f23 100644
--- a/porting/idle_thread.rst
+++ b/porting/idle_thread.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
IDLE Thread
diff --git a/porting/interrupts.rst b/porting/interrupts.rst
index c95495d..02c6d12 100644
--- a/porting/interrupts.rst
+++ b/porting/interrupts.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
Interrupts
diff --git a/porting/preface.rst b/porting/preface.rst
index f0ceda2..6fba312 100644
--- a/porting/preface.rst
+++ b/porting/preface.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
=======
diff --git a/porting/priority_bitmap.rst b/porting/priority_bitmap.rst
index d5699c4..ac9158b 100644
--- a/porting/priority_bitmap.rst
+++ b/porting/priority_bitmap.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
Priority Bitmap Manipulation
diff --git a/porting/source_code_org.rst b/porting/source_code_org.rst
index 1210251..d4c1af7 100644
--- a/porting/source_code_org.rst
+++ b/porting/source_code_org.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
Source Code Organization
diff --git a/porting/task_context.rst b/porting/task_context.rst
index c70f2b0..97122a4 100644
--- a/porting/task_context.rst
+++ b/porting/task_context.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
Task Context Management