From f2aa2fa640a96a55552d5d4d059ff10ff87925dc Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Mon, 9 Mar 2026 18:44:03 +0000 Subject: [PATCH] Fix Issue #19: correct and complete LICENSE texts. Move the copyright declaration to the top of LICENSE-APACHE and restore the generic instruction in the appendix. Append the truncated text to LICENSE-MIT --- LICENSE-APACHE | 3 ++- LICENSE-MIT | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LICENSE-APACHE b/LICENSE-APACHE index 1d39cdb..2e9e664 100644 --- a/LICENSE-APACHE +++ b/LICENSE-APACHE @@ -1,3 +1,4 @@ + Copyright 2018 Dan Reeves Apache License Version 2.0, January 2004 @@ -187,7 +188,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018 Dan Reeves + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/LICENSE-MIT b/LICENSE-MIT index 97a722f..58efca2 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -15,4 +15,5 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.