@@ -39,23 +39,23 @@ In order to clearly reflect the Apache 2.0 license, please create two text files
39
39
40
40
- The full original [ Apache 2.0 license text] ( http://www.apache.org/licenses/LICENSE-2.0 ) in * LICENSE-apache-2.0.txt*
41
41
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:
43
43
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
+ ```
59
59
60
60
### When to use the Permissive Binary License
61
61
0 commit comments