summaryrefslogtreecommitdiffstats
path: root/posix-users
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-09 16:14:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-11 07:22:01 +0100
commite52906b5568c82386781c183f8ae977d61e01d61 (patch)
treeec78b4dcc102c2d2828744d79944d4287942b2a4 /posix-users
parentRemove superfluous "All rights reserved." (diff)
downloadrtems-docs-e52906b5568c82386781c183f8ae977d61e01d61.tar.bz2
Simplify SPDX-License-Identifier comment
Diffstat (limited to '')
-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/devctl.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/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, 26 insertions, 26 deletions
diff --git a/posix-users/clock.rst b/posix-users/clock.rst
index e3387e7..0358dbd 100644
--- a/posix-users/clock.rst
+++ b/posix-users/clock.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. 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 5994765..07f05a2 100644
--- a/posix-users/command.rst
+++ b/posix-users/command.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. 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 2e3c346..de0f8b8 100644
--- a/posix-users/condition_variable.rst
+++ b/posix-users/condition_variable.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/devctl.rst b/posix-users/devctl.rst
index 7bbad48..2e2bf3d 100644
--- a/posix-users/devctl.rst
+++ b/posix-users/devctl.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 2017 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/device_and_class_specific.rst b/posix-users/device_and_class_specific.rst
index 82b4227..0f1672e 100644
--- a/posix-users/device_and_class_specific.rst
+++ b/posix-users/device_and_class_specific.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/files_and_directory.rst b/posix-users/files_and_directory.rst
index 5b5f4eb..646a35f 100644
--- a/posix-users/files_and_directory.rst
+++ b/posix-users/files_and_directory.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/index.rst b/posix-users/index.rst
index b1b4913..f5a93ae 100644
--- a/posix-users/index.rst
+++ b/posix-users/index.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
==================================
RTEMS POSIX API Guide (|version|).
diff --git a/posix-users/input_and_output.rst b/posix-users/input_and_output.rst
index 769f30c..dc03bd4 100644
--- a/posix-users/input_and_output.rst
+++ b/posix-users/input_and_output.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/key.rst b/posix-users/key.rst
index 5ee4ba4..46d8454 100644
--- a/posix-users/key.rst
+++ b/posix-users/key.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/language_specific_services.rst b/posix-users/language_specific_services.rst
index 89ffcb2..53fb531 100644
--- a/posix-users/language_specific_services.rst
+++ b/posix-users/language_specific_services.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/memory_managment.rst b/posix-users/memory_managment.rst
index 3023684..c07bd47 100644
--- a/posix-users/memory_managment.rst
+++ b/posix-users/memory_managment.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/message_passing.rst b/posix-users/message_passing.rst
index 280a91c..0df9cc6 100644
--- a/posix-users/message_passing.rst
+++ b/posix-users/message_passing.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2014 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/mutex.rst b/posix-users/mutex.rst
index bafae9d..23db971 100644
--- a/posix-users/mutex.rst
+++ b/posix-users/mutex.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/preface.rst b/posix-users/preface.rst
index be3b5bd..a287629 100644
--- a/posix-users/preface.rst
+++ b/posix-users/preface.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/process_creation_and_execution.rst b/posix-users/process_creation_and_execution.rst
index b0af3ff..835f3cc 100644
--- a/posix-users/process_creation_and_execution.rst
+++ b/posix-users/process_creation_and_execution.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/process_environment.rst b/posix-users/process_environment.rst
index f17c2bc..2e68102 100644
--- a/posix-users/process_environment.rst
+++ b/posix-users/process_environment.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/scheduler.rst b/posix-users/scheduler.rst
index 493a6ff..8335d39 100644
--- a/posix-users/scheduler.rst
+++ b/posix-users/scheduler.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/semaphore.rst b/posix-users/semaphore.rst
index db2b36c..fa771b4 100644
--- a/posix-users/semaphore.rst
+++ b/posix-users/semaphore.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1989, 2008 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/services_provided_by_c.rst b/posix-users/services_provided_by_c.rst
index 7501b6c..c01ceb8 100644
--- a/posix-users/services_provided_by_c.rst
+++ b/posix-users/services_provided_by_c.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/services_provided_by_math.rst b/posix-users/services_provided_by_math.rst
index 3d7b116..7447336 100644
--- a/posix-users/services_provided_by_math.rst
+++ b/posix-users/services_provided_by_math.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/signal.rst b/posix-users/signal.rst
index cc9d41c..86f2a3e 100644
--- a/posix-users/signal.rst
+++ b/posix-users/signal.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/status_of_implementation.rst b/posix-users/status_of_implementation.rst
index ff51069..2080b7d 100644
--- a/posix-users/status_of_implementation.rst
+++ b/posix-users/status_of_implementation.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. 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 45a7bb3..52f2ab5 100644
--- a/posix-users/system_database.rst
+++ b/posix-users/system_database.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/thread.rst b/posix-users/thread.rst
index 97cd13a..e8796a1 100644
--- a/posix-users/thread.rst
+++ b/posix-users/thread.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/thread_cancellation.rst b/posix-users/thread_cancellation.rst
index 1db8b67..0df1b72 100644
--- a/posix-users/thread_cancellation.rst
+++ b/posix-users/thread_cancellation.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)
diff --git a/posix-users/timer.rst b/posix-users/timer.rst
index ca2bddf..e18472f 100644
--- a/posix-users/timer.rst
+++ b/posix-users/timer.rst
@@ -1,4 +1,4 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2002 On-Line Applications Research Corporation (OAR)