summaryrefslogtreecommitdiff
path: root/nuttx/lib
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib')
-rw-r--r--nuttx/lib/dq_addafter.c2
-rw-r--r--nuttx/lib/dq_addbefore.c2
-rw-r--r--nuttx/lib/dq_addfirst.c2
-rw-r--r--nuttx/lib/dq_addlast.c2
-rw-r--r--nuttx/lib/dq_rem.c2
-rw-r--r--nuttx/lib/dq_remfirst.c2
-rw-r--r--nuttx/lib/lib_fprintf.c2
-rw-r--r--nuttx/lib/lib_init.c2
-rw-r--r--nuttx/lib/lib_memcmp.c2
-rw-r--r--nuttx/lib/lib_memcpy.c2
-rw-r--r--nuttx/lib/lib_memmove.c2
-rw-r--r--nuttx/lib/lib_memset.c2
-rw-r--r--nuttx/lib/lib_rand.c2
-rw-r--r--nuttx/lib/lib_rint.c2
-rw-r--r--nuttx/lib/lib_strcspn.c2
-rw-r--r--nuttx/lib/lib_strncat.c2
-rw-r--r--nuttx/lib/lib_strncpy.c2
-rw-r--r--nuttx/lib/lib_strspn.c2
-rw-r--r--nuttx/lib/sq_addafter.c2
-rw-r--r--nuttx/lib/sq_addfirst.c2
-rw-r--r--nuttx/lib/sq_addlast.c2
-rw-r--r--nuttx/lib/sq_rem.c2
-rw-r--r--nuttx/lib/sq_remafter.c2
-rw-r--r--nuttx/lib/sq_remfirst.c2
-rw-r--r--nuttx/lib/sq_remlast.c2
25 files changed, 25 insertions, 25 deletions
diff --git a/nuttx/lib/dq_addafter.c b/nuttx/lib/dq_addafter.c
index 6be30a501..dd2f672c8 100644
--- a/nuttx/lib/dq_addafter.c
+++ b/nuttx/lib/dq_addafter.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/dq_addbefore.c b/nuttx/lib/dq_addbefore.c
index 943858ca2..6c23ee9c8 100644
--- a/nuttx/lib/dq_addbefore.c
+++ b/nuttx/lib/dq_addbefore.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/dq_addfirst.c b/nuttx/lib/dq_addfirst.c
index d73f49db1..6d5330122 100644
--- a/nuttx/lib/dq_addfirst.c
+++ b/nuttx/lib/dq_addfirst.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/dq_addlast.c b/nuttx/lib/dq_addlast.c
index 8d7225682..761099e7e 100644
--- a/nuttx/lib/dq_addlast.c
+++ b/nuttx/lib/dq_addlast.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/dq_rem.c b/nuttx/lib/dq_rem.c
index 17f2b8622..e81d07233 100644
--- a/nuttx/lib/dq_rem.c
+++ b/nuttx/lib/dq_rem.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/dq_remfirst.c b/nuttx/lib/dq_remfirst.c
index ed64fe268..b31f61938 100644
--- a/nuttx/lib/dq_remfirst.c
+++ b/nuttx/lib/dq_remfirst.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_fprintf.c b/nuttx/lib/lib_fprintf.c
index 6d8ac91da..72d3c9acc 100644
--- a/nuttx/lib/lib_fprintf.c
+++ b/nuttx/lib/lib_fprintf.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_init.c b/nuttx/lib/lib_init.c
index 19222535d..bd2c6e7ba 100644
--- a/nuttx/lib/lib_init.c
+++ b/nuttx/lib/lib_init.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_memcmp.c b/nuttx/lib/lib_memcmp.c
index 00cf62486..3dee4f0c7 100644
--- a/nuttx/lib/lib_memcmp.c
+++ b/nuttx/lib/lib_memcmp.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_memcpy.c b/nuttx/lib/lib_memcpy.c
index 0953b4d28..b9445214d 100644
--- a/nuttx/lib/lib_memcpy.c
+++ b/nuttx/lib/lib_memcpy.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_memmove.c b/nuttx/lib/lib_memmove.c
index cad0fa2fc..564f9cdbe 100644
--- a/nuttx/lib/lib_memmove.c
+++ b/nuttx/lib/lib_memmove.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_memset.c b/nuttx/lib/lib_memset.c
index 25b4929eb..6b197460b 100644
--- a/nuttx/lib/lib_memset.c
+++ b/nuttx/lib/lib_memset.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_rand.c b/nuttx/lib/lib_rand.c
index 5dde2dd8c..6624305ab 100644
--- a/nuttx/lib/lib_rand.c
+++ b/nuttx/lib/lib_rand.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_rint.c b/nuttx/lib/lib_rint.c
index a0f7dbd4f..28eb7fc44 100644
--- a/nuttx/lib/lib_rint.c
+++ b/nuttx/lib/lib_rint.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_strcspn.c b/nuttx/lib/lib_strcspn.c
index 1c18eb122..1aa7c8ceb 100644
--- a/nuttx/lib/lib_strcspn.c
+++ b/nuttx/lib/lib_strcspn.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_strncat.c b/nuttx/lib/lib_strncat.c
index 7846b3b57..6cb91ff41 100644
--- a/nuttx/lib/lib_strncat.c
+++ b/nuttx/lib/lib_strncat.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_strncpy.c b/nuttx/lib/lib_strncpy.c
index 11d999fe8..c612cacb1 100644
--- a/nuttx/lib/lib_strncpy.c
+++ b/nuttx/lib/lib_strncpy.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/lib_strspn.c b/nuttx/lib/lib_strspn.c
index 763119714..2e72cc4c7 100644
--- a/nuttx/lib/lib_strspn.c
+++ b/nuttx/lib/lib_strspn.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/sq_addafter.c b/nuttx/lib/sq_addafter.c
index 268365a18..f2037c276 100644
--- a/nuttx/lib/sq_addafter.c
+++ b/nuttx/lib/sq_addafter.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/sq_addfirst.c b/nuttx/lib/sq_addfirst.c
index d34677241..037af825e 100644
--- a/nuttx/lib/sq_addfirst.c
+++ b/nuttx/lib/sq_addfirst.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/sq_addlast.c b/nuttx/lib/sq_addlast.c
index f3368dcae..f02c3d70b 100644
--- a/nuttx/lib/sq_addlast.c
+++ b/nuttx/lib/sq_addlast.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/sq_rem.c b/nuttx/lib/sq_rem.c
index e5d1bbed5..31eef0408 100644
--- a/nuttx/lib/sq_rem.c
+++ b/nuttx/lib/sq_rem.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/sq_remafter.c b/nuttx/lib/sq_remafter.c
index d876d3a56..c22613c5b 100644
--- a/nuttx/lib/sq_remafter.c
+++ b/nuttx/lib/sq_remafter.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/sq_remfirst.c b/nuttx/lib/sq_remfirst.c
index 3cb00c599..c77bd37a3 100644
--- a/nuttx/lib/sq_remfirst.c
+++ b/nuttx/lib/sq_remfirst.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/nuttx/lib/sq_remlast.c b/nuttx/lib/sq_remlast.c
index 0e34492a3..87a8fc8bd 100644
--- a/nuttx/lib/sq_remlast.c
+++ b/nuttx/lib/sq_remlast.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*