File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.9 )
2
2
3
- project (fast_float VERSION 3.2 .0 LANGUAGES CXX )
3
+ project (fast_float VERSION 3.3 .0 LANGUAGES CXX )
4
4
option (FASTFLOAT_TEST "Enable tests" OFF )
5
5
set (CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard to be used" )
6
6
set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 175
175
176
176
END OF TERMS AND CONDITIONS
177
177
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[]"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright [yyyy] [name of copyright owner]
178
+ Copyright 2021 The fast_float authors
190
179
191
180
Licensed under the Apache License, Version 2.0 (the "License");
192
181
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 22
22
if filename == 'LICENSE-APACHE' :
23
23
lines = [
24
24
' Copyright 2021 The fast_float authors\n ' ,
25
- * lines [189 :- 1 ]
25
+ * lines [179 :- 1 ]
26
26
]
27
27
28
28
text = ''
You can’t perform that action at this time.
0 commit comments