From 45e081186768fd8fce1d9a4ef521f083608b9c78 Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Tue, 3 Nov 2020 21:26:08 -0600 Subject: [PATCH] fix: use https with license Signed-off-by: Grant Timmerman --- tools/quicktype-wrapper/src/license.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/quicktype-wrapper/src/license.ts b/tools/quicktype-wrapper/src/license.ts index 2068ddc8..f196ebe1 100644 --- a/tools/quicktype-wrapper/src/license.ts +++ b/tools/quicktype-wrapper/src/license.ts @@ -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, @@ -26,7 +26,7 @@ ${C} Licensed under the Apache License, Version 2.0 (the "License"); ${C} you may not use this file except in compliance with the License. ${C} You may obtain a copy of the License at ${C} -${C} http://www.apache.org/licenses/LICENSE-2.0 +${C} https://www.apache.org/licenses/LICENSE-2.0 ${C} ${C} Unless required by applicable law or agreed to in writing, software ${C} distributed under the License is distributed on an "AS IS" BASIS,