Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 33:3a0681d09e16, committed 2019-11-22
- Comitter:
- mbed_official
- Date:
- Fri Nov 22 11:01:47 2019 +0000
- Parent:
- 32:decaa56b2fd0
- Commit message:
- Merge pull request #94 from 0xc0170/fix_license
add contributing file
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-filesystem
Changed in this revision
CONTRIBUTING.md | Show annotated file Show diff for this revision Revisions of this file |
README.md | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CONTRIBUTING.md Fri Nov 22 11:01:47 2019 +0000 @@ -0,0 +1,5 @@ +# Contributing to Mbed OS + +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. + +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).
--- a/README.md Tue Aug 20 10:01:39 2019 +0100 +++ b/README.md Fri Nov 22 11:01:47 2019 +0000 @@ -451,3 +451,9 @@ pc.printf("..."); // Replace printf with pc.printf in the example ``` +### License and contributions + +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. + +This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide. +