walnux/libs/libc/string
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
..
Kconfig docs and comments: Update stale references to COPYING 2021-04-01 21:10:56 -05:00
lib_anbstr2cstr.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_ancstr2bstr.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_bmem2cmem.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_bstrnlen.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_cmem2bmem.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_explicit_bzero.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_ffs.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_ffsl.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_ffsll.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_fls.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_flsl.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_flsll.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_index.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_isbasedigit.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_memccpy.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_memchr.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_memcmp.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_memcpy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_memmove.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_memrchr.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_memset.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_nbstr2cstr.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_ncstr2bstr.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_popcount.c libc: Implement popcount/popcountl/popcountll 2020-09-21 07:37:04 -07:00
lib_popcountl.c libc: Implement popcount/popcountl/popcountll 2020-09-21 07:37:04 -07:00
lib_popcountll.c libc: Implement popcount/popcountl/popcountll 2020-09-21 07:37:04 -07:00
lib_rindex.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_skipspace.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_stpcpy.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_stpncpy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strcasecmp.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_strcasestr.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_strcat.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_strchr.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strcmp.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strcoll.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strcpy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strcspn.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strdup.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_strerror.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strerrorr.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strlcpy.c libc: Implement strlcpy function 2020-08-14 03:44:26 -07:00
lib_strlen.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strncasecmp.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_strncat.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_strncmp.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_strncpy.c C library: Add some new functions defined in POSIX.1-2017: stpncpy(), strsignal(), psignal(), psiginfo(). 2018-09-17 13:55:33 -06:00
lib_strndup.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_strnlen.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strpbrk.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_strrchr.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strsep.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_strsignal.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strspn.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strstr.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_strtok.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strtokr.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strxfrm.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_vikmemcpy.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
Make.defs libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00