summaryrefslogtreecommitdiffstats
path: root/filesystem
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 /filesystem
parentMove images to a common directory. (diff)
downloadrtems-docs-489740f6a9ff82c63c00e9c023fbc7319d6cb8a4.tar.bz2
Set SPDX License Identifier in each source file.
Diffstat (limited to '')
-rw-r--r--filesystem/call_development.rst2
-rw-r--r--filesystem/command_and_variable.rst2
-rw-r--r--filesystem/filesystem_old_reference_only.rst2
-rw-r--r--filesystem/fileystem_implmentation.rst2
-rw-r--r--filesystem/in-memory.rst2
-rw-r--r--filesystem/index.rst2
-rw-r--r--filesystem/minature_in-memory.rst2
-rw-r--r--filesystem/mounting_and_unmounting.rst2
-rw-r--r--filesystem/pathname_eval.rst2
-rw-r--r--filesystem/preface.rst2
-rw-r--r--filesystem/system_init.rst2
-rw-r--r--filesystem/trivial_ftp.rst2
12 files changed, 24 insertions, 0 deletions
diff --git a/filesystem/call_development.rst b/filesystem/call_development.rst
index e8cd53b..fc16b47 100644
--- a/filesystem/call_development.rst
+++ b/filesystem/call_development.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
System Call Development Notes
#############################
diff --git a/filesystem/command_and_variable.rst b/filesystem/command_and_variable.rst
index 3e23b5e..46bd174 100644
--- a/filesystem/command_and_variable.rst
+++ b/filesystem/command_and_variable.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
Command and Variable Index
##########################
diff --git a/filesystem/filesystem_old_reference_only.rst b/filesystem/filesystem_old_reference_only.rst
index 64391ed..f8c1746 100644
--- a/filesystem/filesystem_old_reference_only.rst
+++ b/filesystem/filesystem_old_reference_only.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
:orphan:
diff --git a/filesystem/fileystem_implmentation.rst b/filesystem/fileystem_implmentation.rst
index e1face6..0da79a9 100644
--- a/filesystem/fileystem_implmentation.rst
+++ b/filesystem/fileystem_implmentation.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
Filesystem Implementation Requirements
######################################
diff --git a/filesystem/in-memory.rst b/filesystem/in-memory.rst
index 59da32b..7ce39e3 100644
--- a/filesystem/in-memory.rst
+++ b/filesystem/in-memory.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
In-Memory Filesystem
####################
diff --git a/filesystem/index.rst b/filesystem/index.rst
index 1d781c9..c12b37a 100644
--- a/filesystem/index.rst
+++ b/filesystem/index.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
=============================
RTEMS Filesystem Design Guide
=============================
diff --git a/filesystem/minature_in-memory.rst b/filesystem/minature_in-memory.rst
index e6b9a75..17aebd1 100644
--- a/filesystem/minature_in-memory.rst
+++ b/filesystem/minature_in-memory.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
Miniature In-Memory Filesystem
##############################
diff --git a/filesystem/mounting_and_unmounting.rst b/filesystem/mounting_and_unmounting.rst
index 3fd0794..c62854d 100644
--- a/filesystem/mounting_and_unmounting.rst
+++ b/filesystem/mounting_and_unmounting.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
Mounting and Unmounting Filesystems
###################################
diff --git a/filesystem/pathname_eval.rst b/filesystem/pathname_eval.rst
index de4d18f..a7d92c2 100644
--- a/filesystem/pathname_eval.rst
+++ b/filesystem/pathname_eval.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
Pathname Evaluation
###################
diff --git a/filesystem/preface.rst b/filesystem/preface.rst
index e86c7c4..56c1dad 100644
--- a/filesystem/preface.rst
+++ b/filesystem/preface.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
=======
Preface
=======
diff --git a/filesystem/system_init.rst b/filesystem/system_init.rst
index ad8d656..4e7aab1 100644
--- a/filesystem/system_init.rst
+++ b/filesystem/system_init.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
System Initialization
#####################
diff --git a/filesystem/trivial_ftp.rst b/filesystem/trivial_ftp.rst
index a63940f..2d24a17 100644
--- a/filesystem/trivial_ftp.rst
+++ b/filesystem/trivial_ftp.rst
@@ -1,3 +1,5 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
Trivial FTP Client Filesystem
#############################