mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-10 06:58:24 +00:00
docs: Add licensing seciton for external projects.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
parent
00f77d9ba0
commit
384ba7f7f1
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -83,6 +83,19 @@ In addition, platform specific make command-line options to top-level make
|
|||
options are described under *`docs/platform/<platform_name>.md`* and
|
||||
*`docs/firmware/<firmware_name>.md`*.
|
||||
|
||||
License
|
||||
-------------
|
||||
The software is provided under a BSD-2-Clause license. Contributions to this
|
||||
project are accepted under the same license with developer sign-off as
|
||||
described in the [Contributing Guidelines] [docs/contributing.md].
|
||||
|
||||
This project also contains code from other projects as listed below. The original
|
||||
license text is included in those source files.
|
||||
|
||||
1. The libfdt source code is disjunctively dual licensed (GPL-2.0+ OR BSD-2-Clause). It is
|
||||
used by this project under the terms of the BSD-2-Clause license. Any contributions to
|
||||
this code must be made under the terms of both licenses.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue