diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb35050..6860be0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,3 +35,11 @@ outlined on that page and do not file a public issue. ## Coding Style * 2 spaces for indentation rather than tabs * 80 character line length + +## License +OpenBMC is made up of different packages. Each package contains recipe files +that detail where to fetch source code from third party sources or local +directories. The recipe files themselves are provided under the GPLv2 +license, but your use of the code fetched by each recipe file is subject to +the licenses of each respective third party project or as defined in the local +directory. |