From 70e89da318a9d299c8c3f95dd91951ccfa5ea0da Mon Sep 17 00:00:00 2001 From: Tom Birdsong Date: Tue, 31 May 2022 11:54:00 -0400 Subject: [PATCH] ENH: Bump ITK and replace http with https using script --- .clang-format | 2 +- LICENSE | 4 ++-- README.rst | 6 +++--- doc/InsightArticle.cls | 4 ++-- doc/PolarTransform.bbl | 2 +- doc/PolarTransform.bib | 8 ++++---- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.clang-format b/.clang-format index 399e250..411b009 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,7 @@ ## See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html for details of each option ## ## The clang-format binaries can be downloaded as part of the clang binary distributions -## from http://releases.llvm.org/download.html +## from https://releases.llvm.org/download.html ## ## Use the script Utilities/Maintenance/clang-format.bash to faciliate ## maintaining a consistent code style. diff --git a/LICENSE b/LICENSE index d645695..62589ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ 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 @@ -193,7 +193,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/README.rst b/README.rst index 306ea72..0576e49 100644 --- a/README.rst +++ b/README.rst @@ -9,13 +9,13 @@ Overview This is a module for the `Insight Toolkit (ITK) `_ to transform from cartesian to polar coordinate systems and back. -For more information, see the `Insight Journal article `_:: +For more information, see the `Insight Journal article `_:: Bican J. Polar Transforms for ITK The Insight Journal. July-December. 2006. - http://hdl.handle.net/1926/342 - http://insight-journal.org/browse/publication/130 + https://hdl.handle.net/1926/342 + https://insight-journal.org/browse/publication/130 Installation ------------ diff --git a/doc/InsightArticle.cls b/doc/InsightArticle.cls index 1a05468..5111e48 100644 --- a/doc/InsightArticle.cls +++ b/doc/InsightArticle.cls @@ -76,11 +76,11 @@ % Define command to make reference to on-line Doxygen documentation \newcommand{\doxygen}[1]{ -\href{http://www.itk.org/Doxygen/html/classitk_1_1#1.html}{\code{itk::#1}}} +\href{https://www.itk.org/Doxygen/html/classitk_1_1#1.html}{\code{itk::#1}}} % Define command to make reference to on-line Doxygen documentation \newcommand{\subdoxygen}[2]{ -\href{http://www.itk.org/Doxygen/html/classitk_1_1#1_1_1#2.html}{\code{itk::#1::#2}}} +\href{https://www.itk.org/Doxygen/html/classitk_1_1#1_1_1#2.html}{\code{itk::#1::#2}}} % Define command for the standard comment introducing classes with similar functionalities \newcommand{\relatedClasses}{ diff --git a/doc/PolarTransform.bbl b/doc/PolarTransform.bbl index 2ea2a87..532593d 100644 --- a/doc/PolarTransform.bbl +++ b/doc/PolarTransform.bbl @@ -4,6 +4,6 @@ L.~Ibanez, W.~Schroeder, L.~Ng, and J.~Cates. \newblock {\em The {ITK} {S}oftware {G}uide}. \newblock Kitware, Inc. ISBN 1-930934-15-7, - http://www.itk.org/ItkSoftwareGuide.pdf, second edition, 2005. + https://www.itk.org/ItkSoftwareGuide.pdf, second edition, 2005. \end{thebibliography} diff --git a/doc/PolarTransform.bib b/doc/PolarTransform.bib index 4511375..4f6297d 100644 --- a/doc/PolarTransform.bib +++ b/doc/PolarTransform.bib @@ -2,8 +2,8 @@ @Manual{ITKSoftwareGuideSecondEdition Title = {The {ITK} {S}oftware {G}uide}, Author = {Ibanez, L. and Schroeder, W. and Ng, L. and Cates, J.}, Organization = "Kitware, Inc. ISBN 1-930934-15-7", - Address = {http://www.itk.org/ItkSoftwareGuide.pdf}, - url = {http://www.itk.org/ItkSoftwareGuide.pdf}, + Address = {https://www.itk.org/ItkSoftwareGuide.pdf}, + url = {https://www.itk.org/ItkSoftwareGuide.pdf}, Publisher = {Kitware Inc.}, Edition = {Second}, year = 2005, @@ -13,8 +13,8 @@ @manual{ITKSoftwareGuide Title = "The {ITK} {S}oftware {G}uide", Author = "Ibanez, L. and Schroeder, W. and Ng, L. and Cates, J.", Organization = "Kitware, Inc. ISBN 1-930934-10-6", - Address = "http://www.itk.org/ItkSoftwareGuide.pdf", - url = "http://www.itk.org/ItkSoftwareGuide.pdf", + Address = "https://www.itk.org/ItkSoftwareGuide.pdf", + url = "https://www.itk.org/ItkSoftwareGuide.pdf", Publisher = "Kitware Inc.", Edition = "First", year = 2003,