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/cont/contributing.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ See the License for the specific language governing permissions and limitations
61
61
62
62
The Permissive Binary License (PBL) is a permissive license based on BSD-3-Clause and designed specifically for binary blobs. It's minimal but covers the basics, including an express patent grant.
63
63
64
-
It allows you to share a binary blob and the relevant headers, and allows others to use that binary blob as part of their product - as long as they provide it with all the relevant dependencies and don't modify it or reverse engineer it.
64
+
It allows you to share a binary blob and the relevant headers, and allows others to use that binary blob as part of their product - as long as they provide it with all the relevant dependencies and don't modify it or reverse engineer it.
65
65
66
66
The full text can be found on [mbed.com](https://www.mbed.com/licenses/PBL-1.0).
67
67
@@ -71,23 +71,23 @@ In order to clearly reflect the PBL license, please create three text files:
71
71
72
72
* A *LICENSE* file with:
73
73
74
-
<pre>Unless specifically indicated otherwise in a file, files are licensed under the Public Binary License,
74
+
<pre>Unless specifically indicated otherwise in a file, files are licensed under the Permissive Binary License,
75
75
as can be found in: LICENSE-permissive-binary-license-1.0.txt</pre>
76
76
77
-
* The full original [Public Binary License 1.0 text](https://www.mbed.com/licenses/PBL-1.0) in *LICENSE-permissive-binary-license-1.0.txt*.
77
+
* The full original [Permissive Binary License 1.0 text](https://www.mbed.com/licenses/PBL-1.0) in *LICENSE-permissive-binary-license-1.0.txt*.
78
78
79
79
* A *DEPENDENCIES* file with the dependencies that this binary requires to work properly. This is to make sure that third parties integrating the binary in their own distribution are aware that they need to include the relevant dependencies. If your binary does not have any dependencies, the file should state so (that is, say “No dependencies”); don't omit this file.
80
80
81
-
Each source header should *start with* your copyright line, the SPDX identifier and the BPL header:
81
+
Each source header should *start with* your copyright line, the SPDX identifier and the PBL header:
82
82
83
83
```
84
84
Copyright (c) [First year]-[Last year], **Your Name Here**, All Rights Reserved
85
85
SPDX-License-Identifier: LicenseRef-PBL
86
86
87
-
Licensed under the Permissive Binary License, Version 1.0 (the "License");
88
-
you may not use this file except in compliance with the License.
87
+
This file and the related binary are licensed under the Permissive Binary License, Version 1.0 (the "License"); you may not use these files except in compliance with the License.
89
88
90
-
You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0
89
+
You may obtain a copy of the License here: LICENSE-permissive-binary-license-1.0.txt and at
90
+
https://www.mbed.com/licenses/PBL-1.0
91
91
92
92
See the License for the specific language governing permissions and limitations under the License.
0 commit comments