Skip to content

Commit acb397e

Browse files
author
Amanda Butler
authored
Update formatting in license.md
Update second bullet's formatting to match that of the first.
1 parent 3079145 commit acb397e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/reference/contributing/guidelines/license.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ In order to clearly reflect the Apache 2.0 license, please create two text files
3939

4040
- The full original [Apache 2.0 license text](http://www.apache.org/licenses/LICENSE-2.0) in *LICENSE-apache-2.0.txt*
4141

42-
Each source header should *start with* your copyright line, the SPDX identifier and the Apache 2.0 header as shown here:
42+
Each source header should *start with* your copyright line, the SPDX identifier and the Apache 2.0 header as shown here:
4343

44-
```
45-
Copyright (c) [First year]-[Last year], **Your Name or Company Here**
46-
SPDX-License-Identifier: Apache-2.0
47-
48-
Licensed under the Apache License, Version 2.0 (the "License");
49-
you may not use this file except in compliance with the License.
50-
51-
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
52-
53-
Unless required by applicable law or agreed to in writing, software
54-
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
55-
either express or implied.
56-
57-
See the License for the specific language governing permissions and limitations under the License.
58-
```
44+
```
45+
Copyright (c) [First year]-[Last year], **Your Name or Company Here**
46+
SPDX-License-Identifier: Apache-2.0
47+
48+
Licensed under the Apache License, Version 2.0 (the "License");
49+
you may not use this file except in compliance with the License.
50+
51+
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
52+
53+
Unless required by applicable law or agreed to in writing, software
54+
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
55+
either express or implied.
56+
57+
See the License for the specific language governing permissions and limitations under the License.
58+
```
5959

6060
### When to use the Permissive Binary License
6161

0 commit comments

Comments
 (0)