From 23cfaf3d5762418bc0b286d0d492f4af9916be0f Mon Sep 17 00:00:00 2001 From: Werner Randelshofer Date: Fri, 28 Apr 2023 16:53:21 +0200 Subject: [PATCH] Describe in the readme-file how to license this project under the Apache 2.0 License. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa0155d1..dc2da1a2 100644 --- a/README.md +++ b/README.md @@ -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; } ```