incubator-nuttx/fs
Nathan Hartman c869bc5348 docs and comments: Update stale references to COPYING
Since 7a046358d9 the top-level COPYING
file has been deleted and replaced by DISCLAIMER, LICENSE, and NOTICE
files. However, some references to the old COPYING file remained in
Kconfig help text and documentation.

Documentation/contributing/coding_style.rst:
Documentation/introduction/about.rst:
boards/arm/lpc17xx_40xx/olimex-lpc1766stk/README.txt:
boards/arm/sam34/arduino-due/README.txt:
boards/arm/sam34/sam4l-xplained/README.txt:
boards/arm/sama5/giant-board/README.md:
boards/arm/sama5/sama5d2-xult/README.txt:
boards/arm/sama5/sama5d4-ek/README.txt:
boards/arm/samd2l2/samd20-xplained/README.txt:
boards/arm/samd2l2/samd21-xplained/README.txt:
boards/arm/samd2l2/saml21-xplained/README.txt:
boards/arm/stm32/hymini-stm32v/README.txt:
boards/arm/stm32/stm3210e-eval/README.txt:
fs/fat/Kconfig:
libs/libc/string/Kconfig:

    * Updates stale references to the old top-level COPYING file to
      either LICENSE or NOTICE (or both), as appropriate in each
      instance.
2021-04-01 21:10:56 -05:00
..
aio fs/aio: unify socket into fs operate 2021-03-17 06:46:42 -07:00
binfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
cromfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
dirent Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
driver fs: try blockproxy only if BCH is enabled 2021-03-17 01:25:16 -07:00
fat docs and comments: Update stale references to COPYING 2021-04-01 21:10:56 -05:00
hostfs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
inode fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
littlefs fs/littlefs: Suppport the duplication function 2021-03-23 08:34:09 +01:00
mmap fs/mmap: Return EACCES for incompatible file descriptors 2021-03-16 10:17:07 -07:00
mount sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
mqueue sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
nfs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
nxffs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
partition fs: change geometry types from `size_t` to `blkcnt_t` and `blksize_t` 2021-02-18 20:38:22 -08:00
procfs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
romfs sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
semaphore Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
shm Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
smartfs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
socket net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
spiffs fs/spiffs: Fix syslog formats 2021-03-30 12:29:11 -05:00
tmpfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
unionfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
userfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
vfs fs/epoll: correct the return value of epoll_ctl(2) 2021-03-23 00:28:18 -07:00
Kconfig fs/eventfd: Convert the indent under EVENT_FD_VFS_PATH option to tab 2021-02-05 12:17:47 -03:00
Makefile net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
fs_initialize.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00