You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/contributing/guidelines/license.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,8 @@ If you decide to use a different license for your work, follow the same pattern:
106
106
107
107
#### Mbed OS principles
108
108
109
-
Mbed OS uses these same basic principles for its source code and library distributions. So source code we own is distributed under the Apache 2.0 license, and binary blobs are released under the Permissive Binary License. Software parts from third parties that were already licensed under a different license are available under that original license.
109
+
By creating a pull request on GitHub against Mbed OS, you are agreeing to license your contributions under the same license as the original code. Note that Mbed software is released under a permissive license for all new Mbed contributions. Arm will not accept proprietary code or any code under a "copyleft" license. Accepting such code would prevent us from continuing to distribute our code under the permissive license and stall adoption of our code by third parties.
110
110
111
-
All the source code and binary blobs that end up in Mbed OS are maintained in public GitHub repositories.
111
+
Mbed OS uses these same basic principles for its source code and library distributions. Source code we own is distributed under the Apache 2.0 license, and binary blobs are released under the Permissive Binary License. Software parts from third parties that were already licensed under a different license are available under that original license.
112
+
113
+
All the source code and binary blobs in Mbed OS are maintained in public GitHub repositories.
0 commit comments