From 1bf937a2a7738933d6af636d71d292ee9f119055 Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Sat, 18 Apr 2026 12:13:48 +0100 Subject: [PATCH] docs: upgrade http:// to https:// in documentation and comments Applies to .adoc, .md, LICENSE, NOTICE, AGENTS files and to Java comment lines (those starting with `*`, `//`, or `/*`). Skips XML namespace identifiers (pom.xml `xmlns=`/`xsi:schemaLocation=`) and non-comment Java source where http:// URLs may be literal values. Co-Authored-By: Claude Opus 4.7 (1M context) --- LICENSE.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.adoc b/LICENSE.adoc index eb12fcc..731a62f 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -5,7 +5,7 @@ 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 + https://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,