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 b5bacbf..701bba6 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ microscopy formats. To use this module, clone it into the Modules/External directory in the ITK source tree. -Note that the OpenSlide library (http://openslide.org) must be available. +Note that the OpenSlide library (https://openslide.org) must be available. *Note:* This module is currently a work in progress. diff --git a/cmake/FindOpenSlide.cmake b/cmake/FindOpenSlide.cmake index c1d9aa2..ffb911c 100644 --- a/cmake/FindOpenSlide.cmake +++ b/cmake/FindOpenSlide.cmake @@ -1,6 +1,6 @@ # A CMake find module for the OpenSlide microscopy file reader library. # -# http://openslide.org +# https://openslide.org # # Once done, this module will define # OPENSLIDE_FOUND - system has OpenSlide diff --git a/examples/ExampleOutput.txt b/examples/ExampleOutput.txt index 7226de1..82998f4 100644 --- a/examples/ExampleOutput.txt +++ b/examples/ExampleOutput.txt @@ -1,4 +1,4 @@ -# Data from http://openslide.cs.cmu.edu/download/openslide-testdata/Hamamatsu/ +# Data from https://openslide.cs.cmu.edu/download/openslide-testdata/Hamamatsu/ $ DumpSlideInformation OS-1.ndpi diff --git a/examples/StreamProcessing.py b/examples/StreamProcessing.py index 7bc0577..f0fe184 100644 --- a/examples/StreamProcessing.py +++ b/examples/StreamProcessing.py @@ -8,7 +8,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/itkOpenSlideImageIO.h b/include/itkOpenSlideImageIO.h index ea7fa83..8db5168 100644 --- a/include/itkOpenSlideImageIO.h +++ b/include/itkOpenSlideImageIO.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/itkOpenSlideImageIOFactory.h b/include/itkOpenSlideImageIOFactory.h index f3c053a..4f321f0 100644 --- a/include/itkOpenSlideImageIOFactory.h +++ b/include/itkOpenSlideImageIOFactory.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/itk-module.cmake b/itk-module.cmake index e4da64f..65e46a9 100644 --- a/itk-module.cmake +++ b/itk-module.cmake @@ -1,6 +1,6 @@ set( DOCUMENTATION "This module contains ImageIO classes for reading microscopy images (mostly TIFF based) readable by the OpenSlide library, -http://openslide.org.") +https://openslide.org.") itk_module( IOOpenSlide DEPENDS diff --git a/src/itkOpenSlideImageIO.cxx b/src/itkOpenSlideImageIO.cxx index 667f4cc..5fd161b 100644 --- a/src/itkOpenSlideImageIO.cxx +++ b/src/itkOpenSlideImageIO.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/itkOpenSlideImageIOFactory.cxx b/src/itkOpenSlideImageIOFactory.cxx index 07ee857..162c2a4 100644 --- a/src/itkOpenSlideImageIOFactory.cxx +++ b/src/itkOpenSlideImageIOFactory.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/itkOpenSlideImageIOTest.cxx b/test/itkOpenSlideImageIOTest.cxx index 5ed0019..550c2c6 100644 --- a/test/itkOpenSlideImageIOTest.cxx +++ b/test/itkOpenSlideImageIOTest.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/itkOpenSlideTestMetaData.cxx b/test/itkOpenSlideTestMetaData.cxx index ce46f08..4190c10 100644 --- a/test/itkOpenSlideTestMetaData.cxx +++ b/test/itkOpenSlideTestMetaData.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,