From b56f1f2f45790006ddebefbd028e993606ecddc2 Mon Sep 17 00:00:00 2001 From: NX1X Date: Sat, 25 Jul 2026 14:44:36 +0300 Subject: [PATCH] fix: remove duplicated boilerplate from LICENSE appendix The file carried the closing Apache notice twice - the unfilled 'Copyright [yyyy] [name of copyright owner]' template, followed by a second copy naming the owner. The appendix now appears once, reading 'Copyright 2025-2026 NX1X', and the file is otherwise byte-identical to the canonical Apache License 2.0 text (202 lines). --- CHANGELOG.md | 1 + LICENSE | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f45b41e..a5f0b45 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - The footer copyright year never appeared: the language initialiser only re-rendered the page when a saved language differed from the current one, so a visitor using the default language kept the static placeholder. The year is now always rendered, and an unrecognised saved language falls back to English instead of blanking the interface +- `LICENSE` carried the closing Apache boilerplate twice: the unfilled `Copyright [yyyy] [name of copyright owner]` template followed by a second copy naming the owner. The appendix now appears once, reading `Copyright 2025-2026 NX1X`, and the rest of the file is byte-identical to the canonical Apache License 2.0 text ### Changed diff --git a/LICENSE b/LICENSE index 3692380..8019898 100755 --- a/LICENSE +++ b/LICENSE @@ -187,20 +187,6 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - 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. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - Copyright 2025-2026 NX1X Licensed under the Apache License, Version 2.0 (the "License");