You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/04/02 02:11:03 UTC

[incubator-nuttx] branch master updated: docs and comments: Update stale references to COPYING

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new c869bc5  docs and comments: Update stale references to COPYING
c869bc5 is described below

commit c869bc5348e1aa059528cb360bcaf697b8804c67
Author: Nathan Hartman <59...@users.noreply.github.com>
AuthorDate: Thu Apr 1 11:16:03 2021 -0400

    docs and comments: Update stale references to COPYING
    
    Since 7a046358d95228349ecedcb5df0edb5fea12d006 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.
---
 Documentation/contributing/coding_style.rst          | 4 ++--
 Documentation/introduction/about.rst                 | 2 +-
 boards/arm/lpc17xx_40xx/olimex-lpc1766stk/README.txt | 4 ++--
 boards/arm/sam34/arduino-due/README.txt              | 2 +-
 boards/arm/sam34/sam4l-xplained/README.txt           | 2 +-
 boards/arm/sama5/giant-board/README.md               | 2 +-
 boards/arm/sama5/sama5d2-xult/README.txt             | 2 +-
 boards/arm/sama5/sama5d4-ek/README.txt               | 2 +-
 boards/arm/samd2l2/samd20-xplained/README.txt        | 2 +-
 boards/arm/samd2l2/samd21-xplained/README.txt        | 2 +-
 boards/arm/samd2l2/saml21-xplained/README.txt        | 2 +-
 boards/arm/stm32/hymini-stm32v/README.txt            | 2 +-
 boards/arm/stm32/stm3210e-eval/README.txt            | 2 +-
 fs/fat/Kconfig                                       | 2 +-
 libs/libc/string/Kconfig                             | 2 +-
 15 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/Documentation/contributing/coding_style.rst b/Documentation/contributing/coding_style.rst
index a248815..ad80415 100644
--- a/Documentation/contributing/coding_style.rst
+++ b/Documentation/contributing/coding_style.rst
@@ -45,8 +45,8 @@ license such as the BSD or MIT licenses). If the file does not
 follow Apache 2.0 licensing, then the appropriate license
 information should be provided in the header rather than the
 Apache 2.0 licensing information and a NOTE should be included in
-the top-level ``COPYING`` file to indicate any variations from
-Apache 2.0 licensing.
+the top-level ``LICENSE`` and/or ``NOTICE`` file(s), as appropriate,
+to indicate any variations from Apache 2.0 licensing.
 
 **Grouping**. All like components in a C source or header file are
 grouped together. Definitions do not appear arbitrarily through
diff --git a/Documentation/introduction/about.rst b/Documentation/introduction/about.rst
index 7c76e86..281fcad 100644
--- a/Documentation/introduction/about.rst
+++ b/Documentation/introduction/about.rst
@@ -107,7 +107,7 @@ Key features of NuttX include:
     and ``rz``). Intel HEX file conversions.
 
     * FAT long file name support may be subject to certain Microsoft patent restrictions if enabled.
-      See the top-level ``COPYING`` file for details.
+      See the top-level ``NOTICE`` file for details.
 
 * **Device Drivers**
 
diff --git a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/README.txt b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/README.txt
index e94101b..6482ad0 100644
--- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/README.txt
+++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/README.txt
@@ -725,7 +725,7 @@ Configuration Sub-Directories
 
     1. Support for FAT long file names is built-in but can easily be
        removed if you are concerned about Microsoft patent issues (see the
-       section "FAT Long File Names" in the top-level COPYING file).
+       section "FAT Long File Names" in the top-level NOTICE file).
 
        CONFIG_FS_FAT=y
        CONFIG_FAT_LCNAMES=y <-- Long file name support
@@ -827,7 +827,7 @@ Configuration Sub-Directories
        FAT file system support for FAT long file names is built-in but
        can easily be removed if you are concerned about Microsoft patent
        issues (see the section "FAT Long File Names" in the top-level
-       COPYING file).
+       NOTICE file).
 
        CONFIG_FAT_LFN=y                    : Enables long file name support
 
diff --git a/boards/arm/sam34/arduino-due/README.txt b/boards/arm/sam34/arduino-due/README.txt
index 56049fe..9f8cee3 100644
--- a/boards/arm/sam34/arduino-due/README.txt
+++ b/boards/arm/sam34/arduino-due/README.txt
@@ -788,7 +788,7 @@ Configuration sub-directories
          CONFIG_FAT_MAXFNAME=32            : Maximum supported file name length
 
          There are issues related to patents that Microsoft holds on FAT long
-         file name technologies.  See the top level COPYING file for further
+         file name technologies.  See the top level NOTICE file for further
          details.
 
        Device Drivers
diff --git a/boards/arm/sam34/sam4l-xplained/README.txt b/boards/arm/sam34/sam4l-xplained/README.txt
index 3068d74..bf84ebd 100644
--- a/boards/arm/sam34/sam4l-xplained/README.txt
+++ b/boards/arm/sam34/sam4l-xplained/README.txt
@@ -503,7 +503,7 @@ Configuration sub-directories
          CONFIG_FAT_MAXFNAME=32            : Maximum supported file name length
 
          There are issues related to patents that Microsoft holds on FAT long
-         file name technologies.  See the top level COPYING file for further
+         file name technologies.  See the top level NOTICE file for further
          details.
 
        System Type -> Peripherals:
diff --git a/boards/arm/sama5/giant-board/README.md b/boards/arm/sama5/giant-board/README.md
index 79d9fe0..149411e 100644
--- a/boards/arm/sama5/giant-board/README.md
+++ b/boards/arm/sama5/giant-board/README.md
@@ -574,7 +574,7 @@ concise summary of the available Giant Board configurations:
 
        The FAT file system includes long file name support. Please be aware
        that Microsoft claims patents against the long file name support (see
-       more discussion in the top-level COPYING file).
+       more discussion in the top-level NOTICE file).
 
          CONFIG_FS_FAT=y        : Enables the FAT file system
          CONFIG_FAT_LCNAMES=y   : Enable lower case 8.3 file names
diff --git a/boards/arm/sama5/sama5d2-xult/README.txt b/boards/arm/sama5/sama5d2-xult/README.txt
index d5b2755..bbe5453 100644
--- a/boards/arm/sama5/sama5d2-xult/README.txt
+++ b/boards/arm/sama5/sama5d2-xult/README.txt
@@ -927,7 +927,7 @@ Configurations
 
        The FAT file system includes long file name support.  Please be aware
        that Microsoft claims patents against the long file name support (see
-       more discussion in the top-level COPYING file).
+       more discussion in the top-level NOTICE file).
 
          CONFIG_FS_FAT=y        : Enables the FAT file system
          CONFIG_FAT_LCNAMES=y   : Enable lower case 8.3 file names
diff --git a/boards/arm/sama5/sama5d4-ek/README.txt b/boards/arm/sama5/sama5d4-ek/README.txt
index 140d144..4bd42df 100644
--- a/boards/arm/sama5/sama5d4-ek/README.txt
+++ b/boards/arm/sama5/sama5d4-ek/README.txt
@@ -4362,7 +4362,7 @@ Configurations
 
        The FAT file system includes long file name support.  Please be aware
        that Microsoft claims patents against the long file name support (see
-       more discussion in the top-level COPYING file).
+       more discussion in the top-level NOTICE file).
 
          CONFIG_FS_FAT=y        : Enables the FAT file system
          CONFIG_FAT_LCNAMES=y   : Enable lower case 8.3 file names
diff --git a/boards/arm/samd2l2/samd20-xplained/README.txt b/boards/arm/samd2l2/samd20-xplained/README.txt
index 64fc710..e89d017 100644
--- a/boards/arm/samd2l2/samd20-xplained/README.txt
+++ b/boards/arm/samd2l2/samd20-xplained/README.txt
@@ -737,7 +737,7 @@ Configuration sub-directories
          CONFIG_FAT_MAXFNAME=32            : Maximum supported file name length
 
          There are issues related to patents that Microsoft holds on FAT long
-         file name technologies.  See the top level COPYING file for further
+         file name technologies.  See the top level NOTICE file for further
          details.
 
        System Type -> Peripherals:
diff --git a/boards/arm/samd2l2/samd21-xplained/README.txt b/boards/arm/samd2l2/samd21-xplained/README.txt
index 2e15500..3139739 100644
--- a/boards/arm/samd2l2/samd21-xplained/README.txt
+++ b/boards/arm/samd2l2/samd21-xplained/README.txt
@@ -608,7 +608,7 @@ Configuration sub-directories
          CONFIG_FAT_MAXFNAME=32            : Maximum supported file name length
 
          There are issues related to patents that Microsoft holds on FAT long
-         file name technologies.  See the top level COPYING file for further
+         file name technologies.  See the top level NOTICE file for further
          details.
 
        System Type -> Peripherals:
diff --git a/boards/arm/samd2l2/saml21-xplained/README.txt b/boards/arm/samd2l2/saml21-xplained/README.txt
index 27f4ef9..b40a3da 100644
--- a/boards/arm/samd2l2/saml21-xplained/README.txt
+++ b/boards/arm/samd2l2/saml21-xplained/README.txt
@@ -769,7 +769,7 @@ Configuration sub-directories
          CONFIG_FAT_MAXFNAME=32            : Maximum supported file name length
 
          There are issues related to patents that Microsoft holds on FAT long
-         file name technologies.  See the top level COPYING file for further
+         file name technologies.  See the top level NOTICE file for further
          details.
 
        System Type -> Peripherals:
diff --git a/boards/arm/stm32/hymini-stm32v/README.txt b/boards/arm/stm32/hymini-stm32v/README.txt
index 57eb3e5..b066ac1 100644
--- a/boards/arm/stm32/hymini-stm32v/README.txt
+++ b/boards/arm/stm32/hymini-stm32v/README.txt
@@ -400,7 +400,7 @@ Where <subdir> is one of the following:
         you will have to turn local echo on.
     (3) Microsoft holds several patents related to the design of
         long file names in the FAT file system.  Please refer to the
-        details in the top-level COPYING file.  Please do not use FAT
+        details in the top-level NOTICE file.  Please do not use FAT
         long file name unless you are familiar with these patent issues.
     (4) When built as an NSH add-on command (CONFIG_NSH_BUILTIN_APPS=y),
         Caution should be used to assure that the SD drive is not in use when
diff --git a/boards/arm/stm32/stm3210e-eval/README.txt b/boards/arm/stm32/stm3210e-eval/README.txt
index 0fece0d..8b546a6 100644
--- a/boards/arm/stm32/stm3210e-eval/README.txt
+++ b/boards/arm/stm32/stm3210e-eval/README.txt
@@ -558,7 +558,7 @@ Where <subdir> is one of the following:
         you will have to turn local echo on.
     (4) Microsoft holds several patents related to the design of
         long file names in the FAT file system.  Please refer to the
-        details in the top-level COPYING file.  Please do not use FAT
+        details in the top-level NOTICE file.  Please do not use FAT
         long file name unless you are familiar with these patent issues.
     (5) When built as an NSH add-on command (CONFIG_NSH_BUILTIN_APPS=y),
         Caution should be used to assure that the SD drive is not in use when
diff --git a/fs/fat/Kconfig b/fs/fat/Kconfig
index d855767..710d634 100644
--- a/fs/fat/Kconfig
+++ b/fs/fat/Kconfig
@@ -25,7 +25,7 @@ config FAT_LFN
 	---help---
 		Enable FAT long file names.  NOTE:  Microsoft claims
 		patents on FAT long file name technology.  Please read the
-		disclaimer in the top-level COPYING file and only enable this
+		disclaimer in the top-level NOTICE file and only enable this
 		feature if you understand these issues.
 
 config FAT_MAXFNAME
diff --git a/libs/libc/string/Kconfig b/libs/libc/string/Kconfig
index ed67d89..302053d 100644
--- a/libs/libc/string/Kconfig
+++ b/libs/libc/string/Kconfig
@@ -47,7 +47,7 @@ config MEMCPY_VIK
 	---help---
 		Select this option to use the optimized memcpy() function by Daniel Vik.
 		Select this option for improved performance at the expense of increased
-		size. See licensing information in the top-level COPYING file.
+		size. See licensing information in the top-level LICENSE file.
 
 if MEMCPY_VIK