Update the disclaimer to note that some ASF files don't have correct ASF header (#203)

* Update the disclaimer to note that some ASF files don't have correct ASF header
This commit is contained in:
Abdelatif Guettouche 2020-04-25 20:32:32 +01:00 committed by GitHub
parent 7b2e06b674
commit 09c11d9302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,7 @@ a list of known issues the project is currently aware of (note that this list, b
is likely to be incomplete):
* Releases may have incomplete licensing conditions.
* Some ASF files still have BSD headers. Most of the top contributors have signed an ICLA and we are working on updating the headers and getting approvals from other copyright holders.
If you are planning to incorporate this work into your product/project, please be aware that
you will need to conduct a thorough licensing review to determine the overall implications of

View File

@ -23,7 +23,7 @@ part of the configuration that you may choose to use or not.
Directory Location
------------------
The default application directory used by the NuttX build should be named
apps/ (or apps-x.y/ where x.y is the NuttX version number). This apps/
apps/ (or apps-x.y.z/ where x.y.z is the NuttX version number). This apps/
directory should appear in the directory tree at the same level as the
NuttX directory. Like:
@ -155,8 +155,8 @@ A: Here are three:
1) There is a make target called 'make export'. It will build
NuttX, then bundle all of the header files, libraries, startup
objects, and other build components into a .zip file. You
can can move that .zip file into any build environment you
want. You even build NuttX under a DOS CMD window.
can move that .zip file into any build environment you
want. You can even build NuttX under a DOS CMD window.
This make target is documented in the top level nuttx/README.txt.