From 88b89f6a167e76db392beb787d3157aedab7a742 Mon Sep 17 00:00:00 2001 From: Torrey Payne <11740989+torreypayne@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:04:05 +0000 Subject: [PATCH] chore(tombstone-library): use https for Apache license URLs --- toys/tombstone-library/.data/license-template.erb | 4 ++-- toys/tombstone-library/.data/version-template.erb | 2 +- toys/tombstone-library/.toys.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/toys/tombstone-library/.data/license-template.erb b/toys/tombstone-library/.data/license-template.erb index c261857b..60673914 100644 --- a/toys/tombstone-library/.data/license-template.erb +++ b/toys/tombstone-library/.data/license-template.erb @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ 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, diff --git a/toys/tombstone-library/.data/version-template.erb b/toys/tombstone-library/.data/version-template.erb index b3dfc956..4e13620b 100644 --- a/toys/tombstone-library/.data/version-template.erb +++ b/toys/tombstone-library/.data/version-template.erb @@ -4,7 +4,7 @@ # 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, diff --git a/toys/tombstone-library/.toys.rb b/toys/tombstone-library/.toys.rb index cd0967fe..63885f2a 100644 --- a/toys/tombstone-library/.toys.rb +++ b/toys/tombstone-library/.toys.rb @@ -6,7 +6,7 @@ # 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,