summaryrefslogtreecommitdiffstats
path: root/posix-users
diff options
context:
space:
mode:
Diffstat (limited to 'posix-users')
-rw-r--r--posix-users/condition_variable.rst3
-rw-r--r--posix-users/devctl.rst3
-rw-r--r--posix-users/device_and_class_specific.rst3
-rw-r--r--posix-users/files_and_directory.rst3
-rw-r--r--posix-users/input_and_output.rst3
-rw-r--r--posix-users/key.rst3
-rw-r--r--posix-users/language_specific_services.rst3
-rw-r--r--posix-users/memory_managment.rst3
-rw-r--r--posix-users/message_passing.rst3
-rw-r--r--posix-users/mutex.rst3
-rw-r--r--posix-users/preface.rst3
-rw-r--r--posix-users/process_creation_and_execution.rst3
-rw-r--r--posix-users/process_environment.rst3
-rw-r--r--posix-users/scheduler.rst3
-rw-r--r--posix-users/semaphore.rst3
-rw-r--r--posix-users/services_provided_by_c.rst3
-rw-r--r--posix-users/services_provided_by_math.rst10
-rw-r--r--posix-users/signal.rst3
-rw-r--r--posix-users/system_database.rst3
-rw-r--r--posix-users/thread.rst3
-rw-r--r--posix-users/thread_cancellation.rst3
-rw-r--r--posix-users/timer.rst3
22 files changed, 24 insertions, 49 deletions
diff --git a/posix-users/condition_variable.rst b/posix-users/condition_variable.rst
index d92d79f..4310bf6 100644
--- a/posix-users/condition_variable.rst
+++ b/posix-users/condition_variable.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.
Condition Variable Manager
diff --git a/posix-users/devctl.rst b/posix-users/devctl.rst
index 1282bdd..7fd4973 100644
--- a/posix-users/devctl.rst
+++ b/posix-users/devctl.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT(c) 2017.
-.. COMMENT: On-Line Applications Research Corporation(OAR).
+.. Copyright (C) 2017 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
Device Control
diff --git a/posix-users/device_and_class_specific.rst b/posix-users/device_and_class_specific.rst
index f575b43..d04f7b6 100644
--- a/posix-users/device_and_class_specific.rst
+++ b/posix-users/device_and_class_specific.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.
Device- and Class- Specific Functions Manager
diff --git a/posix-users/files_and_directory.rst b/posix-users/files_and_directory.rst
index 3a228b7..61eb0ff 100644
--- a/posix-users/files_and_directory.rst
+++ b/posix-users/files_and_directory.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.
Files and Directories Manager
diff --git a/posix-users/input_and_output.rst b/posix-users/input_and_output.rst
index 92ffbc1..f1799b8 100644
--- a/posix-users/input_and_output.rst
+++ b/posix-users/input_and_output.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.
Input and Output Primitives Manager
diff --git a/posix-users/key.rst b/posix-users/key.rst
index 5b16ddb..eaf49d6 100644
--- a/posix-users/key.rst
+++ b/posix-users/key.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.
Key Manager
diff --git a/posix-users/language_specific_services.rst b/posix-users/language_specific_services.rst
index e342929..2580f82 100644
--- a/posix-users/language_specific_services.rst
+++ b/posix-users/language_specific_services.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.
Language-Specific Services for the C Programming Language Manager
diff --git a/posix-users/memory_managment.rst b/posix-users/memory_managment.rst
index fcfa192..c88dea1 100644
--- a/posix-users/memory_managment.rst
+++ b/posix-users/memory_managment.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.
Memory Management Manager
diff --git a/posix-users/message_passing.rst b/posix-users/message_passing.rst
index 64c64a3..139ad8f 100644
--- a/posix-users/message_passing.rst
+++ b/posix-users/message_passing.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1988-2014.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1988, 2014 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
Message Passing Manager
diff --git a/posix-users/mutex.rst b/posix-users/mutex.rst
index 6fad624..c0de42a 100644
--- a/posix-users/mutex.rst
+++ b/posix-users/mutex.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.
Mutex Manager
diff --git a/posix-users/preface.rst b/posix-users/preface.rst
index 0028d51..ef67748 100644
--- a/posix-users/preface.rst
+++ b/posix-users/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.
Preface
diff --git a/posix-users/process_creation_and_execution.rst b/posix-users/process_creation_and_execution.rst
index 1668695..b9ff6e8 100644
--- a/posix-users/process_creation_and_execution.rst
+++ b/posix-users/process_creation_and_execution.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.
Process Creation and Execution Manager
diff --git a/posix-users/process_environment.rst b/posix-users/process_environment.rst
index 0556d12..e251db3 100644
--- a/posix-users/process_environment.rst
+++ b/posix-users/process_environment.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.
Process Environment Manager
diff --git a/posix-users/scheduler.rst b/posix-users/scheduler.rst
index 9209391..eed003a 100644
--- a/posix-users/scheduler.rst
+++ b/posix-users/scheduler.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.
Scheduler Manager
diff --git a/posix-users/semaphore.rst b/posix-users/semaphore.rst
index 1b1c2b1..1b9ea18 100644
--- a/posix-users/semaphore.rst
+++ b/posix-users/semaphore.rst
@@ -1,7 +1,6 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-.. COMMENT: COPYRIGHT (c) 1989-2008.
-.. COMMENT: On-Line Applications Research Corporation (OAR).
+.. Copyright (C) 1989, 2008 On-Line Applications Research Corporation (OAR)
.. COMMENT: All rights reserved.
Semaphore Manager
diff --git a/posix-users/services_provided_by_c.rst b/posix-users/services_provided_by_c.rst
index e6b8f58..d0c8540 100644
--- a/posix-users/services_provided_by_c.rst
+++ b/posix-users/services_provided_by_c.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.
Services Provided by C Library (libc)
diff --git a/posix-users/services_provided_by_math.rst b/posix-users/services_provided_by_math.rst
index 43a6aa5..fb189ed 100644
--- a/posix-users/services_provided_by_math.rst
+++ b/posix-users/services_provided_by_math.rst
@@ -1,5 +1,8 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
+.. COMMENT: All rights reserved.
+
Services Provided by the Math Library (libm)
############################################
@@ -89,10 +92,3 @@ Standard Math Functions (math.h)
- ``tan`` - Tangent
- ``tanh`` - Hyperbolic tangent
-
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-
-.. COMMENT: On-Line Applications Research Corporation (OAR).
-
-.. COMMENT: All rights reserved.
-
diff --git a/posix-users/signal.rst b/posix-users/signal.rst
index 490c132..02f6964 100644
--- a/posix-users/signal.rst
+++ b/posix-users/signal.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.
Signal Manager
diff --git a/posix-users/system_database.rst b/posix-users/system_database.rst
index eed5611..d004172 100644
--- a/posix-users/system_database.rst
+++ b/posix-users/system_database.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.
System Databases Manager
diff --git a/posix-users/thread.rst b/posix-users/thread.rst
index 397cb9d..5376b64 100644
--- a/posix-users/thread.rst
+++ b/posix-users/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.
Thread Manager
diff --git a/posix-users/thread_cancellation.rst b/posix-users/thread_cancellation.rst
index 0cf4da4..8576860 100644
--- a/posix-users/thread_cancellation.rst
+++ b/posix-users/thread_cancellation.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.
Thread Cancellation Manager
diff --git a/posix-users/timer.rst b/posix-users/timer.rst
index f5be6c8..b52b0ab 100644
--- a/posix-users/timer.rst
+++ b/posix-users/timer.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.
Timer Manager