summaryrefslogtreecommitdiffstats
path: root/posix_users
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-05-20 12:47:09 +1000
committerChris Johns <chrisj@rtems.org>2016-05-20 12:47:09 +1000
commit489740f6a9ff82c63c00e9c023fbc7319d6cb8a4 (patch)
tree573e2ed3b2b58cdd9f0f8631c4f2a8dd12ce5ab0 /posix_users
parentMove images to a common directory. (diff)
downloadrtems-docs-489740f6a9ff82c63c00e9c023fbc7319d6cb8a4.tar.bz2
Set SPDX License Identifier in each source file.
Diffstat (limited to 'posix_users')
-rw-r--r--posix_users/clock.rst2
-rw-r--r--posix_users/command.rst2
-rw-r--r--posix_users/condition_variable.rst2
-rw-r--r--posix_users/device_and_class_specific.rst2
-rw-r--r--posix_users/files_and_directory.rst2
-rw-r--r--posix_users/index.rst2
-rw-r--r--posix_users/input_and_output.rst2
-rw-r--r--posix_users/key.rst2
-rw-r--r--posix_users/language_specific_services.rst2
-rw-r--r--posix_users/memory_managment.rst2
-rw-r--r--posix_users/message_passing.rst2
-rw-r--r--posix_users/mutex.rst2
-rw-r--r--posix_users/posix_users_old_reference_only.rst2
-rw-r--r--posix_users/preface.rst2
-rw-r--r--posix_users/process_creation_and_execution.rst2
-rw-r--r--posix_users/process_environment.rst2
-rw-r--r--posix_users/scheduler.rst2
-rw-r--r--posix_users/semaphore.rst2
-rw-r--r--posix_users/services_provided_by_c.rst2
-rw-r--r--posix_users/services_provided_by_math.rst2
-rw-r--r--posix_users/signal.rst2
-rw-r--r--posix_users/status_of_implementation.rst2
-rw-r--r--posix_users/system_database.rst2
-rw-r--r--posix_users/thread.rst2
-rw-r--r--posix_users/thread_cancellation.rst2
-rw-r--r--posix_users/timer.rst2
26 files changed, 52 insertions, 0 deletions
diff --git a/posix_users/clock.rst b/posix_users/clock.rst
index 85cccd5..e3387e7 100644
--- a/posix_users/clock.rst
+++ b/posix_users/clock.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: This is the chapter from the RTEMS POSIX 1003.1b API User's Guide that
.. COMMENT: documents the services provided by the timer @c manager.
diff --git a/posix_users/command.rst b/posix_users/command.rst
index 99acf64..5994765 100644
--- a/posix_users/command.rst
+++ b/posix_users/command.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
Command and Variable Index
##########################
diff --git a/posix_users/condition_variable.rst b/posix_users/condition_variable.rst
index 2584d77..ced9a8a 100644
--- a/posix_users/condition_variable.rst
+++ b/posix_users/condition_variable.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/device_and_class_specific.rst b/posix_users/device_and_class_specific.rst
index e74b692..24b2763 100644
--- a/posix_users/device_and_class_specific.rst
+++ b/posix_users/device_and_class_specific.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/files_and_directory.rst b/posix_users/files_and_directory.rst
index a9d95c0..3a228b7 100644
--- a/posix_users/files_and_directory.rst
+++ b/posix_users/files_and_directory.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/index.rst b/posix_users/index.rst
index 8a59f08..072579c 100644
--- a/posix_users/index.rst
+++ b/posix_users/index.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
============================
RTEMS POSIX API User's Guide
============================
diff --git a/posix_users/input_and_output.rst b/posix_users/input_and_output.rst
index 638d000..b236991 100644
--- a/posix_users/input_and_output.rst
+++ b/posix_users/input_and_output.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/key.rst b/posix_users/key.rst
index 2c6af32..5b16ddb 100644
--- a/posix_users/key.rst
+++ b/posix_users/key.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/language_specific_services.rst b/posix_users/language_specific_services.rst
index b38c25c..d871e8a 100644
--- a/posix_users/language_specific_services.rst
+++ b/posix_users/language_specific_services.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/memory_managment.rst b/posix_users/memory_managment.rst
index 38e8542..631ba45 100644
--- a/posix_users/memory_managment.rst
+++ b/posix_users/memory_managment.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/message_passing.rst b/posix_users/message_passing.rst
index c147a57..64c64a3 100644
--- a/posix_users/message_passing.rst
+++ b/posix_users/message_passing.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2014.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/mutex.rst b/posix_users/mutex.rst
index 2116f63..6fad624 100644
--- a/posix_users/mutex.rst
+++ b/posix_users/mutex.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/posix_users_old_reference_only.rst b/posix_users/posix_users_old_reference_only.rst
index 53fd8dd..0ac495c 100644
--- a/posix_users/posix_users_old_reference_only.rst
+++ b/posix_users/posix_users_old_reference_only.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
:orphan:
diff --git a/posix_users/preface.rst b/posix_users/preface.rst
index 1d5fcd4..0028d51 100644
--- a/posix_users/preface.rst
+++ b/posix_users/preface.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/process_creation_and_execution.rst b/posix_users/process_creation_and_execution.rst
index 5701c44..1668695 100644
--- a/posix_users/process_creation_and_execution.rst
+++ b/posix_users/process_creation_and_execution.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/process_environment.rst b/posix_users/process_environment.rst
index 4d65d58..bb1550c 100644
--- a/posix_users/process_environment.rst
+++ b/posix_users/process_environment.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/scheduler.rst b/posix_users/scheduler.rst
index 68eefc0..9209391 100644
--- a/posix_users/scheduler.rst
+++ b/posix_users/scheduler.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/semaphore.rst b/posix_users/semaphore.rst
index 71b1684..27fdf51 100644
--- a/posix_users/semaphore.rst
+++ b/posix_users/semaphore.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1989-2008.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/services_provided_by_c.rst b/posix_users/services_provided_by_c.rst
index a856009..e6b8f58 100644
--- a/posix_users/services_provided_by_c.rst
+++ b/posix_users/services_provided_by_c.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/services_provided_by_math.rst b/posix_users/services_provided_by_math.rst
index d199469..43a6aa5 100644
--- a/posix_users/services_provided_by_math.rst
+++ b/posix_users/services_provided_by_math.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
Services Provided by the Math Library (libm)
############################################
diff --git a/posix_users/signal.rst b/posix_users/signal.rst
index 117a6dd..9e976f8 100644
--- a/posix_users/signal.rst
+++ b/posix_users/signal.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/status_of_implementation.rst b/posix_users/status_of_implementation.rst
index e372f42..cc234fc 100644
--- a/posix_users/status_of_implementation.rst
+++ b/posix_users/status_of_implementation.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
Status of Implementation
########################
diff --git a/posix_users/system_database.rst b/posix_users/system_database.rst
index e629f9b..871cca8 100644
--- a/posix_users/system_database.rst
+++ b/posix_users/system_database.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT(c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation(OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/thread.rst b/posix_users/thread.rst
index c0ce38b..e5f47c5 100644
--- a/posix_users/thread.rst
+++ b/posix_users/thread.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/thread_cancellation.rst b/posix_users/thread_cancellation.rst
index 67c7a78..ae14542 100644
--- a/posix_users/thread_cancellation.rst
+++ b/posix_users/thread_cancellation.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
diff --git a/posix_users/timer.rst b/posix_users/timer.rst
index f08bc04..f5be6c8 100644
--- a/posix_users/timer.rst
+++ b/posix_users/timer.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
.. COMMENT: COPYRIGHT(c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation(OAR).
.. COMMENT: All rights reserved.