Skip to content

Commit 23cfaf3

Browse files
committed
Describe in the readme-file how to license this project under the Apache 2.0 License.
1 parent 7f31abd commit 23cfaf3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,21 @@ except 20.
1515

1616
Everything except the content of the folder `supplemental_test_files` is MIT License.
1717

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.
1927

2028
## Usage
2129

2230
```java
2331
module MyModule {
24-
requires ch.randelshofer.fastdoubleparser;
32+
requires ch.randelshofer.fastdoubleparser;
2533
}
2634
```
2735

0 commit comments

Comments
 (0)