From fca8ab6ddfd2f6c2f0669fcba27b84cb0b0d0280 Mon Sep 17 00:00:00 2001
From: Werner Randelshofer <werner.randelshofer@fibermail.ch>
Date: Sun, 30 Apr 2023 07:00:49 +0200
Subject: [PATCH] State in NOTICE that we include LICENSE files in source and
 classes Jar files.

---
 NOTICE | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index dc1a295c..0d0ff14f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -11,7 +11,8 @@ Copyright © 2023 Werner Randelshofer, Switzerland.
 
 This code is licensed under MIT License.
 https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE
-(The file 'LICENSE' is included in all Jar files that are released by this project - as is required by the license.)
+(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project
+- as is required by that license.)
 
 Some portions of the code have been derived from other projects.
 All these projects require that we include a copyright notice, and some require that we also include some text of their
@@ -30,4 +31,5 @@ https://github.com/tbuktu/bigint/tree/floatfft
 https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE
 https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE
 (We only use those portions of the bigint project that can be licensed under 2-clause BSD License.)
-(The file 'bigint-LICENSE' is included in all Jar files that are released by this project - as is required by the license.)
\ No newline at end of file
+(The file 'bigint-LICENSE' is included in the sources and classes Jar files that are released by this project
+- as is required by that license.)
\ No newline at end of file