From 61d92c216a9c8bfdd0f6ccfba0f1d64647bb48fe Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 9 Jan 2019 14:59:10 -0600 Subject: [PATCH] fs/littlefs: Make sure that ARM is included in BSD license. --- fs/littlefs/Make.defs | 2 +- fs/littlefs/lfs.c | 2 +- fs/littlefs/lfs.h | 2 +- fs/littlefs/lfs_util.c | 2 +- fs/littlefs/lfs_util.h | 2 +- fs/littlefs/lfs_vfs.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fs/littlefs/Make.defs b/fs/littlefs/Make.defs index 3997c0bd5f8..5901a52ac8c 100644 --- a/fs/littlefs/Make.defs +++ b/fs/littlefs/Make.defs @@ -25,7 +25,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 NuttX nor the names of its contributors may be +# 3. Neither the names ARM, 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/fs/littlefs/lfs.c b/fs/littlefs/lfs.c index b93cfeed886..d20ccf97976 100644 --- a/fs/littlefs/lfs.c +++ b/fs/littlefs/lfs.c @@ -25,7 +25,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 NuttX nor the names of its contributors may be + * 3. Neither the names ARM, 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/fs/littlefs/lfs.h b/fs/littlefs/lfs.h index 02166856c3c..1162313051b 100644 --- a/fs/littlefs/lfs.h +++ b/fs/littlefs/lfs.h @@ -25,7 +25,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 NuttX nor the names of its contributors may be + * 3. Neither the names ARM, 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/fs/littlefs/lfs_util.c b/fs/littlefs/lfs_util.c index b0dcde018d8..733b6b9b86d 100644 --- a/fs/littlefs/lfs_util.c +++ b/fs/littlefs/lfs_util.c @@ -25,7 +25,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 NuttX nor the names of its contributors may be + * 3. Neither the names ARM, 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/fs/littlefs/lfs_util.h b/fs/littlefs/lfs_util.h index 5060b0212cc..ac3c72653c0 100644 --- a/fs/littlefs/lfs_util.h +++ b/fs/littlefs/lfs_util.h @@ -25,7 +25,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 NuttX nor the names of its contributors may be + * 3. Neither the names ARM, 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/fs/littlefs/lfs_vfs.c b/fs/littlefs/lfs_vfs.c index ce67f30b5cf..201e694ce62 100644 --- a/fs/littlefs/lfs_vfs.c +++ b/fs/littlefs/lfs_vfs.c @@ -25,7 +25,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 NuttX nor the names of its contributors may be + * 3. Neither the names ARM, NuttX nor the names of its contributors may be * used to endorse or promote products derived from this software * without specific prior written permission. *