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
The license file without the extension is shown as "raw" text file. The links do not work as they should. As this file
should point to files with non Apache licenses (the most used case) it should be viewed as markdown.
Copy file name to clipboardExpand all lines: docs/reference/contributing/guidelines/license.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The full text of the license can be found on the [Apache website](http://www.apa
30
30
31
31
In order to clearly reflect the Apache 2.0 license, please create two text files:
32
32
33
-
- A *LICENSE* file with the following text:
33
+
- A *LICENSE.md* file with the following text:
34
34
35
35
```
36
36
Unless specifically indicated otherwise in a file, files are licensed under the Apache 2.0 license,
@@ -69,7 +69,7 @@ The full text can be found on [mbed.com](https://www.mbed.com/licenses/PBL-1.0).
69
69
70
70
In order to clearly reflect the PBL license, please create three text files:
71
71
72
-
- A *LICENSE* file with:
72
+
- A *LICENSE.md* file with:
73
73
74
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>
@@ -96,13 +96,13 @@ See the License for the specific language governing permissions and limitations
96
96
97
97
If you decide to use a different license for your work, follow the same pattern:
98
98
99
-
- Create a *LICENSE* file with a description of the license situation, following the pattern described in the sections above.
99
+
- Create a *LICENSE.md* file with a description of the license situation, following the pattern described in the sections above.
100
100
101
101
- Put the full original license texts in separate documents named *LICENSE-XYZ.txt*, where XYZ is the corresponding [SPDX identifier](http://spdx.org/licenses/) for your license.
102
102
103
103
- Begin each source header with your copyright line, the SPDX identifier and the standard header for the license that applies to that single file, if it has one. (See [SPDX Specification, Appendix V](https://spdx.org/spdx-specification-21-web-version#h.twlc0ztnng3b).)
104
104
105
-
- If more than one license applies to the source file, then use an SPDX license expression (see [SPDX Specification, Appendix IV](https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60)), to reflect the presence of multiple licenses in your *LICENSE* file and in each source file.
105
+
- If more than one license applies to the source file, then use an SPDX license expression (see [SPDX Specification, Appendix IV](https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60)), to reflect the presence of multiple licenses in your *LICENSE.md* file and in each source file.
0 commit comments