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 11cmake_minimum_required (VERSION 3.9)
22
3- project (fast_float VERSION 3.2 .0 LANGUAGES CXX)
3+ project (fast_float VERSION 3.3 .0 LANGUAGES CXX)
44option (FASTFLOAT_TEST "Enable tests" OFF )
55set (CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard to be used" )
66set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 175175
176176 END OF TERMS AND CONDITIONS
177177
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
190179
191180 Licensed under the Apache License, Version 2.0 (the "License");
192181 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 2222 if filename == 'LICENSE-APACHE' :
2323 lines = [
2424 ' Copyright 2021 The fast_float authors\n ' ,
25- * lines [189 :- 1 ]
25+ * lines [179 :- 1 ]
2626 ]
2727
2828 text = ''
You can’t perform that action at this time.
0 commit comments