From 212b3678780b5b6ab27ae17ea68072ec5a088156 Mon Sep 17 00:00:00 2001 From: Tom Birdsong Date: Tue, 31 May 2022 14:55:40 -0400 Subject: [PATCH] ENH: Bump ITK and change http to https --- .clang-format | 2 +- .editorconfig | 2 +- .github/workflows/build-test-package.yml | 2 +- LICENSE | 4 ++-- include/itkSWCMeshIO.h | 2 +- include/itkSWCMeshIOFactory.h | 2 +- src/itkSWCMeshIO.cxx | 2 +- src/itkSWCMeshIOFactory.cxx | 2 +- test/itkMeshFileReadWriteTest.cxx | 2 +- 9 files changed, 10 insertions(+), 10 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/.editorconfig b/.editorconfig index 7b95893..648b969 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# http://EditorConfig.org +# https://EditorConfig.org # top-most EditorConfig file root = true diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 7eb91c9..0ff0360 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -3,7 +3,7 @@ name: Build, test, package on: [push,pull_request] env: - itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5" + itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6" itk-wheel-tag: "v5.3rc04" jobs: 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/include/itkSWCMeshIO.h b/include/itkSWCMeshIO.h index 412c0df..d83ef8e 100644 --- a/include/itkSWCMeshIO.h +++ b/include/itkSWCMeshIO.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/itkSWCMeshIOFactory.h b/include/itkSWCMeshIOFactory.h index 14d71d9..9b50613 100644 --- a/include/itkSWCMeshIOFactory.h +++ b/include/itkSWCMeshIOFactory.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/src/itkSWCMeshIO.cxx b/src/itkSWCMeshIO.cxx index a2d13c7..0911b10 100644 --- a/src/itkSWCMeshIO.cxx +++ b/src/itkSWCMeshIO.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, diff --git a/src/itkSWCMeshIOFactory.cxx b/src/itkSWCMeshIOFactory.cxx index f4d5431..424ddf3 100644 --- a/src/itkSWCMeshIOFactory.cxx +++ b/src/itkSWCMeshIOFactory.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, diff --git a/test/itkMeshFileReadWriteTest.cxx b/test/itkMeshFileReadWriteTest.cxx index a7fc006..44a7dbf 100644 --- a/test/itkMeshFileReadWriteTest.cxx +++ b/test/itkMeshFileReadWriteTest.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,