File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
docs/reference/contributing/guidelines Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ 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:</ br >
33
+ - A * LICENSE* file with the following text:
34
34
35
- <pre >Unless specifically indicated otherwise in a file, files are licensed under the Apache 2.0 license,
36
- as can be found in: LICENSE-apache-2.0.txt</pre >
35
+ ```
36
+ Unless specifically indicated otherwise in a file, files are licensed under the Apache 2.0 license,
37
+ as can be found in: LICENSE-apache-2.0.txt
38
+ ```
37
39
38
40
- The full original [ Apache 2.0 license text] ( http://www.apache.org/licenses/LICENSE-2.0 ) in * LICENSE-apache-2.0.txt*
39
41
You can’t perform that action at this time.
0 commit comments