Skip to content

Commit

Permalink
Describe in the readme-file how to license this project under the Apa…
Browse files Browse the repository at this point in the history
…che 2.0 License.
  • Loading branch information
wrandelshofer committed Apr 28, 2023
1 parent 7f31abd commit 23cfaf3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,21 @@ except 20.

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

The the content of the folder `supplemental_test_files` is Apache 2.0 License.
The content of the folder `supplemental_test_files` is Apache 2.0 License.

Alternatively, you can license this project under the Apache 2.0 License. Please, do the following:

- copy source files from this project into your project - as needed
- replace the file headers with the file headers of your project.
- Insert a comment in the file, that states that the file originates from
FastDoubleParser, Copyright © Werner Randelshofer, Switzerland, Apache 2.0 License.
- Include a copy of the Apache 2.0 License in your distribution, as required by its license terms.

## Usage

```java
module MyModule {
requires ch.randelshofer.fastdoubleparser;
requires ch.randelshofer.fastdoubleparser;
}
```

Expand Down

0 comments on commit 23cfaf3

Please sign in to comment.