From 47b51260fda33e3fa7916b69e2f2e80e3a147e32 Mon Sep 17 00:00:00 2001 From: "Matthias J. Sax" Date: Thu, 28 Feb 2019 13:33:51 -0800 Subject: [PATCH] HOTFIX: Change header back to http instead of https to path license header test (#6347) Reviewers: Jason Gustafson --- release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.py b/release.py index d5f22cbe483..a9fa697f0e1 100755 --- a/release.py +++ b/release.py @@ -8,7 +8,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# https://www.apache.org/licenses/LICENSE-2.0 +# 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,