Skip to content

Commit 564ca5c

Browse files
author
Amanda Butler
authored
Merge pull request #137 from jlovejoy/patch-2
Update contributing.md
2 parents 0b9230d + 51951b0 commit 564ca5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/cont/contributing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See the License for the specific language governing permissions and limitations
6161

6262
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.
6363

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.
6565

6666
The full text can be found on [mbed.com](https://www.mbed.com/licenses/PBL-1.0).
6767

@@ -71,23 +71,23 @@ In order to clearly reflect the PBL license, please create three text files:
7171

7272
* A *LICENSE* file with:
7373

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,
7575
as can be found in: LICENSE-permissive-binary-license-1.0.txt</pre>
7676

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*.
7878

7979
* 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.
8080

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:
8282

8383
```
8484
Copyright (c) [First year]-[Last year], **Your Name Here**, All Rights Reserved
8585
SPDX-License-Identifier: LicenseRef-PBL
8686
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.
8988
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
9191
9292
See the License for the specific language governing permissions and limitations under the License.
9393
```

0 commit comments

Comments
 (0)