File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,21 @@ except 20.
15
15
16
16
Everything except the content of the folder ` supplemental_test_files ` is MIT License.
17
17
18
- The the content of the folder ` supplemental_test_files ` is Apache 2.0 License.
18
+ The content of the folder ` supplemental_test_files ` is Apache 2.0 License.
19
+
20
+ Alternatively, you can license this project under the Apache 2.0 License. Please, do the following:
21
+
22
+ - copy source files from this project into your project - as needed
23
+ - replace the file headers with the file headers of your project.
24
+ - Insert a comment in the file, that states that the file originates from
25
+ FastDoubleParser, Copyright © Werner Randelshofer, Switzerland, Apache 2.0 License.
26
+ - Include a copy of the Apache 2.0 License in your distribution, as required by its license terms.
19
27
20
28
## Usage
21
29
22
30
``` java
23
31
module MyModule {
24
- requires ch. randelshofer. fastdoubleparser;
32
+ requires ch. randelshofer. fastdoubleparser;
25
33
}
26
34
```
27
35
You can’t perform that action at this time.
0 commit comments