From 143718fcdd87722134bfa96ce945edaf62541be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Wed, 5 Feb 2025 21:15:55 -0500 Subject: [PATCH] STYLE: Prefer using `https` instead of `http` in copyright notice Prefer using `https` instead of `http` in copyright notice license link. Changed in InsightSoftwareConsortium/ITK#3428 Fixes: ``` /home/runner/work/ITKPolarTransform/ITKPolarTransform/include/itkCartesianToPolarTransform.h:9: error: Header mismatch: ://www.apache.org/licenses/LICENSE-2.0.txt (s://www.apache.org/licenses/LICENSE-2.0.txt) : Utilities/KWStyle/ITKHeader.h /home/runner/work/ITKPolarTransform/ITKPolarTransform/include/itkCartesianToPolarTransform.hxx:9: error: Header mismatch: ://www.apache.org/licenses/LICENSE-2.0.txt (s://www.apache.org/licenses/LICENSE-2.0.txt) : Utilities/KWStyle/ITKHeader.h /home/runner/work/ITKPolarTransform/ITKPolarTransform/include/itkPolarToCartesianTransform.h:9: error: Header mismatch: ://www.apache.org/licenses/LICENSE-2.0.txt (s://www.apache.org/licenses/LICENSE-2.0.txt) : Utilities/KWStyle/ITKHeader.h /home/runner/work/ITKPolarTransform/ITKPolarTransform/include/itkPolarToCartesianTransform.hxx:9: error: Header mismatch: ://www.apache.org/licenses/LICENSE-2.0.txt (s://www.apache.org/licenses/LICENSE-2.0.txt) : Utilities/KWStyle/ITKHeader.h /home/runner/work/ITKPolarTransform/ITKPolarTransform/test/itkPolarTransformTest.cxx:9: error: Header mismatch: ://www.apache.org/licenses/LICENSE-2.0.txt (s://www.apache.org/licenses/LICENSE-2.0.txt) : Utilities/KWStyle/ITKHeader.h ``` raised for example in: https://github.com/InsightSoftwareConsortium/ITKPolarTransform/actions/runs/13094200407/job/36534462910#step:14:60 --- include/itkCartesianToPolarTransform.h | 2 +- include/itkCartesianToPolarTransform.hxx | 2 +- include/itkPolarToCartesianTransform.h | 2 +- include/itkPolarToCartesianTransform.hxx | 2 +- test/itkPolarTransformTest.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/itkCartesianToPolarTransform.h b/include/itkCartesianToPolarTransform.h index 8dc7377..a4b80e6 100644 --- a/include/itkCartesianToPolarTransform.h +++ b/include/itkCartesianToPolarTransform.h @@ -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.txt + * https://www.apache.org/licenses/LICENSE-2.0.txt * * 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/include/itkCartesianToPolarTransform.hxx b/include/itkCartesianToPolarTransform.hxx index e19ca53..951d006 100644 --- a/include/itkCartesianToPolarTransform.hxx +++ b/include/itkCartesianToPolarTransform.hxx @@ -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.txt + * https://www.apache.org/licenses/LICENSE-2.0.txt * * 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/include/itkPolarToCartesianTransform.h b/include/itkPolarToCartesianTransform.h index 3718294..4982f37 100644 --- a/include/itkPolarToCartesianTransform.h +++ b/include/itkPolarToCartesianTransform.h @@ -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.txt + * https://www.apache.org/licenses/LICENSE-2.0.txt * * 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/include/itkPolarToCartesianTransform.hxx b/include/itkPolarToCartesianTransform.hxx index 0239202..d624641 100644 --- a/include/itkPolarToCartesianTransform.hxx +++ b/include/itkPolarToCartesianTransform.hxx @@ -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.txt + * https://www.apache.org/licenses/LICENSE-2.0.txt * * 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/test/itkPolarTransformTest.cxx b/test/itkPolarTransformTest.cxx index 387161a..412277e 100644 --- a/test/itkPolarTransformTest.cxx +++ b/test/itkPolarTransformTest.cxx @@ -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.txt + * https://www.apache.org/licenses/LICENSE-2.0.txt * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,