Skip to content

Commit a647cf9

Browse files
author
Seppo Takalo
authored
Merge pull request #94 from 0xc0170/fix_license
add contributing file
2 parents 17cbb12 + 32fe0eb commit a647cf9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributing to Mbed OS
2+
3+
Mbed OS is an open-source, device software platform for the Internet of Things. Contributions are an important part of the platform, and our goal is to make it as simple as possible to become a contributor.
4+
5+
To encourage productive collaboration, as well as robust, consistent and maintainable code, we have a set of guidelines for [contributing to Mbed OS](https://os.mbed.com/docs/mbed-os/latest/contributing/index.html).

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,9 @@ Serial pc(TX, RX);
451451
pc.printf("..."); // Replace printf with pc.printf in the example
452452
```
453453
454+
### License and contributions
455+
456+
The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see [contributing.md](CONTRIBUTING.md) for more info.
457+
458+
This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide.
459+

0 commit comments

Comments
 (0)