diff --git a/.clang-format b/.clang-format index 399e250e9..411b009a3 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/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 5b9a0f085..06ad9dd93 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -13,27 +13,27 @@ jobs: - os: self-hosted-linux c-compiler: "gcc" cxx-compiler: "g++" - itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5" + itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6" cmake-build-type: "MinSizeRel" - os: self-hosted-windows c-compiler: "cl.exe" cxx-compiler: "cl.exe" - itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5" + itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6" cmake-build-type: "Release" - os: ubuntu-20.04 c-compiler: "gcc" cxx-compiler: "g++" - itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5" + itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6" cmake-build-type: "MinSizeRel" - os: windows-2019 c-compiler: "cl.exe" cxx-compiler: "cl.exe" - itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5" + itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6" cmake-build-type: "Release" - os: macos-10.15 c-compiler: "clang" cxx-compiler: "clang++" - itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5" + itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6" cmake-build-type: "MinSizeRel" steps: diff --git a/COPYRIGHT.TXT b/COPYRIGHT.TXT index e8a06be20..2346c226d 100644 --- a/COPYRIGHT.TXT +++ b/COPYRIGHT.TXT @@ -150,7 +150,7 @@ GNU General Public License for more details. The included file 'COPYING' is a copy of the GNU General Public License. ------------------------------------------------------------------------ -itkBinShrinkImageFilter has been taken from http://hdl.handle.net/10380/3450 +itkBinShrinkImageFilter has been taken from https://hdl.handle.net/10380/3450 It uses the same Apache 2.0 license as RTK ------------------------------------------------------------------------ @@ -159,7 +159,7 @@ It uses the same Apache 2.0 license as RTK ------------------------------------------------------------------------ Some code is modified (a lot) from GIFT, the Generalized Image Fusion Toolkit -(http://hdl.handle.net/1926/216) +(https://hdl.handle.net/1926/216) - rtkDaubechiesWaveletsKernelSource.h - rtkDaubechiesWaveletsKernelSource.hxx - rtkDeconstructImageFilter.h @@ -172,7 +172,7 @@ Some code is modified (a lot) from GIFT, the Generalized Image Fusion Toolkit - rtkUpsampleImageFilter.hxx ------------------------------------------------------------------------ -Some code is modified from http://sourceforge.net/projects/niftyrec/: +Some code is modified from https://sourceforge.net/projects/niftyrec/: - tt_project_ray_gpu_kernels.cu in rtkCudaForwardProjectionImageFilter.h NIFTYREC TOMOGRAPHY TOOLBOX @@ -207,7 +207,7 @@ THE POSSIBILITY OF SUCH DAMAGE. ------------------------------------------------------------------------ utilities/lpsolve has been taken from -http://sourceforge.net/projects/lpsolve/files/lpsolve/5.5.2.0/lp_solve_5.5.2.0_source.tar.gz/download +https://sourceforge.net/projects/lpsolve/files/lpsolve/5.5.2.0/lp_solve_5.5.2.0_source.tar.gz/download and is distributed under the following license GNU lesser general public license. diff --git a/GettingStarted.md b/GettingStarted.md index 5f83b23ec..9e065e207 100644 --- a/GettingStarted.md +++ b/GettingStarted.md @@ -9,4 +9,4 @@ Here are suggested steps for the RTK beginner. 3. Check out the [FirstReconstruction](examples/FirstReconstruction) example (both the [CMake](examples/FirstReconstruction/CMakeLists.txt) and the [C++](examples/FirstReconstruction/FirstReconstruction.cxx) codes). Many other examples are on the wiki using the applications (corresponding source code in the [applications](applications) subdirectory). - 4. Ask question to the [user mailing list](http://public.kitware.com/mailman/listinfo/rtk-users). + 4. Ask question to the [user mailing list](https://public.kitware.com/mailman/listinfo/rtk-users). diff --git a/HEADER.TXT b/HEADER.TXT index daede7b5f..200679203 100644 --- a/HEADER.TXT +++ b/HEADER.TXT @@ -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/INSTALLATION.md b/INSTALLATION.md index c2bef7b8f..2b6f95b0e 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -3,11 +3,11 @@ RTK installation Configuration, compilation and installation with ITK ---------------------------------------------------- -RTK is a module of [ITK](http://www.itk.org), the Insight Toolkit. Follow the instructions of the [ITK software guide](https://itk.org/ITKSoftwareGuide/html) ([chapter 2](https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch2.html) mainly) for configuring and compiling ITK. The following CMake options are RTK specific: +RTK is a module of [ITK](https://www.itk.org), the Insight Toolkit. Follow the instructions of the [ITK software guide](https://itk.org/ITKSoftwareGuide/html) ([chapter 2](https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch2.html) mainly) for configuring and compiling ITK. The following CMake options are RTK specific: * `Module_RTK`: Activates RTK download and compilation. Default is `OFF`. Turn it `ON` to activate RTK or compile RTK independently (see below). * `Module_RTK_GIT_TAG`: Git tag for the RTK download. By default, the RTK version which is downloaded and compiled is the one given in the [RTK.remote.cmake](https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Remote/RTK.remote.cmake). Change this option to build another version. For example, you can change it to `master` to build the latest RTK version. RTK is only maintained to be backward compatible with the latest ITK release and ITK master branch. -* `RTK_BUILD_APPLICATIONS`: Activates the compilation of RTK's command line tools. Although RTK is mainly a toolkit, we also provide several command line tools for doing most of the available processing. These command line tools use [gengetopt](https://www.gnu.org/software/gengetopt/gengetopt.html). Several examples are available on the [Applications](http://wiki.openrtk.org/index.php/RTK_wiki_help#Applications) section of the [wiki](http://wikiopenrtk.org). +* `RTK_BUILD_APPLICATIONS`: Activates the compilation of RTK's command line tools. Although RTK is mainly a toolkit, we also provide several command line tools for doing most of the available processing. These command line tools use [gengetopt](https://www.gnu.org/software/gengetopt/gengetopt.html). Several examples are available on the [Applications](https://wiki.openrtk.org/index.php/RTK_wiki_help#Applications) section of the [wiki](http://wikiopenrtk.org). * `RTK_USE_CUDA`: Activates CUDA computation. Default is `ON` if CMake has automatically found the CUDA package and a CUDA-compatible GPU, and `OFF` otherwise. * `RTK_CUDA_PROJECTIONS_SLAB_SIZE`: Set the number of projections processed at once in CUDA processing. Default is 16. * `RTK_PROBE_EACH_FILTER`: Activates the timing, CPU and CUDA memory consumption of each filter. Defaults is `OFF`. When activated, each filter processing is probed and a summary can be displayed. All command line applications display the result with `--verbose`. diff --git a/LICENSE.TXT b/LICENSE.TXT index 6f3337dbf..3094a2b71 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -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 @@ -190,18 +190,18 @@ Copyright [2010-2012] [RTK Consortium] The RTK consortium comprises: - - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr/ - - Massachusetts General Hospital http://www.mgh.harvard.edu/ - - Université Catholique de Louvain http://www.uclouvain.be/ - - IBA http://www.iba-protontherapy.com/ - - Kitware http://www.kitware.com/ + - CREATIS CNRS laboratory https://www.creatis.insa-lyon.fr/ + - Massachusetts General Hospital https://www.mgh.harvard.edu/ + - Université Catholique de Louvain https://www.uclouvain.be/ + - IBA https://www.iba-protontherapy.com/ + - Kitware https://www.kitware.com/ - radART http://www.open-radart.org/ Licensed under the Apache License, Version 2.0 (the "License"); 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.md b/README.md index 4d374d164..04f770882 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ RTK: The Reconstruction ToolKit Links ----- -* [Homepage](http://www.openrtk.org) -* [Download](http://www.openrtk.org/RTK/resources/software.html) -* [Mailing List](http://public.kitware.com/mailman/listinfo/rtk-users) +* [Homepage](https://www.openrtk.org) +* [Download](https://www.openrtk.org/RTK/resources/software.html) +* [Mailing List](https://public.kitware.com/mailman/listinfo/rtk-users) * [Getting Started](GettingStarted.md) -* [Help](http://wiki.openrtk.org) +* [Help](https://wiki.openrtk.org) * [Issue tracking](https://github.com/SimonRit/RTK/issues) @@ -26,15 +26,15 @@ Copyright RTK Consortium ------------------------ Licensed under the Apache License, Version 2.0 (the - "[License](http://www.apache.org/licenses/LICENSE-2.0.txt)"); you may not use + "[License](https://www.apache.org/licenses/LICENSE-2.0.txt)"); you may not use this file except in compliance with the - [License](http://www.apache.org/licenses/LICENSE-2.0.txt). + [License](https://www.apache.org/licenses/LICENSE-2.0.txt). Unless required by applicable law or agreed to in writing, software distributed under the - [License](http://www.apache.org/licenses/LICENSE-2.0.txt) is distributed on + [License](https://www.apache.org/licenses/LICENSE-2.0.txt) is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - [License](http://www.apache.org/licenses/LICENSE-2.0.txt) for the specific + [License](https://www.apache.org/licenses/LICENSE-2.0.txt) for the specific language governing permissions and limitations under the - [License](http://www.apache.org/licenses/LICENSE-2.0.txt). + [License](https://www.apache.org/licenses/LICENSE-2.0.txt). diff --git a/applications/rtkadmmtotalvariation/rtkadmmtotalvariation.cxx b/applications/rtkadmmtotalvariation/rtkadmmtotalvariation.cxx index 2a109f113..c6323748f 100644 --- a/applications/rtkadmmtotalvariation/rtkadmmtotalvariation.cxx +++ b/applications/rtkadmmtotalvariation/rtkadmmtotalvariation.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/applications/rtkadmmwavelets/rtkadmmwavelets.cxx b/applications/rtkadmmwavelets/rtkadmmwavelets.cxx index a477aea5a..baa3e920b 100644 --- a/applications/rtkadmmwavelets/rtkadmmwavelets.cxx +++ b/applications/rtkadmmwavelets/rtkadmmwavelets.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/applications/rtkamsterdamshroud/rtkamsterdamshroud.cxx b/applications/rtkamsterdamshroud/rtkamsterdamshroud.cxx index e02b7f4b8..d2703883a 100644 --- a/applications/rtkamsterdamshroud/rtkamsterdamshroud.cxx +++ b/applications/rtkamsterdamshroud/rtkamsterdamshroud.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/applications/rtkbackprojections/rtkbackprojections.cxx b/applications/rtkbackprojections/rtkbackprojections.cxx index 5f82521c7..757431351 100644 --- a/applications/rtkbackprojections/rtkbackprojections.cxx +++ b/applications/rtkbackprojections/rtkbackprojections.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/applications/rtkbioscangeometry/rtkbioscangeometry.cxx b/applications/rtkbioscangeometry/rtkbioscangeometry.cxx index df3486ca5..5c3032123 100644 --- a/applications/rtkbioscangeometry/rtkbioscangeometry.cxx +++ b/applications/rtkbioscangeometry/rtkbioscangeometry.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/applications/rtkcheckimagequality/rtkcheckimagequality.cxx b/applications/rtkcheckimagequality/rtkcheckimagequality.cxx index a0818c6fc..bdbcb3d1a 100644 --- a/applications/rtkcheckimagequality/rtkcheckimagequality.cxx +++ b/applications/rtkcheckimagequality/rtkcheckimagequality.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/applications/rtkconjugategradient/rtkconjugategradient.cxx b/applications/rtkconjugategradient/rtkconjugategradient.cxx index 9322c2910..ac419f02e 100644 --- a/applications/rtkconjugategradient/rtkconjugategradient.cxx +++ b/applications/rtkconjugategradient/rtkconjugategradient.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/applications/rtkdigisensgeometry/rtkdigisensgeometry.cxx b/applications/rtkdigisensgeometry/rtkdigisensgeometry.cxx index ded08eb8a..67db3adcd 100644 --- a/applications/rtkdigisensgeometry/rtkdigisensgeometry.cxx +++ b/applications/rtkdigisensgeometry/rtkdigisensgeometry.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/applications/rtkdrawgeometricphantom/rtkdrawgeometricphantom.cxx b/applications/rtkdrawgeometricphantom/rtkdrawgeometricphantom.cxx index 3fdd8c415..5de17b971 100644 --- a/applications/rtkdrawgeometricphantom/rtkdrawgeometricphantom.cxx +++ b/applications/rtkdrawgeometricphantom/rtkdrawgeometricphantom.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/applications/rtkdrawshepploganphantom/rtkdrawshepploganphantom.cxx b/applications/rtkdrawshepploganphantom/rtkdrawshepploganphantom.cxx index c507f01fa..0cecf1faa 100644 --- a/applications/rtkdrawshepploganphantom/rtkdrawshepploganphantom.cxx +++ b/applications/rtkdrawshepploganphantom/rtkdrawshepploganphantom.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/applications/rtkdrawshepploganphantom/rtkdrawshepploganphantom.ggo b/applications/rtkdrawshepploganphantom/rtkdrawshepploganphantom.ggo index 39f7803f4..88d7cbf63 100644 --- a/applications/rtkdrawshepploganphantom/rtkdrawshepploganphantom.ggo +++ b/applications/rtkdrawshepploganphantom/rtkdrawshepploganphantom.ggo @@ -1,5 +1,5 @@ package "rtkdrawshepploganphantom" -purpose "Computes a 3D voxelized Shepp & Logan phantom with noise [http://www.slaney.org/pct/pct-errata.html]" +purpose "Computes a 3D voxelized Shepp & Logan phantom with noise [https://www.slaney.org/pct/pct-errata.html]" option "verbose" v "Verbose execution" flag off option "config" - "Config file" string no diff --git a/applications/rtkdualenergyforwardmodel/rtkdualenergyforwardmodel.cxx b/applications/rtkdualenergyforwardmodel/rtkdualenergyforwardmodel.cxx index 8f0838d4a..ae5daf65c 100644 --- a/applications/rtkdualenergyforwardmodel/rtkdualenergyforwardmodel.cxx +++ b/applications/rtkdualenergyforwardmodel/rtkdualenergyforwardmodel.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/applications/rtkdualenergysimplexdecomposition/rtkdualenergysimplexdecomposition.cxx b/applications/rtkdualenergysimplexdecomposition/rtkdualenergysimplexdecomposition.cxx index c6abc4bce..ba4f3c5f5 100644 --- a/applications/rtkdualenergysimplexdecomposition/rtkdualenergysimplexdecomposition.cxx +++ b/applications/rtkdualenergysimplexdecomposition/rtkdualenergysimplexdecomposition.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/applications/rtkelektasynergygeometry/rtkelektasynergygeometry.cxx b/applications/rtkelektasynergygeometry/rtkelektasynergygeometry.cxx index 2c2b63a7b..b6846020c 100644 --- a/applications/rtkelektasynergygeometry/rtkelektasynergygeometry.cxx +++ b/applications/rtkelektasynergygeometry/rtkelektasynergygeometry.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/applications/rtkextractphasesignal/rtkextractphasesignal.cxx b/applications/rtkextractphasesignal/rtkextractphasesignal.cxx index 34a6e2a02..a26eefc94 100644 --- a/applications/rtkextractphasesignal/rtkextractphasesignal.cxx +++ b/applications/rtkextractphasesignal/rtkextractphasesignal.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/applications/rtkextractshroudsignal/rtkextractshroudsignal.cxx b/applications/rtkextractshroudsignal/rtkextractshroudsignal.cxx index de8d7b8ea..426dc420e 100644 --- a/applications/rtkextractshroudsignal/rtkextractshroudsignal.cxx +++ b/applications/rtkextractshroudsignal/rtkextractshroudsignal.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/applications/rtkfdk/rtkfdk.cxx b/applications/rtkfdk/rtkfdk.cxx index 04c12df05..92bd86788 100644 --- a/applications/rtkfdk/rtkfdk.cxx +++ b/applications/rtkfdk/rtkfdk.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/applications/rtkfdktwodweights/rtkfdktwodweights.cxx b/applications/rtkfdktwodweights/rtkfdktwodweights.cxx index 4f5865439..b8c66a0e2 100644 --- a/applications/rtkfdktwodweights/rtkfdktwodweights.cxx +++ b/applications/rtkfdktwodweights/rtkfdktwodweights.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/applications/rtkfieldofview/rtkfieldofview.cxx b/applications/rtkfieldofview/rtkfieldofview.cxx index 753a33963..1a046648c 100644 --- a/applications/rtkfieldofview/rtkfieldofview.cxx +++ b/applications/rtkfieldofview/rtkfieldofview.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/applications/rtkforwardprojections/rtkforwardprojections.cxx b/applications/rtkforwardprojections/rtkforwardprojections.cxx index 115ffac34..0165f5afe 100644 --- a/applications/rtkforwardprojections/rtkforwardprojections.cxx +++ b/applications/rtkforwardprojections/rtkforwardprojections.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/applications/rtkfourdconjugategradient/rtkfourdconjugategradient.cxx b/applications/rtkfourdconjugategradient/rtkfourdconjugategradient.cxx index 85e39be1e..27ff6ec32 100644 --- a/applications/rtkfourdconjugategradient/rtkfourdconjugategradient.cxx +++ b/applications/rtkfourdconjugategradient/rtkfourdconjugategradient.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/applications/rtkfourdfdk/rtkfourdfdk.cxx b/applications/rtkfourdfdk/rtkfourdfdk.cxx index f8a82d01a..decd0c7fa 100644 --- a/applications/rtkfourdfdk/rtkfourdfdk.cxx +++ b/applications/rtkfourdfdk/rtkfourdfdk.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/applications/rtkfourdrooster/rtkfourdrooster.cxx b/applications/rtkfourdrooster/rtkfourdrooster.cxx index c99b45c60..9718ef11c 100644 --- a/applications/rtkfourdrooster/rtkfourdrooster.cxx +++ b/applications/rtkfourdrooster/rtkfourdrooster.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/applications/rtkfourdsart/rtkfourdsart.cxx b/applications/rtkfourdsart/rtkfourdsart.cxx index ef49c49b8..be38bb7cb 100644 --- a/applications/rtkfourdsart/rtkfourdsart.cxx +++ b/applications/rtkfourdsart/rtkfourdsart.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/applications/rtkgaincorrection/rtkgaincorrection.cxx b/applications/rtkgaincorrection/rtkgaincorrection.cxx index 66794b444..a6e71cc17 100644 --- a/applications/rtkgaincorrection/rtkgaincorrection.cxx +++ b/applications/rtkgaincorrection/rtkgaincorrection.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/applications/rtki0estimation/rtki0estimation.cxx b/applications/rtki0estimation/rtki0estimation.cxx index 56b569a26..b63fb51a8 100644 --- a/applications/rtki0estimation/rtki0estimation.cxx +++ b/applications/rtki0estimation/rtki0estimation.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/applications/rtkimagxgeometry/rtkimagxgeometry.cxx b/applications/rtkimagxgeometry/rtkimagxgeometry.cxx index 57d7e9b2b..5bfd9db0e 100644 --- a/applications/rtkimagxgeometry/rtkimagxgeometry.cxx +++ b/applications/rtkimagxgeometry/rtkimagxgeometry.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/applications/rtkiterativefdk/rtkiterativefdk.cxx b/applications/rtkiterativefdk/rtkiterativefdk.cxx index 9d921c1d0..4cdb2f21e 100644 --- a/applications/rtkiterativefdk/rtkiterativefdk.cxx +++ b/applications/rtkiterativefdk/rtkiterativefdk.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/applications/rtklagcorrection/rtklagcorrection.cxx b/applications/rtklagcorrection/rtklagcorrection.cxx index a53f43e93..b8018973f 100644 --- a/applications/rtklagcorrection/rtklagcorrection.cxx +++ b/applications/rtklagcorrection/rtklagcorrection.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/applications/rtklastdimensionl0gradientdenoising/rtklastdimensionl0gradientdenoising.cxx b/applications/rtklastdimensionl0gradientdenoising/rtklastdimensionl0gradientdenoising.cxx index 875101aea..b9e50b0b0 100644 --- a/applications/rtklastdimensionl0gradientdenoising/rtklastdimensionl0gradientdenoising.cxx +++ b/applications/rtklastdimensionl0gradientdenoising/rtklastdimensionl0gradientdenoising.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/applications/rtklut/rtklut.cxx b/applications/rtklut/rtklut.cxx index 0ab767c13..b130668fc 100644 --- a/applications/rtklut/rtklut.cxx +++ b/applications/rtklut/rtklut.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/applications/rtkmaskcollimation/rtkmaskcollimation.cxx b/applications/rtkmaskcollimation/rtkmaskcollimation.cxx index d8c38588e..5e5159f5c 100644 --- a/applications/rtkmaskcollimation/rtkmaskcollimation.cxx +++ b/applications/rtkmaskcollimation/rtkmaskcollimation.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/applications/rtkmcrooster/rtkmcrooster.cxx b/applications/rtkmcrooster/rtkmcrooster.cxx index 409deedee..75feb75b3 100644 --- a/applications/rtkmcrooster/rtkmcrooster.cxx +++ b/applications/rtkmcrooster/rtkmcrooster.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/applications/rtkmotioncompensatedfourdconjugategradient/rtkmotioncompensatedfourdconjugategradient.cxx b/applications/rtkmotioncompensatedfourdconjugategradient/rtkmotioncompensatedfourdconjugategradient.cxx index ea921b74b..a662a21ba 100644 --- a/applications/rtkmotioncompensatedfourdconjugategradient/rtkmotioncompensatedfourdconjugategradient.cxx +++ b/applications/rtkmotioncompensatedfourdconjugategradient/rtkmotioncompensatedfourdconjugategradient.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/applications/rtkorageometry/rtkorageometry.cxx b/applications/rtkorageometry/rtkorageometry.cxx index 9e786539e..6a68b4a4f 100644 --- a/applications/rtkorageometry/rtkorageometry.cxx +++ b/applications/rtkorageometry/rtkorageometry.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/applications/rtkosem/rtkosem.cxx b/applications/rtkosem/rtkosem.cxx index 6e9e0c3e4..151ebe20e 100644 --- a/applications/rtkosem/rtkosem.cxx +++ b/applications/rtkosem/rtkosem.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/applications/rtkoverlayphaseandshroud/rtkoverlayphaseandshroud.cxx b/applications/rtkoverlayphaseandshroud/rtkoverlayphaseandshroud.cxx index c90fdf194..fc6a6e5f3 100644 --- a/applications/rtkoverlayphaseandshroud/rtkoverlayphaseandshroud.cxx +++ b/applications/rtkoverlayphaseandshroud/rtkoverlayphaseandshroud.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/applications/rtkparkershortscanweighting/rtkparkershortscanweighting.cxx b/applications/rtkparkershortscanweighting/rtkparkershortscanweighting.cxx index 10d304e9d..5945d7958 100644 --- a/applications/rtkparkershortscanweighting/rtkparkershortscanweighting.cxx +++ b/applications/rtkparkershortscanweighting/rtkparkershortscanweighting.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/applications/rtkprojectgeometricphantom/rtkprojectgeometricphantom.cxx b/applications/rtkprojectgeometricphantom/rtkprojectgeometricphantom.cxx index f8cc0fd31..af53bdd7d 100644 --- a/applications/rtkprojectgeometricphantom/rtkprojectgeometricphantom.cxx +++ b/applications/rtkprojectgeometricphantom/rtkprojectgeometricphantom.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/applications/rtkprojectionmatrix/rtkMatlabSparseMatrix.h b/applications/rtkprojectionmatrix/rtkMatlabSparseMatrix.h index 1d5aa3443..312478d65 100644 --- a/applications/rtkprojectionmatrix/rtkMatlabSparseMatrix.h +++ b/applications/rtkprojectionmatrix/rtkMatlabSparseMatrix.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/applications/rtkprojectionmatrix/rtkMatlabSparseMatrix.hxx b/applications/rtkprojectionmatrix/rtkMatlabSparseMatrix.hxx index 11d85baff..f2e9febb3 100644 --- a/applications/rtkprojectionmatrix/rtkMatlabSparseMatrix.hxx +++ b/applications/rtkprojectionmatrix/rtkMatlabSparseMatrix.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/applications/rtkprojectionmatrix/rtkprojectionmatrix.cxx b/applications/rtkprojectionmatrix/rtkprojectionmatrix.cxx index ce8a17076..10b3c15f7 100644 --- a/applications/rtkprojectionmatrix/rtkprojectionmatrix.cxx +++ b/applications/rtkprojectionmatrix/rtkprojectionmatrix.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/applications/rtkprojections/rtkprojections.cxx b/applications/rtkprojections/rtkprojections.cxx index 06754dd76..62ad3e816 100644 --- a/applications/rtkprojections/rtkprojections.cxx +++ b/applications/rtkprojections/rtkprojections.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/applications/rtkprojectshepploganphantom/rtkprojectshepploganphantom.cxx b/applications/rtkprojectshepploganphantom/rtkprojectshepploganphantom.cxx index 55414861c..e1d52083e 100644 --- a/applications/rtkprojectshepploganphantom/rtkprojectshepploganphantom.cxx +++ b/applications/rtkprojectshepploganphantom/rtkprojectshepploganphantom.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/applications/rtkrabbitct/CMakeLists.txt b/applications/rtkrabbitct/CMakeLists.txt index a682c5d1f..edc4d9c0f 100644 --- a/applications/rtkrabbitct/CMakeLists.txt +++ b/applications/rtkrabbitct/CMakeLists.txt @@ -1,7 +1,7 @@ #========================================================= # RabbitCT if(CUDA_FOUND) - option(RTK_RABBITCT "Build library for RabbitCT: http://www5.informatik.uni-erlangen.de/research/projects/rabbitct/" OFF) + option(RTK_RABBITCT "Build library for RabbitCT: https://www5.informatik.uni-erlangen.de/research/projects/rabbitct/" OFF) if(RTK_RABBITCT) add_library(rtkrabbitct SHARED rtkrabbitct.cpp) target_link_libraries(rtkrabbitct ${CUDA_LIBRARIES} ITKCommon rtkcuda) diff --git a/applications/rtkramp/rtkramp.cxx b/applications/rtkramp/rtkramp.cxx index c00b1a917..0d0d7f1e3 100644 --- a/applications/rtkramp/rtkramp.cxx +++ b/applications/rtkramp/rtkramp.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/applications/rtkrayboxintersection/rtkrayboxintersection.cxx b/applications/rtkrayboxintersection/rtkrayboxintersection.cxx index 3174a3a51..6f8e5f58a 100644 --- a/applications/rtkrayboxintersection/rtkrayboxintersection.cxx +++ b/applications/rtkrayboxintersection/rtkrayboxintersection.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/applications/rtkrayellipsoidintersection/rtkrayellipsoidintersection.cxx b/applications/rtkrayellipsoidintersection/rtkrayellipsoidintersection.cxx index dff5d84f1..16c99e030 100644 --- a/applications/rtkrayellipsoidintersection/rtkrayellipsoidintersection.cxx +++ b/applications/rtkrayellipsoidintersection/rtkrayellipsoidintersection.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/applications/rtkrayquadricintersection/rtkrayquadricintersection.cxx b/applications/rtkrayquadricintersection/rtkrayquadricintersection.cxx index 4a79deceb..76b8445e7 100644 --- a/applications/rtkrayquadricintersection/rtkrayquadricintersection.cxx +++ b/applications/rtkrayquadricintersection/rtkrayquadricintersection.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/applications/rtkregularizedconjugategradient/rtkregularizedconjugategradient.cxx b/applications/rtkregularizedconjugategradient/rtkregularizedconjugategradient.cxx index 2c4fa9b50..0ba005a51 100644 --- a/applications/rtkregularizedconjugategradient/rtkregularizedconjugategradient.cxx +++ b/applications/rtkregularizedconjugategradient/rtkregularizedconjugategradient.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/applications/rtksart/rtksart.cxx b/applications/rtksart/rtksart.cxx index b40fc1e56..5332b20d6 100644 --- a/applications/rtksart/rtksart.cxx +++ b/applications/rtksart/rtksart.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/applications/rtkscatterglarecorrection/rtkscatterglarecorrection.cxx b/applications/rtkscatterglarecorrection/rtkscatterglarecorrection.cxx index 146ce8f4e..3f1be2380 100644 --- a/applications/rtkscatterglarecorrection/rtkscatterglarecorrection.cxx +++ b/applications/rtkscatterglarecorrection/rtkscatterglarecorrection.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/applications/rtksimulatedgeometry/rtksimulatedgeometry.cxx b/applications/rtksimulatedgeometry/rtksimulatedgeometry.cxx index 815d47edd..58ffb004a 100644 --- a/applications/rtksimulatedgeometry/rtksimulatedgeometry.cxx +++ b/applications/rtksimulatedgeometry/rtksimulatedgeometry.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/applications/rtksimulatedgeometry/rtksimulatedgeometry.ggo b/applications/rtksimulatedgeometry/rtksimulatedgeometry.ggo index eecc7e40f..f4f88a153 100644 --- a/applications/rtksimulatedgeometry/rtksimulatedgeometry.ggo +++ b/applications/rtksimulatedgeometry/rtksimulatedgeometry.ggo @@ -1,5 +1,5 @@ package "rtksimulatedgeometry" -purpose "Creates an RTK geometry file from simulated/regular trajectory. See http://www.openrtk.org/Doxygen/DocGeo3D.html for more information." +purpose "Creates an RTK geometry file from simulated/regular trajectory. See https://www.openrtk.org/Doxygen/DocGeo3D.html for more information." option "verbose" v "Verbose execution" flag off option "config" - "Config file" string no diff --git a/applications/rtksimulatedgeometry/rtksimulatedgeometry.py b/applications/rtksimulatedgeometry/rtksimulatedgeometry.py index ff87ebdf6..1789d8093 100644 --- a/applications/rtksimulatedgeometry/rtksimulatedgeometry.py +++ b/applications/rtksimulatedgeometry/rtksimulatedgeometry.py @@ -6,7 +6,7 @@ if __name__ == '__main__': # Argument parsing parser = argparse.ArgumentParser(description= - "Creates an RTK geometry file from simulated/regular trajectory. See http://www.openrtk.org/Doxygen/DocGeo3D.html for more information.") + "Creates an RTK geometry file from simulated/regular trajectory. See https://www.openrtk.org/Doxygen/DocGeo3D.html for more information.") parser.add_argument('--nproj', '-n', type=int, help='Number of projections') parser.add_argument('--output', '-o', help='Output file name') diff --git a/applications/rtkspectraldenoiseprojections/rtkspectraldenoiseprojections.cxx b/applications/rtkspectraldenoiseprojections/rtkspectraldenoiseprojections.cxx index d11ce054e..82cae9bb5 100644 --- a/applications/rtkspectraldenoiseprojections/rtkspectraldenoiseprojections.cxx +++ b/applications/rtkspectraldenoiseprojections/rtkspectraldenoiseprojections.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/applications/rtkspectralforwardmodel/rtkspectralforwardmodel.cxx b/applications/rtkspectralforwardmodel/rtkspectralforwardmodel.cxx index f9059d7b4..d0608f73e 100644 --- a/applications/rtkspectralforwardmodel/rtkspectralforwardmodel.cxx +++ b/applications/rtkspectralforwardmodel/rtkspectralforwardmodel.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/applications/rtkspectralonestep/rtkspectralonestep.cxx b/applications/rtkspectralonestep/rtkspectralonestep.cxx index e5acbef0f..eef4fda19 100644 --- a/applications/rtkspectralonestep/rtkspectralonestep.cxx +++ b/applications/rtkspectralonestep/rtkspectralonestep.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/applications/rtkspectralrooster/rtkspectralrooster.cxx b/applications/rtkspectralrooster/rtkspectralrooster.cxx index 5d96f8dbf..bd2909b06 100644 --- a/applications/rtkspectralrooster/rtkspectralrooster.cxx +++ b/applications/rtkspectralrooster/rtkspectralrooster.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/applications/rtkspectralsimplexdecomposition/rtkspectralsimplexdecomposition.cxx b/applications/rtkspectralsimplexdecomposition/rtkspectralsimplexdecomposition.cxx index d2aee018d..290cd110c 100644 --- a/applications/rtkspectralsimplexdecomposition/rtkspectralsimplexdecomposition.cxx +++ b/applications/rtkspectralsimplexdecomposition/rtkspectralsimplexdecomposition.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/applications/rtksubselect/rtksubselect.cxx b/applications/rtksubselect/rtksubselect.cxx index c7ae97b33..b5c0da675 100644 --- a/applications/rtksubselect/rtksubselect.cxx +++ b/applications/rtksubselect/rtksubselect.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/applications/rtktotalnuclearvariationdenoising/rtktotalnuclearvariationdenoising.cxx b/applications/rtktotalnuclearvariationdenoising/rtktotalnuclearvariationdenoising.cxx index b82267fa5..c1ec4d2eb 100644 --- a/applications/rtktotalnuclearvariationdenoising/rtktotalnuclearvariationdenoising.cxx +++ b/applications/rtktotalnuclearvariationdenoising/rtktotalnuclearvariationdenoising.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/applications/rtktotalvariationdenoising/rtktotalvariationdenoising.cxx b/applications/rtktotalvariationdenoising/rtktotalvariationdenoising.cxx index 217a33659..45b8fc1df 100644 --- a/applications/rtktotalvariationdenoising/rtktotalvariationdenoising.cxx +++ b/applications/rtktotalvariationdenoising/rtktotalvariationdenoising.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/applications/rtktutorialapplication/rtktutorialapplication.cxx b/applications/rtktutorialapplication/rtktutorialapplication.cxx index b3e92b322..935ef8d36 100644 --- a/applications/rtktutorialapplication/rtktutorialapplication.cxx +++ b/applications/rtktutorialapplication/rtktutorialapplication.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, @@ -63,7 +63,7 @@ main(int argc, char * argv[]) // Collatz sequence of each voxel, using only one // itk::AddImageFilter, one itk::MultiplyImageFilter, // and one itk::DivideImageFilter - // http://en.wikipedia.org/wiki/Collatz_conjecture + // https://en.wikipedia.org/wiki/Collatz_conjecture // // You will need to use the DisconnectPipeline() // function. You can see how it is used in diff --git a/applications/rtkvarianobigeometry/rtkvarianobigeometry.cxx b/applications/rtkvarianobigeometry/rtkvarianobigeometry.cxx index 1e361cdee..146cd2446 100644 --- a/applications/rtkvarianobigeometry/rtkvarianobigeometry.cxx +++ b/applications/rtkvarianobigeometry/rtkvarianobigeometry.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/applications/rtkvarianprobeamgeometry/rtkvarianprobeamgeometry.cxx b/applications/rtkvarianprobeamgeometry/rtkvarianprobeamgeometry.cxx index 62204cd64..040bb36fd 100644 --- a/applications/rtkvarianprobeamgeometry/rtkvarianprobeamgeometry.cxx +++ b/applications/rtkvarianprobeamgeometry/rtkvarianprobeamgeometry.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/applications/rtkvectorconjugategradient/rtkvectorconjugategradient.cxx b/applications/rtkvectorconjugategradient/rtkvectorconjugategradient.cxx index b40c1f2ad..956f87e94 100644 --- a/applications/rtkvectorconjugategradient/rtkvectorconjugategradient.cxx +++ b/applications/rtkvectorconjugategradient/rtkvectorconjugategradient.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/applications/rtkwangdisplaceddetectorweighting/rtkwangdisplaceddetectorweighting.cxx b/applications/rtkwangdisplaceddetectorweighting/rtkwangdisplaceddetectorweighting.cxx index dc191107f..b2f04b432 100644 --- a/applications/rtkwangdisplaceddetectorweighting/rtkwangdisplaceddetectorweighting.cxx +++ b/applications/rtkwangdisplaceddetectorweighting/rtkwangdisplaceddetectorweighting.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/applications/rtkwarpedbackprojectsequence/rtkwarpedbackprojectsequence.cxx b/applications/rtkwarpedbackprojectsequence/rtkwarpedbackprojectsequence.cxx index c5d904370..d449780b6 100644 --- a/applications/rtkwarpedbackprojectsequence/rtkwarpedbackprojectsequence.cxx +++ b/applications/rtkwarpedbackprojectsequence/rtkwarpedbackprojectsequence.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/applications/rtkwarpedforwardprojectsequence/rtkwarpedforwardprojectsequence.cxx b/applications/rtkwarpedforwardprojectsequence/rtkwarpedforwardprojectsequence.cxx index 5c90fefaf..fd3327a8c 100644 --- a/applications/rtkwarpedforwardprojectsequence/rtkwarpedforwardprojectsequence.cxx +++ b/applications/rtkwarpedforwardprojectsequence/rtkwarpedforwardprojectsequence.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/applications/rtkwaveletsdenoising/rtkwaveletsdenoising.cxx b/applications/rtkwaveletsdenoising/rtkwaveletsdenoising.cxx index 0340589c8..371c51b75 100644 --- a/applications/rtkwaveletsdenoising/rtkwaveletsdenoising.cxx +++ b/applications/rtkwaveletsdenoising/rtkwaveletsdenoising.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/applications/rtkxradgeometry/rtkxradgeometry.cxx b/applications/rtkxradgeometry/rtkxradgeometry.cxx index 33cc14621..499b00d09 100644 --- a/applications/rtkxradgeometry/rtkxradgeometry.cxx +++ b/applications/rtkxradgeometry/rtkxradgeometry.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/cmake/GetGitRevisionDescription.cmake b/cmake/GetGitRevisionDescription.cmake index c8d27f2e8..463b5b6a6 100644 --- a/cmake/GetGitRevisionDescription.cmake +++ b/cmake/GetGitRevisionDescription.cmake @@ -28,7 +28,7 @@ # Copyright Iowa State University 2009-2010. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# https://www.boost.org/LICENSE_1_0.txt) if(__get_git_revision_description) return() diff --git a/cmake/GetGitRevisionDescription.cmake.in b/cmake/GetGitRevisionDescription.cmake.in index 6faa374a8..89fea976d 100644 --- a/cmake/GetGitRevisionDescription.cmake.in +++ b/cmake/GetGitRevisionDescription.cmake.in @@ -11,7 +11,7 @@ # Copyright Iowa State University 2009-2010. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# https://www.boost.org/LICENSE_1_0.txt) set(HEAD_HASH) diff --git a/cmake/Hooks/pre-commit-style.bash b/cmake/Hooks/pre-commit-style.bash index c686eeb2f..48fbea82b 100644 --- a/cmake/Hooks/pre-commit-style.bash +++ b/cmake/Hooks/pre-commit-style.bash @@ -5,7 +5,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/cmake/KWStyle/RTKHeader.h b/cmake/KWStyle/RTKHeader.h index fadba37a5..2739a0fc9 100644 --- a/cmake/KWStyle/RTKHeader.h +++ b/cmake/KWStyle/RTKHeader.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/documentation/Doxygen/CMakeLists.txt b/documentation/Doxygen/CMakeLists.txt index 923aee0f5..77c23a379 100644 --- a/documentation/Doxygen/CMakeLists.txt +++ b/documentation/Doxygen/CMakeLists.txt @@ -11,7 +11,7 @@ if(RTK_BUILD_DOXYGEN) # # Information on how to retrieve the ITK documentation tag file - set(ITK_DOXYGEN_TAG_LOCATION "http://itk.org/files/NightlyDoxygen/InsightDoxygenDocTag.gz") + set(ITK_DOXYGEN_TAG_LOCATION "https://itk.org/files/NightlyDoxygen/InsightDoxygenDocTag.gz") set(ITK_DOXYGEN_COMPRESSED_TAG_FILE ${PROJECT_BINARY_DIR}/Doxygen/InsightDoxygen.tag.gz) set(ITK_DOXYGEN_TAG_FILE ${PROJECT_BINARY_DIR}/Doxygen/InsightDoxygen.tag) @@ -32,7 +32,7 @@ if(RTK_BUILD_DOXYGEN) find_program(GZIP_TOOL NAMES gzip) if(GZIP_TOOL) execute_process(COMMAND ${GZIP_TOOL} -dkf ${ITK_DOXYGEN_COMPRESSED_TAG_FILE}) - set(DOXYGEN_TAGFILES_PARAMETER "${ITK_DOXYGEN_TAG_FILE}=http://www.itk.org/Doxygen/html/") + set(DOXYGEN_TAGFILES_PARAMETER "${ITK_DOXYGEN_TAG_FILE}=https://www.itk.org/Doxygen/html/") endif() else() set(DOXYGEN_TAGFILES_PARAMETER "") diff --git a/documentation/Doxygen/DoxygenFooter.html b/documentation/Doxygen/DoxygenFooter.html index 5845dd05d..b91456c29 100644 --- a/documentation/Doxygen/DoxygenFooter.html +++ b/documentation/Doxygen/DoxygenFooter.html @@ -5,7 +5,7 @@ @@ -13,7 +13,7 @@ diff --git a/documentation/Doxygen/DoxygenHeader.html b/documentation/Doxygen/DoxygenHeader.html index f00a21a18..0b410fc52 100644 --- a/documentation/Doxygen/DoxygenHeader.html +++ b/documentation/Doxygen/DoxygenHeader.html @@ -1,6 +1,6 @@ - + @@ -26,7 +26,7 @@ - Logo + Logo diff --git a/documentation/Doxygen/MainPage.dox b/documentation/Doxygen/MainPage.dox index 1e44f73f7..74dc105db 100644 --- a/documentation/Doxygen/MainPage.dox +++ b/documentation/Doxygen/MainPage.dox @@ -2,13 +2,13 @@ * * \mainpage Reconstruction Toolkit * - * \image html http://www.openrtk.org/opensourcelogos/rtk100.png width=200 + * \image html https://www.openrtk.org/opensourcelogos/rtk100.png width=200 * * Welcome to the RTK project! The objective of this project is to develop * open-source software for fast tomographic reconstruction compatible with * ITK. The Home Page of the Reconstruction toolkit can be found at : * - * http://www.openrtk.org/ + * https://www.openrtk.org/ * * This documentation describes the API of the Toolkit. The Modules * link presents a hierarchy of classes organized according to their diff --git a/documentation/Doxygen/doxygen.config.in b/documentation/Doxygen/doxygen.config.in index 85c0342c8..0cec19927 100644 --- a/documentation/Doxygen/doxygen.config.in +++ b/documentation/Doxygen/doxygen.config.in @@ -51,7 +51,7 @@ PROJECT_BRIEF = "Reconstruction Toolkit" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = http://www.openrtk.org/opensourcelogos/rtk100.png +PROJECT_LOGO = https://www.openrtk.org/opensourcelogos/rtk100.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -251,7 +251,7 @@ TAB_SIZE = 2 # commands \{ and \} for these it is advised to use the version @{ and @} or use # a double escape (\\{ and \\}) -# Follow example from http://www.doxygen.nl/manual/custcmd.html +# Follow example from https://www.doxygen.nl/manual/custcmd.html # Use ^^ instead of \n in aliases https://sourceforge.net/p/doxygen/mailman/message/36215997/ ALIASES = @@ -1363,7 +1363,7 @@ QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help # Project output. For more information please see Qt Help Project / Namespace -# (see: http://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). +# (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1371,7 +1371,7 @@ QHP_NAMESPACE = org.doxygen.Project # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt # Help Project output. For more information please see Qt Help Project / Virtual -# Folders (see: http://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual- +# Folders (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual- # folders). # The default value is: doc. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1380,7 +1380,7 @@ QHP_VIRTUAL_FOLDER = doc # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom # filter to add. For more information please see Qt Help Project / Custom -# Filters (see: http://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- +# Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- # filters). # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1388,7 +1388,7 @@ QHP_CUST_FILTER_NAME = # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see Qt Help Project / Custom -# Filters (see: http://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- +# Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- # filters). # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1396,7 +1396,7 @@ QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this # project's filter section matches. Qt Help Project / Filter Attributes (see: -# http://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes). +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_SECT_FILTER_ATTRS = @@ -1513,7 +1513,7 @@ USE_MATHJAX = YES # When MathJax is enabled you can set the default output format to be used for # the MathJax output. See the MathJax site (see: -# http://docs.mathjax.org/en/latest/output.html) for more details. +# https://docs.mathjax.org/en/latest/output.html) for more details. # Possible values are: HTML-CSS (which is slower, but has the best # compatibility), NativeMML (i.e. MathML) and SVG. # The default value is: HTML-CSS. @@ -1543,7 +1543,7 @@ MATHJAX_EXTENSIONS = # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces # of code that will be used on startup of the MathJax code. See the MathJax site -# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# (see: https://docs.mathjax.org/en/latest/output.html) for more details. For an # example see the documentation. # This tag requires that the tag USE_MATHJAX is set to YES. @@ -2265,7 +2265,7 @@ CLASS_DIAGRAMS = YES # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see: -# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the +# https://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the # documentation. The MSCGEN_PATH tag allows you to specify the directory where # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. @@ -2287,7 +2287,7 @@ HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz (see: -# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent +# https://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent # Bell Labs. The other options in this section have no effect if this option is # set to NO # The default value is: NO. @@ -2442,7 +2442,7 @@ DIRECTORY_GRAPH = YES # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. For an explanation of the image formats see the section # output formats in the documentation of the dot tool (Graphviz (see: -# http://www.graphviz.org/)). +# https://www.graphviz.org/)). # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order # to make the SVG files visible in IE 9+ (other browsers do not have this # requirement). diff --git a/documentation/Doxygen/rtkThreeDCircularProjectionGeometry.dox b/documentation/Doxygen/rtkThreeDCircularProjectionGeometry.dox index 29d601754..2ce39005c 100644 --- a/documentation/Doxygen/rtkThreeDCircularProjectionGeometry.dox +++ b/documentation/Doxygen/rtkThreeDCircularProjectionGeometry.dox @@ -149,12 +149,12 @@ positions in the rotated coordinate system \f$(Rx,Ry,Rz)\f$ (i.e., oriented according to the detector orientation), with its origin at the isocenter, when all values are positive (but all distances can be negative in this geometry): -\image html http://www.openrtk.org/RTK/img/ThreeDCircularProjectionGeometry.svg +\image html https://www.openrtk.org/RTK/img/ThreeDCircularProjectionGeometry.svg These 6 parameters are used to describe any source and detector positions. It is simpler to understand the circular geometry when all Offset values equal 0 : -\image html http://www.openrtk.org/RTK/img/ThreeDCircularProjectionGeometry_aligned.svg +\image html https://www.openrtk.org/RTK/img/ThreeDCircularProjectionGeometry_aligned.svg \subsection SP Source position @@ -219,7 +219,7 @@ for the parameters ProjectionOffsetX and ProjectionOffsetY. The latter two allow to modify the Origin of each projection as is the case for a flat panel. The cylindrical detector geometry is illustrated in the following scheme: -\image html http://www.openrtk.org/RTK/img/ThreeDCircularProjectionGeometry_cylindrical.svg +\image html https://www.openrtk.org/RTK/img/ThreeDCircularProjectionGeometry_cylindrical.svg This scheme is based on the previous one with all offsets equal 0 but this is not required. @@ -233,7 +233,7 @@ placed at a distance SourceToIsocenterDistance from the isocenter and the detector is placed symetrically around the origin \f$(0,0,0)\f$ at the same SourceToIsocenterDistance. This is summarized in the following scheme: -\image html http://www.openrtk.org/RTK/img/ThreeDCircularProjectionGeometry_parallel.svg +\image html https://www.openrtk.org/RTK/img/ThreeDCircularProjectionGeometry_parallel.svg In this case, the projection matrix becomes: diff --git a/include/rtkADMMTotalVariationConeBeamReconstructionFilter.h b/include/rtkADMMTotalVariationConeBeamReconstructionFilter.h index 3710f10df..9507bfe84 100644 --- a/include/rtkADMMTotalVariationConeBeamReconstructionFilter.h +++ b/include/rtkADMMTotalVariationConeBeamReconstructionFilter.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/rtkADMMTotalVariationConeBeamReconstructionFilter.hxx b/include/rtkADMMTotalVariationConeBeamReconstructionFilter.hxx index 843c4ef71..85ecb9b5e 100644 --- a/include/rtkADMMTotalVariationConeBeamReconstructionFilter.hxx +++ b/include/rtkADMMTotalVariationConeBeamReconstructionFilter.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/rtkADMMTotalVariationConjugateGradientOperator.h b/include/rtkADMMTotalVariationConjugateGradientOperator.h index 1acfa1c1e..92b327148 100644 --- a/include/rtkADMMTotalVariationConjugateGradientOperator.h +++ b/include/rtkADMMTotalVariationConjugateGradientOperator.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/rtkADMMTotalVariationConjugateGradientOperator.hxx b/include/rtkADMMTotalVariationConjugateGradientOperator.hxx index a6fef8705..a7899f4e4 100644 --- a/include/rtkADMMTotalVariationConjugateGradientOperator.hxx +++ b/include/rtkADMMTotalVariationConjugateGradientOperator.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/rtkADMMWaveletsConeBeamReconstructionFilter.h b/include/rtkADMMWaveletsConeBeamReconstructionFilter.h index 92035b109..b206e1e9b 100644 --- a/include/rtkADMMWaveletsConeBeamReconstructionFilter.h +++ b/include/rtkADMMWaveletsConeBeamReconstructionFilter.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/rtkADMMWaveletsConeBeamReconstructionFilter.hxx b/include/rtkADMMWaveletsConeBeamReconstructionFilter.hxx index b6478b875..2ef5512c0 100644 --- a/include/rtkADMMWaveletsConeBeamReconstructionFilter.hxx +++ b/include/rtkADMMWaveletsConeBeamReconstructionFilter.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/rtkADMMWaveletsConjugateGradientOperator.h b/include/rtkADMMWaveletsConjugateGradientOperator.h index 4137ba00c..a5e77408b 100644 --- a/include/rtkADMMWaveletsConjugateGradientOperator.h +++ b/include/rtkADMMWaveletsConjugateGradientOperator.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/rtkADMMWaveletsConjugateGradientOperator.hxx b/include/rtkADMMWaveletsConjugateGradientOperator.hxx index 1404a2998..330df48cb 100644 --- a/include/rtkADMMWaveletsConjugateGradientOperator.hxx +++ b/include/rtkADMMWaveletsConjugateGradientOperator.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/rtkAddMatrixAndDiagonalImageFilter.h b/include/rtkAddMatrixAndDiagonalImageFilter.h index 4619997f4..0c1875432 100644 --- a/include/rtkAddMatrixAndDiagonalImageFilter.h +++ b/include/rtkAddMatrixAndDiagonalImageFilter.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/rtkAddMatrixAndDiagonalImageFilter.hxx b/include/rtkAddMatrixAndDiagonalImageFilter.hxx index 3b827ca0d..1224de6e1 100644 --- a/include/rtkAddMatrixAndDiagonalImageFilter.hxx +++ b/include/rtkAddMatrixAndDiagonalImageFilter.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/rtkAdditiveGaussianNoiseImageFilter.h b/include/rtkAdditiveGaussianNoiseImageFilter.h index 7326eedce..cdc27036f 100644 --- a/include/rtkAdditiveGaussianNoiseImageFilter.h +++ b/include/rtkAdditiveGaussianNoiseImageFilter.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, @@ -24,7 +24,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/rtkAdditiveGaussianNoiseImageFilter.hxx b/include/rtkAdditiveGaussianNoiseImageFilter.hxx index 5e1196a6f..c0f028909 100644 --- a/include/rtkAdditiveGaussianNoiseImageFilter.hxx +++ b/include/rtkAdditiveGaussianNoiseImageFilter.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, @@ -24,7 +24,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/rtkAmsterdamShroudImageFilter.h b/include/rtkAmsterdamShroudImageFilter.h index 34acde09b..ff7ed0314 100644 --- a/include/rtkAmsterdamShroudImageFilter.h +++ b/include/rtkAmsterdamShroudImageFilter.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/rtkAmsterdamShroudImageFilter.hxx b/include/rtkAmsterdamShroudImageFilter.hxx index 8e36500f0..14a241b50 100644 --- a/include/rtkAmsterdamShroudImageFilter.hxx +++ b/include/rtkAmsterdamShroudImageFilter.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/rtkAverageOutOfROIImageFilter.h b/include/rtkAverageOutOfROIImageFilter.h index 9a9addd13..3965956d0 100644 --- a/include/rtkAverageOutOfROIImageFilter.h +++ b/include/rtkAverageOutOfROIImageFilter.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/rtkAverageOutOfROIImageFilter.hxx b/include/rtkAverageOutOfROIImageFilter.hxx index 89d564f02..52dc8ce30 100644 --- a/include/rtkAverageOutOfROIImageFilter.hxx +++ b/include/rtkAverageOutOfROIImageFilter.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/rtkBackProjectionImageFilter.h b/include/rtkBackProjectionImageFilter.h index 7b290279f..e2393f37b 100644 --- a/include/rtkBackProjectionImageFilter.h +++ b/include/rtkBackProjectionImageFilter.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/rtkBackProjectionImageFilter.hxx b/include/rtkBackProjectionImageFilter.hxx index 146c96227..33441df43 100644 --- a/include/rtkBackProjectionImageFilter.hxx +++ b/include/rtkBackProjectionImageFilter.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/rtkBackwardDifferenceDivergenceImageFilter.h b/include/rtkBackwardDifferenceDivergenceImageFilter.h index 23b4d5170..f53dc890e 100644 --- a/include/rtkBackwardDifferenceDivergenceImageFilter.h +++ b/include/rtkBackwardDifferenceDivergenceImageFilter.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/rtkBackwardDifferenceDivergenceImageFilter.hxx b/include/rtkBackwardDifferenceDivergenceImageFilter.hxx index 1a2a125f1..2f1c6180f 100644 --- a/include/rtkBackwardDifferenceDivergenceImageFilter.hxx +++ b/include/rtkBackwardDifferenceDivergenceImageFilter.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/rtkBioscanGeometryReader.h b/include/rtkBioscanGeometryReader.h index bac8bddfd..dfdc3180a 100644 --- a/include/rtkBioscanGeometryReader.h +++ b/include/rtkBioscanGeometryReader.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/rtkBlockDiagonalMatrixVectorMultiplyImageFilter.h b/include/rtkBlockDiagonalMatrixVectorMultiplyImageFilter.h index 4e0edeed6..3476f4b04 100644 --- a/include/rtkBlockDiagonalMatrixVectorMultiplyImageFilter.h +++ b/include/rtkBlockDiagonalMatrixVectorMultiplyImageFilter.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/rtkBlockDiagonalMatrixVectorMultiplyImageFilter.hxx b/include/rtkBlockDiagonalMatrixVectorMultiplyImageFilter.hxx index e87ec7f35..6f3d03852 100644 --- a/include/rtkBlockDiagonalMatrixVectorMultiplyImageFilter.hxx +++ b/include/rtkBlockDiagonalMatrixVectorMultiplyImageFilter.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/rtkBoellaardScatterCorrectionImageFilter.h b/include/rtkBoellaardScatterCorrectionImageFilter.h index 5c044d66e..e91cdef74 100644 --- a/include/rtkBoellaardScatterCorrectionImageFilter.h +++ b/include/rtkBoellaardScatterCorrectionImageFilter.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/rtkBoellaardScatterCorrectionImageFilter.hxx b/include/rtkBoellaardScatterCorrectionImageFilter.hxx index da16d97a0..59ecb412e 100644 --- a/include/rtkBoellaardScatterCorrectionImageFilter.hxx +++ b/include/rtkBoellaardScatterCorrectionImageFilter.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/rtkBoxShape.h b/include/rtkBoxShape.h index e87d4314f..4c5e9b02f 100644 --- a/include/rtkBoxShape.h +++ b/include/rtkBoxShape.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/rtkConditionalMedianImageFilter.h b/include/rtkConditionalMedianImageFilter.h index b531bfedf..ada5666e0 100644 --- a/include/rtkConditionalMedianImageFilter.h +++ b/include/rtkConditionalMedianImageFilter.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/rtkConditionalMedianImageFilter.hxx b/include/rtkConditionalMedianImageFilter.hxx index 22c3f34e1..a07fb72c9 100644 --- a/include/rtkConditionalMedianImageFilter.hxx +++ b/include/rtkConditionalMedianImageFilter.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/rtkConjugateGradientConeBeamReconstructionFilter.h b/include/rtkConjugateGradientConeBeamReconstructionFilter.h index 3cc31839a..1e938d7e1 100644 --- a/include/rtkConjugateGradientConeBeamReconstructionFilter.h +++ b/include/rtkConjugateGradientConeBeamReconstructionFilter.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/rtkConjugateGradientConeBeamReconstructionFilter.hxx b/include/rtkConjugateGradientConeBeamReconstructionFilter.hxx index a5e8dcc6d..bdc941777 100644 --- a/include/rtkConjugateGradientConeBeamReconstructionFilter.hxx +++ b/include/rtkConjugateGradientConeBeamReconstructionFilter.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/rtkConjugateGradientGetP_kPlusOneImageFilter.h b/include/rtkConjugateGradientGetP_kPlusOneImageFilter.h index 95145bded..f4d58639b 100644 --- a/include/rtkConjugateGradientGetP_kPlusOneImageFilter.h +++ b/include/rtkConjugateGradientGetP_kPlusOneImageFilter.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/rtkConjugateGradientGetP_kPlusOneImageFilter.hxx b/include/rtkConjugateGradientGetP_kPlusOneImageFilter.hxx index d75b04b9d..effee6bd4 100644 --- a/include/rtkConjugateGradientGetP_kPlusOneImageFilter.hxx +++ b/include/rtkConjugateGradientGetP_kPlusOneImageFilter.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/rtkConjugateGradientGetR_kPlusOneImageFilter.h b/include/rtkConjugateGradientGetR_kPlusOneImageFilter.h index bbf8fe15e..8dc098863 100644 --- a/include/rtkConjugateGradientGetR_kPlusOneImageFilter.h +++ b/include/rtkConjugateGradientGetR_kPlusOneImageFilter.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/rtkConjugateGradientGetR_kPlusOneImageFilter.hxx b/include/rtkConjugateGradientGetR_kPlusOneImageFilter.hxx index 0f51814a1..9c84b8c1a 100644 --- a/include/rtkConjugateGradientGetR_kPlusOneImageFilter.hxx +++ b/include/rtkConjugateGradientGetR_kPlusOneImageFilter.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/rtkConjugateGradientGetX_kPlusOneImageFilter.h b/include/rtkConjugateGradientGetX_kPlusOneImageFilter.h index f08b966d5..34314b4cd 100644 --- a/include/rtkConjugateGradientGetX_kPlusOneImageFilter.h +++ b/include/rtkConjugateGradientGetX_kPlusOneImageFilter.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/rtkConjugateGradientGetX_kPlusOneImageFilter.hxx b/include/rtkConjugateGradientGetX_kPlusOneImageFilter.hxx index 65ee9088e..2d55d3ede 100644 --- a/include/rtkConjugateGradientGetX_kPlusOneImageFilter.hxx +++ b/include/rtkConjugateGradientGetX_kPlusOneImageFilter.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/rtkConjugateGradientImageFilter.h b/include/rtkConjugateGradientImageFilter.h index 451255c63..eee57c858 100644 --- a/include/rtkConjugateGradientImageFilter.h +++ b/include/rtkConjugateGradientImageFilter.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, @@ -37,7 +37,7 @@ namespace rtk * \brief Solves AX = B by conjugate gradient * * ConjugateGradientImageFilter implements the algorithm described - * in http://en.wikipedia.org/wiki/Conjugate_gradient_method + * in https://en.wikipedia.org/wiki/Conjugate_gradient_method * * \ingroup RTK */ diff --git a/include/rtkConjugateGradientImageFilter.hxx b/include/rtkConjugateGradientImageFilter.hxx index 89dfbce86..5ac058c53 100644 --- a/include/rtkConjugateGradientImageFilter.hxx +++ b/include/rtkConjugateGradientImageFilter.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/rtkConjugateGradientOperator.h b/include/rtkConjugateGradientOperator.h index 8b982d268..795ebbc6c 100644 --- a/include/rtkConjugateGradientOperator.h +++ b/include/rtkConjugateGradientOperator.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/rtkConjugateGradientOperator.hxx b/include/rtkConjugateGradientOperator.hxx index ba9a36b34..cd6ace1bd 100644 --- a/include/rtkConjugateGradientOperator.hxx +++ b/include/rtkConjugateGradientOperator.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/rtkConstantImageSource.h b/include/rtkConstantImageSource.h index 67e14d34f..17ef9bd6c 100644 --- a/include/rtkConstantImageSource.h +++ b/include/rtkConstantImageSource.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/rtkConstantImageSource.hxx b/include/rtkConstantImageSource.hxx index 8210bc1b1..fb74da47b 100644 --- a/include/rtkConstantImageSource.hxx +++ b/include/rtkConstantImageSource.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/rtkConvexShape.h b/include/rtkConvexShape.h index 0695739ac..f215868cd 100644 --- a/include/rtkConvexShape.h +++ b/include/rtkConvexShape.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/rtkCudaAverageOutOfROIImageFilter.h b/include/rtkCudaAverageOutOfROIImageFilter.h index 6dffa1cbf..0541d2308 100644 --- a/include/rtkCudaAverageOutOfROIImageFilter.h +++ b/include/rtkCudaAverageOutOfROIImageFilter.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/rtkCudaAverageOutOfROIImageFilter.hcu b/include/rtkCudaAverageOutOfROIImageFilter.hcu index 8edeaf501..d4d770044 100644 --- a/include/rtkCudaAverageOutOfROIImageFilter.hcu +++ b/include/rtkCudaAverageOutOfROIImageFilter.hcu @@ -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/rtkCudaBackProjectionImageFilter.h b/include/rtkCudaBackProjectionImageFilter.h index b3d567346..9a5e204e1 100644 --- a/include/rtkCudaBackProjectionImageFilter.h +++ b/include/rtkCudaBackProjectionImageFilter.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/rtkCudaBackProjectionImageFilter.hcu b/include/rtkCudaBackProjectionImageFilter.hcu index 9c3343eef..f133dbdfb 100644 --- a/include/rtkCudaBackProjectionImageFilter.hcu +++ b/include/rtkCudaBackProjectionImageFilter.hcu @@ -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/rtkCudaBackProjectionImageFilter.hxx b/include/rtkCudaBackProjectionImageFilter.hxx index a22068a7b..6e2cc0de3 100644 --- a/include/rtkCudaBackProjectionImageFilter.hxx +++ b/include/rtkCudaBackProjectionImageFilter.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/rtkCudaConjugateGradientImageFilter.h b/include/rtkCudaConjugateGradientImageFilter.h index bc402f52a..226ba01d7 100644 --- a/include/rtkCudaConjugateGradientImageFilter.h +++ b/include/rtkCudaConjugateGradientImageFilter.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/rtkCudaConjugateGradientImageFilter.hcu b/include/rtkCudaConjugateGradientImageFilter.hcu index a652f4016..c53b5d8c1 100644 --- a/include/rtkCudaConjugateGradientImageFilter.hcu +++ b/include/rtkCudaConjugateGradientImageFilter.hcu @@ -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/rtkCudaConjugateGradientImageFilter.hxx b/include/rtkCudaConjugateGradientImageFilter.hxx index 6f51c9d87..e5cd2ddbb 100644 --- a/include/rtkCudaConjugateGradientImageFilter.hxx +++ b/include/rtkCudaConjugateGradientImageFilter.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/rtkCudaConstantVolumeSeriesSource.h b/include/rtkCudaConstantVolumeSeriesSource.h index 0042cd6b4..3578b02f1 100644 --- a/include/rtkCudaConstantVolumeSeriesSource.h +++ b/include/rtkCudaConstantVolumeSeriesSource.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/rtkCudaConstantVolumeSeriesSource.hcu b/include/rtkCudaConstantVolumeSeriesSource.hcu index e0d5cd6b1..1206a506b 100644 --- a/include/rtkCudaConstantVolumeSeriesSource.hcu +++ b/include/rtkCudaConstantVolumeSeriesSource.hcu @@ -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/rtkCudaConstantVolumeSource.h b/include/rtkCudaConstantVolumeSource.h index b32116618..0082f696c 100644 --- a/include/rtkCudaConstantVolumeSource.h +++ b/include/rtkCudaConstantVolumeSource.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/rtkCudaConstantVolumeSource.hcu b/include/rtkCudaConstantVolumeSource.hcu index b74f586c0..327a20a2f 100644 --- a/include/rtkCudaConstantVolumeSource.hcu +++ b/include/rtkCudaConstantVolumeSource.hcu @@ -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/rtkCudaCropImageFilter.h b/include/rtkCudaCropImageFilter.h index e8bb68c12..a4ceba724 100644 --- a/include/rtkCudaCropImageFilter.h +++ b/include/rtkCudaCropImageFilter.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/rtkCudaCropImageFilter.hcu b/include/rtkCudaCropImageFilter.hcu index 75f1f10b6..b3e12a382 100644 --- a/include/rtkCudaCropImageFilter.hcu +++ b/include/rtkCudaCropImageFilter.hcu @@ -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/rtkCudaCyclicDeformationImageFilter.h b/include/rtkCudaCyclicDeformationImageFilter.h index 8f95972c8..623547212 100644 --- a/include/rtkCudaCyclicDeformationImageFilter.h +++ b/include/rtkCudaCyclicDeformationImageFilter.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/rtkCudaCyclicDeformationImageFilter.hcu b/include/rtkCudaCyclicDeformationImageFilter.hcu index aa7dddc26..c5ac08700 100644 --- a/include/rtkCudaCyclicDeformationImageFilter.hcu +++ b/include/rtkCudaCyclicDeformationImageFilter.hcu @@ -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/rtkCudaDisplacedDetectorImageFilter.h b/include/rtkCudaDisplacedDetectorImageFilter.h index a29eed4ec..059a5b6db 100644 --- a/include/rtkCudaDisplacedDetectorImageFilter.h +++ b/include/rtkCudaDisplacedDetectorImageFilter.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/rtkCudaDisplacedDetectorImageFilter.hcu b/include/rtkCudaDisplacedDetectorImageFilter.hcu index 1072acd9f..b115c9ac1 100644 --- a/include/rtkCudaDisplacedDetectorImageFilter.hcu +++ b/include/rtkCudaDisplacedDetectorImageFilter.hcu @@ -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/rtkCudaFDKBackProjectionImageFilter.h b/include/rtkCudaFDKBackProjectionImageFilter.h index eb5ee64b0..4755e8d79 100644 --- a/include/rtkCudaFDKBackProjectionImageFilter.h +++ b/include/rtkCudaFDKBackProjectionImageFilter.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/rtkCudaFDKBackProjectionImageFilter.hcu b/include/rtkCudaFDKBackProjectionImageFilter.hcu index 277d4be2f..262425d4f 100644 --- a/include/rtkCudaFDKBackProjectionImageFilter.hcu +++ b/include/rtkCudaFDKBackProjectionImageFilter.hcu @@ -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/rtkCudaFDKConeBeamReconstructionFilter.h b/include/rtkCudaFDKConeBeamReconstructionFilter.h index 506177db7..91d65052d 100644 --- a/include/rtkCudaFDKConeBeamReconstructionFilter.h +++ b/include/rtkCudaFDKConeBeamReconstructionFilter.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/rtkCudaFDKWeightProjectionFilter.h b/include/rtkCudaFDKWeightProjectionFilter.h index 9edbe96c9..0f402dc2d 100644 --- a/include/rtkCudaFDKWeightProjectionFilter.h +++ b/include/rtkCudaFDKWeightProjectionFilter.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/rtkCudaFDKWeightProjectionFilter.hcu b/include/rtkCudaFDKWeightProjectionFilter.hcu index b0e6cf300..f6284a255 100644 --- a/include/rtkCudaFDKWeightProjectionFilter.hcu +++ b/include/rtkCudaFDKWeightProjectionFilter.hcu @@ -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/rtkCudaFFTProjectionsConvolutionImageFilter.h b/include/rtkCudaFFTProjectionsConvolutionImageFilter.h index 671b5a335..763c8084e 100644 --- a/include/rtkCudaFFTProjectionsConvolutionImageFilter.h +++ b/include/rtkCudaFFTProjectionsConvolutionImageFilter.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/rtkCudaFFTProjectionsConvolutionImageFilter.hcu b/include/rtkCudaFFTProjectionsConvolutionImageFilter.hcu index 069fac0e9..cc72ceb47 100644 --- a/include/rtkCudaFFTProjectionsConvolutionImageFilter.hcu +++ b/include/rtkCudaFFTProjectionsConvolutionImageFilter.hcu @@ -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/rtkCudaFFTProjectionsConvolutionImageFilter.hxx b/include/rtkCudaFFTProjectionsConvolutionImageFilter.hxx index 6afcb90af..f94a3ffe9 100644 --- a/include/rtkCudaFFTProjectionsConvolutionImageFilter.hxx +++ b/include/rtkCudaFFTProjectionsConvolutionImageFilter.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/rtkCudaFFTRampImageFilter.h b/include/rtkCudaFFTRampImageFilter.h index 9c5cc9177..b2bcadab4 100644 --- a/include/rtkCudaFFTRampImageFilter.h +++ b/include/rtkCudaFFTRampImageFilter.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/rtkCudaFirstOrderKernels.hcu b/include/rtkCudaFirstOrderKernels.hcu index a31a9f9b6..19255ab4f 100644 --- a/include/rtkCudaFirstOrderKernels.hcu +++ b/include/rtkCudaFirstOrderKernels.hcu @@ -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/rtkCudaForwardProjectionImageFilter.h b/include/rtkCudaForwardProjectionImageFilter.h index 0cb182655..cc5f2735c 100644 --- a/include/rtkCudaForwardProjectionImageFilter.h +++ b/include/rtkCudaForwardProjectionImageFilter.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, @@ -37,7 +37,7 @@ * sampling points only on the main direction slices. * * The code was developed based on the file tt_project_ray_gpu_kernels.cu of - * NiftyRec (http://sourceforge.net/projects/niftyrec/) which is distributed under a BSD + * NiftyRec (https://sourceforge.net/projects/niftyrec/) which is distributed under a BSD * license. See COPYRIGHT.TXT. * * \author Marc Vila, updated by Simon Rit and Cyril Mory diff --git a/include/rtkCudaForwardProjectionImageFilter.hcu b/include/rtkCudaForwardProjectionImageFilter.hcu index d35dad44d..0dd6ce8df 100644 --- a/include/rtkCudaForwardProjectionImageFilter.hcu +++ b/include/rtkCudaForwardProjectionImageFilter.hcu @@ -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/rtkCudaForwardProjectionImageFilter.hxx b/include/rtkCudaForwardProjectionImageFilter.hxx index 0b56f90e4..ddf4a1b5d 100644 --- a/include/rtkCudaForwardProjectionImageFilter.hxx +++ b/include/rtkCudaForwardProjectionImageFilter.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/rtkCudaForwardWarpImageFilter.h b/include/rtkCudaForwardWarpImageFilter.h index 1a1906b8d..f9038ea85 100644 --- a/include/rtkCudaForwardWarpImageFilter.h +++ b/include/rtkCudaForwardWarpImageFilter.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/rtkCudaForwardWarpImageFilter.hcu b/include/rtkCudaForwardWarpImageFilter.hcu index 71218f342..2f61d9a2c 100644 --- a/include/rtkCudaForwardWarpImageFilter.hcu +++ b/include/rtkCudaForwardWarpImageFilter.hcu @@ -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/rtkCudaInterpolateImageFilter.h b/include/rtkCudaInterpolateImageFilter.h index cbbec519b..75dbe1a88 100644 --- a/include/rtkCudaInterpolateImageFilter.h +++ b/include/rtkCudaInterpolateImageFilter.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/rtkCudaInterpolateImageFilter.hcu b/include/rtkCudaInterpolateImageFilter.hcu index 261b7d09b..5c0ba262d 100644 --- a/include/rtkCudaInterpolateImageFilter.hcu +++ b/include/rtkCudaInterpolateImageFilter.hcu @@ -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/rtkCudaIntersectBox.hcu b/include/rtkCudaIntersectBox.hcu index 280af2844..630c0c1b5 100644 --- a/include/rtkCudaIntersectBox.hcu +++ b/include/rtkCudaIntersectBox.hcu @@ -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, @@ -31,7 +31,7 @@ struct Ray // Intersection function of a ray with a box, followed "slabs" method // https://education.siggraph.org/static/HyperGraph/raytrace/rtinter3.htm // The function has to be explicitely inlined, otherwise "multiple definition" errors -// will pop during linking. See http://choorucode.com/2011/03/15/cuda-device-function-in-header-file/ +// will pop during linking. See https://choorucode.com/2011/03/15/cuda-device-function-in-header-file/ // for more information __forceinline__ __device__ int intersectBox(Ray r, float * tnear, float * tfar, float3 boxMin, float3 boxMax) diff --git a/include/rtkCudaIterativeFDKConeBeamReconstructionFilter.h b/include/rtkCudaIterativeFDKConeBeamReconstructionFilter.h index 76a5baaa5..b606b4f1a 100644 --- a/include/rtkCudaIterativeFDKConeBeamReconstructionFilter.h +++ b/include/rtkCudaIterativeFDKConeBeamReconstructionFilter.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/rtkCudaLagCorrectionImageFilter.h b/include/rtkCudaLagCorrectionImageFilter.h index 10208ba67..57c73790f 100644 --- a/include/rtkCudaLagCorrectionImageFilter.h +++ b/include/rtkCudaLagCorrectionImageFilter.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/rtkCudaLagCorrectionImageFilter.hcu b/include/rtkCudaLagCorrectionImageFilter.hcu index 49bf0aa93..1aa0fa45b 100644 --- a/include/rtkCudaLagCorrectionImageFilter.hcu +++ b/include/rtkCudaLagCorrectionImageFilter.hcu @@ -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/rtkCudaLaplacianImageFilter.h b/include/rtkCudaLaplacianImageFilter.h index e8ffa69d1..da5fe16b9 100644 --- a/include/rtkCudaLaplacianImageFilter.h +++ b/include/rtkCudaLaplacianImageFilter.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/rtkCudaLaplacianImageFilter.hcu b/include/rtkCudaLaplacianImageFilter.hcu index cc8410281..3ec252207 100644 --- a/include/rtkCudaLaplacianImageFilter.hcu +++ b/include/rtkCudaLaplacianImageFilter.hcu @@ -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/rtkCudaLastDimensionTVDenoisingImageFilter.h b/include/rtkCudaLastDimensionTVDenoisingImageFilter.h index 5315ef33b..d4e267c4f 100644 --- a/include/rtkCudaLastDimensionTVDenoisingImageFilter.h +++ b/include/rtkCudaLastDimensionTVDenoisingImageFilter.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/rtkCudaLastDimensionTVDenoisingImageFilter.hcu b/include/rtkCudaLastDimensionTVDenoisingImageFilter.hcu index 83a0db417..13e5f13d3 100644 --- a/include/rtkCudaLastDimensionTVDenoisingImageFilter.hcu +++ b/include/rtkCudaLastDimensionTVDenoisingImageFilter.hcu @@ -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/rtkCudaParkerShortScanImageFilter.h b/include/rtkCudaParkerShortScanImageFilter.h index 771a3a212..62ac8e1ce 100644 --- a/include/rtkCudaParkerShortScanImageFilter.h +++ b/include/rtkCudaParkerShortScanImageFilter.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/rtkCudaParkerShortScanImageFilter.hcu b/include/rtkCudaParkerShortScanImageFilter.hcu index c5d033e8d..e39e8783f 100644 --- a/include/rtkCudaParkerShortScanImageFilter.hcu +++ b/include/rtkCudaParkerShortScanImageFilter.hcu @@ -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/rtkCudaPolynomialGainCorrectionImageFilter.h b/include/rtkCudaPolynomialGainCorrectionImageFilter.h index 3cc40a06c..8c514a26b 100644 --- a/include/rtkCudaPolynomialGainCorrectionImageFilter.h +++ b/include/rtkCudaPolynomialGainCorrectionImageFilter.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/rtkCudaPolynomialGainCorrectionImageFilter.hcu b/include/rtkCudaPolynomialGainCorrectionImageFilter.hcu index 0225f7ae9..bdc1450c4 100644 --- a/include/rtkCudaPolynomialGainCorrectionImageFilter.hcu +++ b/include/rtkCudaPolynomialGainCorrectionImageFilter.hcu @@ -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/rtkCudaRayCastBackProjectionImageFilter.h b/include/rtkCudaRayCastBackProjectionImageFilter.h index 54c9eb580..b7a45bf46 100644 --- a/include/rtkCudaRayCastBackProjectionImageFilter.h +++ b/include/rtkCudaRayCastBackProjectionImageFilter.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/rtkCudaRayCastBackProjectionImageFilter.hcu b/include/rtkCudaRayCastBackProjectionImageFilter.hcu index d65ac6ff5..faaf353c2 100644 --- a/include/rtkCudaRayCastBackProjectionImageFilter.hcu +++ b/include/rtkCudaRayCastBackProjectionImageFilter.hcu @@ -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/rtkCudaScatterGlareCorrectionImageFilter.h b/include/rtkCudaScatterGlareCorrectionImageFilter.h index ceee8bbce..a18f32ac0 100644 --- a/include/rtkCudaScatterGlareCorrectionImageFilter.h +++ b/include/rtkCudaScatterGlareCorrectionImageFilter.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/rtkCudaSplatImageFilter.h b/include/rtkCudaSplatImageFilter.h index 0f5a65990..32293b9b6 100644 --- a/include/rtkCudaSplatImageFilter.h +++ b/include/rtkCudaSplatImageFilter.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/rtkCudaSplatImageFilter.hcu b/include/rtkCudaSplatImageFilter.hcu index 7b82a4121..dd85716ea 100644 --- a/include/rtkCudaSplatImageFilter.hcu +++ b/include/rtkCudaSplatImageFilter.hcu @@ -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/rtkCudaTotalVariationDenoisingBPDQImageFilter.h b/include/rtkCudaTotalVariationDenoisingBPDQImageFilter.h index 18def7b1b..6cc758fdc 100644 --- a/include/rtkCudaTotalVariationDenoisingBPDQImageFilter.h +++ b/include/rtkCudaTotalVariationDenoisingBPDQImageFilter.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/rtkCudaTotalVariationDenoisingBPDQImageFilter.hcu b/include/rtkCudaTotalVariationDenoisingBPDQImageFilter.hcu index 2f608c631..7735dbd04 100644 --- a/include/rtkCudaTotalVariationDenoisingBPDQImageFilter.hcu +++ b/include/rtkCudaTotalVariationDenoisingBPDQImageFilter.hcu @@ -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/rtkCudaUtilities.hcu b/include/rtkCudaUtilities.hcu index 7520ca926..6cf2b6090 100644 --- a/include/rtkCudaUtilities.hcu +++ b/include/rtkCudaUtilities.hcu @@ -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/rtkCudaWarpBackProjectionImageFilter.h b/include/rtkCudaWarpBackProjectionImageFilter.h index 21eca3232..83395ebb2 100644 --- a/include/rtkCudaWarpBackProjectionImageFilter.h +++ b/include/rtkCudaWarpBackProjectionImageFilter.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/rtkCudaWarpBackProjectionImageFilter.hcu b/include/rtkCudaWarpBackProjectionImageFilter.hcu index ce3b9eb3f..325efe84a 100644 --- a/include/rtkCudaWarpBackProjectionImageFilter.hcu +++ b/include/rtkCudaWarpBackProjectionImageFilter.hcu @@ -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/rtkCudaWarpForwardProjectionImageFilter.h b/include/rtkCudaWarpForwardProjectionImageFilter.h index 49fff9bda..b216fb8f3 100644 --- a/include/rtkCudaWarpForwardProjectionImageFilter.h +++ b/include/rtkCudaWarpForwardProjectionImageFilter.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/rtkCudaWarpForwardProjectionImageFilter.hcu b/include/rtkCudaWarpForwardProjectionImageFilter.hcu index cbf660e6b..9745c70b8 100644 --- a/include/rtkCudaWarpForwardProjectionImageFilter.hcu +++ b/include/rtkCudaWarpForwardProjectionImageFilter.hcu @@ -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/rtkCudaWarpImageFilter.h b/include/rtkCudaWarpImageFilter.h index 26264727d..e7fd59972 100644 --- a/include/rtkCudaWarpImageFilter.h +++ b/include/rtkCudaWarpImageFilter.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/rtkCudaWarpImageFilter.hcu b/include/rtkCudaWarpImageFilter.hcu index e4e2ab808..0823e83b2 100644 --- a/include/rtkCudaWarpImageFilter.hcu +++ b/include/rtkCudaWarpImageFilter.hcu @@ -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/rtkCudaWeidingerForwardModelImageFilter.h b/include/rtkCudaWeidingerForwardModelImageFilter.h index 3b4a948e2..536747392 100644 --- a/include/rtkCudaWeidingerForwardModelImageFilter.h +++ b/include/rtkCudaWeidingerForwardModelImageFilter.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/rtkCudaWeidingerForwardModelImageFilter.hcu b/include/rtkCudaWeidingerForwardModelImageFilter.hcu index c12e12d12..c31f01a3e 100644 --- a/include/rtkCudaWeidingerForwardModelImageFilter.hcu +++ b/include/rtkCudaWeidingerForwardModelImageFilter.hcu @@ -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/rtkCudaWeidingerForwardModelImageFilter.hxx b/include/rtkCudaWeidingerForwardModelImageFilter.hxx index 341abb85f..5d355a77f 100644 --- a/include/rtkCudaWeidingerForwardModelImageFilter.hxx +++ b/include/rtkCudaWeidingerForwardModelImageFilter.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/rtkCyclicDeformationImageFilter.h b/include/rtkCyclicDeformationImageFilter.h index a68a94e1c..415d02ffe 100644 --- a/include/rtkCyclicDeformationImageFilter.h +++ b/include/rtkCyclicDeformationImageFilter.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/rtkCyclicDeformationImageFilter.hxx b/include/rtkCyclicDeformationImageFilter.hxx index ba7d6aae4..5ded4adc4 100644 --- a/include/rtkCyclicDeformationImageFilter.hxx +++ b/include/rtkCyclicDeformationImageFilter.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/rtkDCMImagXImageIO.h b/include/rtkDCMImagXImageIO.h index 86857369e..2a7657926 100644 --- a/include/rtkDCMImagXImageIO.h +++ b/include/rtkDCMImagXImageIO.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/rtkDCMImagXImageIOFactory.h b/include/rtkDCMImagXImageIOFactory.h index 7feced182..39df29547 100644 --- a/include/rtkDCMImagXImageIOFactory.h +++ b/include/rtkDCMImagXImageIOFactory.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/rtkDPExtractShroudSignalImageFilter.h b/include/rtkDPExtractShroudSignalImageFilter.h index 6f0b593be..e67cb4cba 100644 --- a/include/rtkDPExtractShroudSignalImageFilter.h +++ b/include/rtkDPExtractShroudSignalImageFilter.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/rtkDPExtractShroudSignalImageFilter.hxx b/include/rtkDPExtractShroudSignalImageFilter.hxx index 5f900bdc8..b350ecb63 100644 --- a/include/rtkDPExtractShroudSignalImageFilter.hxx +++ b/include/rtkDPExtractShroudSignalImageFilter.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/rtkDaubechiesWaveletsConvolutionImageFilter.h b/include/rtkDaubechiesWaveletsConvolutionImageFilter.h index c296d213f..56a15040d 100644 --- a/include/rtkDaubechiesWaveletsConvolutionImageFilter.h +++ b/include/rtkDaubechiesWaveletsConvolutionImageFilter.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, @@ -34,7 +34,7 @@ namespace rtk * attributes (order, type, pass along each dimension) * * This filter is inspired from Dan Mueller's GIFT package - * http://www.insight-journal.org/browse/publication/103 + * https://www.insight-journal.org/browse/publication/103 * * \author Cyril Mory * diff --git a/include/rtkDaubechiesWaveletsConvolutionImageFilter.hxx b/include/rtkDaubechiesWaveletsConvolutionImageFilter.hxx index 9d6e130d2..4744f0a28 100644 --- a/include/rtkDaubechiesWaveletsConvolutionImageFilter.hxx +++ b/include/rtkDaubechiesWaveletsConvolutionImageFilter.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/rtkDaubechiesWaveletsDenoiseSequenceImageFilter.h b/include/rtkDaubechiesWaveletsDenoiseSequenceImageFilter.h index 5a37580b1..ca2733e1d 100644 --- a/include/rtkDaubechiesWaveletsDenoiseSequenceImageFilter.h +++ b/include/rtkDaubechiesWaveletsDenoiseSequenceImageFilter.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/rtkDaubechiesWaveletsDenoiseSequenceImageFilter.hxx b/include/rtkDaubechiesWaveletsDenoiseSequenceImageFilter.hxx index f8ab2634c..72dfb9dd5 100644 --- a/include/rtkDaubechiesWaveletsDenoiseSequenceImageFilter.hxx +++ b/include/rtkDaubechiesWaveletsDenoiseSequenceImageFilter.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/rtkDbf.h b/include/rtkDbf.h index f63f63f97..c8dea12a5 100644 --- a/include/rtkDbf.h +++ b/include/rtkDbf.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, @@ -79,7 +79,7 @@ class RTK_EXPORT DbfField * * Light dbase file (.dbf) file reader. It assumes little-endianness * (least significant byte first). The format describet on this page: - * http://www.dbf2002.com/dbf-file-format.html + * https://www.dbf2002.com/dbf-file-format.html * * \author Simon Rit * diff --git a/include/rtkDePierroRegularizationImageFilter.h b/include/rtkDePierroRegularizationImageFilter.h index 00653df23..79b51c3ac 100644 --- a/include/rtkDePierroRegularizationImageFilter.h +++ b/include/rtkDePierroRegularizationImageFilter.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/rtkDePierroRegularizationImageFilter.hxx b/include/rtkDePierroRegularizationImageFilter.hxx index 502f0525f..8750ddd03 100644 --- a/include/rtkDePierroRegularizationImageFilter.hxx +++ b/include/rtkDePierroRegularizationImageFilter.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/rtkDeconstructImageFilter.h b/include/rtkDeconstructImageFilter.h index ff59054ec..ef685b64a 100644 --- a/include/rtkDeconstructImageFilter.h +++ b/include/rtkDeconstructImageFilter.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, @@ -36,7 +36,7 @@ namespace rtk * Daubechies wavelets. * * This filter is inspired from Dan Mueller's GIFT package - * http://www.insight-journal.org/browse/publication/103 + * https://www.insight-journal.org/browse/publication/103 * * * \dot diff --git a/include/rtkDeconstructImageFilter.hxx b/include/rtkDeconstructImageFilter.hxx index 35ef2718a..795b2acf1 100644 --- a/include/rtkDeconstructImageFilter.hxx +++ b/include/rtkDeconstructImageFilter.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/rtkDeconstructSoftThresholdReconstructImageFilter.h b/include/rtkDeconstructSoftThresholdReconstructImageFilter.h index eb1210632..37b4352e7 100644 --- a/include/rtkDeconstructSoftThresholdReconstructImageFilter.h +++ b/include/rtkDeconstructSoftThresholdReconstructImageFilter.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, @@ -37,7 +37,7 @@ namespace rtk * then reconstructs * * This filter is inspired from Dan Mueller's GIFT package - * http://www.insight-journal.org/browse/publication/103 + * https://www.insight-journal.org/browse/publication/103 * * \author Cyril Mory * diff --git a/include/rtkDeconstructSoftThresholdReconstructImageFilter.hxx b/include/rtkDeconstructSoftThresholdReconstructImageFilter.hxx index 8d2619141..0c44ca57c 100644 --- a/include/rtkDeconstructSoftThresholdReconstructImageFilter.hxx +++ b/include/rtkDeconstructSoftThresholdReconstructImageFilter.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/rtkDenoisingBPDQImageFilter.h b/include/rtkDenoisingBPDQImageFilter.h index 3873f394d..2ab1372c1 100644 --- a/include/rtkDenoisingBPDQImageFilter.h +++ b/include/rtkDenoisingBPDQImageFilter.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/rtkDenoisingBPDQImageFilter.hxx b/include/rtkDenoisingBPDQImageFilter.hxx index 6b68a691f..8ca66c57d 100644 --- a/include/rtkDenoisingBPDQImageFilter.hxx +++ b/include/rtkDenoisingBPDQImageFilter.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/rtkDigisensGeometryReader.h b/include/rtkDigisensGeometryReader.h index b73399177..b64fd0d28 100644 --- a/include/rtkDigisensGeometryReader.h +++ b/include/rtkDigisensGeometryReader.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/rtkDigisensGeometryXMLFileReader.h b/include/rtkDigisensGeometryXMLFileReader.h index f5b8a13d7..28c9e208f 100644 --- a/include/rtkDigisensGeometryXMLFileReader.h +++ b/include/rtkDigisensGeometryXMLFileReader.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/rtkDisplacedDetectorForOffsetFieldOfViewImageFilter.h b/include/rtkDisplacedDetectorForOffsetFieldOfViewImageFilter.h index b9a793562..9ae05b24d 100644 --- a/include/rtkDisplacedDetectorForOffsetFieldOfViewImageFilter.h +++ b/include/rtkDisplacedDetectorForOffsetFieldOfViewImageFilter.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/rtkDisplacedDetectorForOffsetFieldOfViewImageFilter.hxx b/include/rtkDisplacedDetectorForOffsetFieldOfViewImageFilter.hxx index 48906d318..66cb7a260 100644 --- a/include/rtkDisplacedDetectorForOffsetFieldOfViewImageFilter.hxx +++ b/include/rtkDisplacedDetectorForOffsetFieldOfViewImageFilter.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/rtkDisplacedDetectorImageFilter.h b/include/rtkDisplacedDetectorImageFilter.h index 86f934b11..7bd8b73ad 100644 --- a/include/rtkDisplacedDetectorImageFilter.h +++ b/include/rtkDisplacedDetectorImageFilter.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/rtkDisplacedDetectorImageFilter.hxx b/include/rtkDisplacedDetectorImageFilter.hxx index 5adfd27fe..1c376839b 100644 --- a/include/rtkDisplacedDetectorImageFilter.hxx +++ b/include/rtkDisplacedDetectorImageFilter.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/rtkDivergenceOfGradientConjugateGradientOperator.h b/include/rtkDivergenceOfGradientConjugateGradientOperator.h index 1f17b2176..98f5b8129 100644 --- a/include/rtkDivergenceOfGradientConjugateGradientOperator.h +++ b/include/rtkDivergenceOfGradientConjugateGradientOperator.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/rtkDivergenceOfGradientConjugateGradientOperator.hxx b/include/rtkDivergenceOfGradientConjugateGradientOperator.hxx index b86e19392..98be9e567 100644 --- a/include/rtkDivergenceOfGradientConjugateGradientOperator.hxx +++ b/include/rtkDivergenceOfGradientConjugateGradientOperator.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/rtkDownsampleImageFilter.h b/include/rtkDownsampleImageFilter.h index 38c2754f7..047de52e8 100644 --- a/include/rtkDownsampleImageFilter.h +++ b/include/rtkDownsampleImageFilter.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, @@ -28,7 +28,7 @@ namespace rtk * \brief Downsamples an image by a factor in each dimension. * * This filter is inspired from Dan Mueller's GIFT package - * http://www.insight-journal.org/browse/publication/103 + * https://www.insight-journal.org/browse/publication/103 * * \author Cyril Mory * diff --git a/include/rtkDownsampleImageFilter.hxx b/include/rtkDownsampleImageFilter.hxx index 1d4816019..63ea2480f 100644 --- a/include/rtkDownsampleImageFilter.hxx +++ b/include/rtkDownsampleImageFilter.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/rtkDrawBoxImageFilter.h b/include/rtkDrawBoxImageFilter.h index 3eae7f2d3..bae1017c8 100644 --- a/include/rtkDrawBoxImageFilter.h +++ b/include/rtkDrawBoxImageFilter.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/rtkDrawBoxImageFilter.hxx b/include/rtkDrawBoxImageFilter.hxx index 4f4d6c773..2d0475ab4 100644 --- a/include/rtkDrawBoxImageFilter.hxx +++ b/include/rtkDrawBoxImageFilter.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/rtkDrawConeImageFilter.h b/include/rtkDrawConeImageFilter.h index 18a64a3c5..14eb9136f 100644 --- a/include/rtkDrawConeImageFilter.h +++ b/include/rtkDrawConeImageFilter.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/rtkDrawConeImageFilter.hxx b/include/rtkDrawConeImageFilter.hxx index 0bbce41b8..1ec0fa9a8 100644 --- a/include/rtkDrawConeImageFilter.hxx +++ b/include/rtkDrawConeImageFilter.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/rtkDrawConvexImageFilter.h b/include/rtkDrawConvexImageFilter.h index e8e6f50f3..61f11d454 100644 --- a/include/rtkDrawConvexImageFilter.h +++ b/include/rtkDrawConvexImageFilter.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/rtkDrawConvexImageFilter.hxx b/include/rtkDrawConvexImageFilter.hxx index 40497bf11..91caa1469 100644 --- a/include/rtkDrawConvexImageFilter.hxx +++ b/include/rtkDrawConvexImageFilter.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/rtkDrawCubeImageFilter.h b/include/rtkDrawCubeImageFilter.h index 0c7298eec..fb54572a7 100644 --- a/include/rtkDrawCubeImageFilter.h +++ b/include/rtkDrawCubeImageFilter.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/rtkDrawCylinderImageFilter.h b/include/rtkDrawCylinderImageFilter.h index 2838da77b..33670175f 100644 --- a/include/rtkDrawCylinderImageFilter.h +++ b/include/rtkDrawCylinderImageFilter.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/rtkDrawCylinderImageFilter.hxx b/include/rtkDrawCylinderImageFilter.hxx index f2c0441f1..9c1e2e68d 100644 --- a/include/rtkDrawCylinderImageFilter.hxx +++ b/include/rtkDrawCylinderImageFilter.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/rtkDrawEllipsoidImageFilter.h b/include/rtkDrawEllipsoidImageFilter.h index e0a72c05d..2307ecccf 100644 --- a/include/rtkDrawEllipsoidImageFilter.h +++ b/include/rtkDrawEllipsoidImageFilter.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/rtkDrawEllipsoidImageFilter.hxx b/include/rtkDrawEllipsoidImageFilter.hxx index 338cfe2c1..e0919d4e7 100644 --- a/include/rtkDrawEllipsoidImageFilter.hxx +++ b/include/rtkDrawEllipsoidImageFilter.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/rtkDrawGeometricPhantomImageFilter.h b/include/rtkDrawGeometricPhantomImageFilter.h index b92465bcf..2a6371b14 100644 --- a/include/rtkDrawGeometricPhantomImageFilter.h +++ b/include/rtkDrawGeometricPhantomImageFilter.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/rtkDrawGeometricPhantomImageFilter.hxx b/include/rtkDrawGeometricPhantomImageFilter.hxx index 7bae6a3c0..4b39f48b9 100644 --- a/include/rtkDrawGeometricPhantomImageFilter.hxx +++ b/include/rtkDrawGeometricPhantomImageFilter.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/rtkDrawQuadricImageFilter.h b/include/rtkDrawQuadricImageFilter.h index 4d954ff2e..269a42715 100644 --- a/include/rtkDrawQuadricImageFilter.h +++ b/include/rtkDrawQuadricImageFilter.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/rtkDrawQuadricImageFilter.hxx b/include/rtkDrawQuadricImageFilter.hxx index 251a0ecca..5557371e9 100644 --- a/include/rtkDrawQuadricImageFilter.hxx +++ b/include/rtkDrawQuadricImageFilter.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/rtkDrawSheppLoganFilter.h b/include/rtkDrawSheppLoganFilter.h index 96d78b412..25677ac26 100644 --- a/include/rtkDrawSheppLoganFilter.h +++ b/include/rtkDrawSheppLoganFilter.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/rtkDrawSheppLoganFilter.hxx b/include/rtkDrawSheppLoganFilter.hxx index 1d7dc10dc..0e50e598e 100644 --- a/include/rtkDrawSheppLoganFilter.hxx +++ b/include/rtkDrawSheppLoganFilter.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/rtkDualEnergyNegativeLogLikelihood.h b/include/rtkDualEnergyNegativeLogLikelihood.h index a71e4bdee..52684249d 100644 --- a/include/rtkDualEnergyNegativeLogLikelihood.h +++ b/include/rtkDualEnergyNegativeLogLikelihood.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/rtkEdfImageIO.h b/include/rtkEdfImageIO.h index aefdd0d25..0750caca0 100644 --- a/include/rtkEdfImageIO.h +++ b/include/rtkEdfImageIO.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/rtkEdfImageIOFactory.h b/include/rtkEdfImageIOFactory.h index c3b05860f..d5d809ac4 100644 --- a/include/rtkEdfImageIOFactory.h +++ b/include/rtkEdfImageIOFactory.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/rtkEdfRawToAttenuationImageFilter.h b/include/rtkEdfRawToAttenuationImageFilter.h index d82e2afb9..18c9c8348 100644 --- a/include/rtkEdfRawToAttenuationImageFilter.h +++ b/include/rtkEdfRawToAttenuationImageFilter.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/rtkEdfRawToAttenuationImageFilter.hxx b/include/rtkEdfRawToAttenuationImageFilter.hxx index c17e145f8..031d328c3 100644 --- a/include/rtkEdfRawToAttenuationImageFilter.hxx +++ b/include/rtkEdfRawToAttenuationImageFilter.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/rtkElektaSynergyGeometryReader.h b/include/rtkElektaSynergyGeometryReader.h index 1407c2ec8..12895d80d 100644 --- a/include/rtkElektaSynergyGeometryReader.h +++ b/include/rtkElektaSynergyGeometryReader.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/rtkElektaSynergyLookupTableImageFilter.h b/include/rtkElektaSynergyLookupTableImageFilter.h index 9643a4456..a3bcb07c5 100644 --- a/include/rtkElektaSynergyLookupTableImageFilter.h +++ b/include/rtkElektaSynergyLookupTableImageFilter.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/rtkElektaSynergyLookupTableImageFilter.hxx b/include/rtkElektaSynergyLookupTableImageFilter.hxx index 7b8bef653..98115351e 100644 --- a/include/rtkElektaSynergyLookupTableImageFilter.hxx +++ b/include/rtkElektaSynergyLookupTableImageFilter.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/rtkElektaSynergyRawLookupTableImageFilter.h b/include/rtkElektaSynergyRawLookupTableImageFilter.h index e82d28b2b..5e786d489 100644 --- a/include/rtkElektaSynergyRawLookupTableImageFilter.h +++ b/include/rtkElektaSynergyRawLookupTableImageFilter.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/rtkElektaSynergyRawLookupTableImageFilter.hxx b/include/rtkElektaSynergyRawLookupTableImageFilter.hxx index 5af9deca2..d8e2fb1cc 100644 --- a/include/rtkElektaSynergyRawLookupTableImageFilter.hxx +++ b/include/rtkElektaSynergyRawLookupTableImageFilter.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/rtkElektaXVI5GeometryXMLFileReader.h b/include/rtkElektaXVI5GeometryXMLFileReader.h index 162d3cb8f..c608acfdc 100644 --- a/include/rtkElektaXVI5GeometryXMLFileReader.h +++ b/include/rtkElektaXVI5GeometryXMLFileReader.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/rtkExtractPhaseImageFilter.h b/include/rtkExtractPhaseImageFilter.h index f3b235cac..3ad232db8 100644 --- a/include/rtkExtractPhaseImageFilter.h +++ b/include/rtkExtractPhaseImageFilter.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/rtkExtractPhaseImageFilter.hxx b/include/rtkExtractPhaseImageFilter.hxx index bf7ab9fda..678598be6 100644 --- a/include/rtkExtractPhaseImageFilter.hxx +++ b/include/rtkExtractPhaseImageFilter.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/rtkFDKBackProjectionImageFilter.h b/include/rtkFDKBackProjectionImageFilter.h index e16c394ab..4eed016d0 100644 --- a/include/rtkFDKBackProjectionImageFilter.h +++ b/include/rtkFDKBackProjectionImageFilter.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/rtkFDKBackProjectionImageFilter.hxx b/include/rtkFDKBackProjectionImageFilter.hxx index 67443ade0..7873fbe55 100644 --- a/include/rtkFDKBackProjectionImageFilter.hxx +++ b/include/rtkFDKBackProjectionImageFilter.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/rtkFDKConeBeamReconstructionFilter.h b/include/rtkFDKConeBeamReconstructionFilter.h index adabb3e21..c1737c11e 100644 --- a/include/rtkFDKConeBeamReconstructionFilter.h +++ b/include/rtkFDKConeBeamReconstructionFilter.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/rtkFDKConeBeamReconstructionFilter.hxx b/include/rtkFDKConeBeamReconstructionFilter.hxx index 97dea6b11..6a3340608 100644 --- a/include/rtkFDKConeBeamReconstructionFilter.hxx +++ b/include/rtkFDKConeBeamReconstructionFilter.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/rtkFDKWarpBackProjectionImageFilter.h b/include/rtkFDKWarpBackProjectionImageFilter.h index 043bc8171..0be0635e4 100644 --- a/include/rtkFDKWarpBackProjectionImageFilter.h +++ b/include/rtkFDKWarpBackProjectionImageFilter.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/rtkFDKWarpBackProjectionImageFilter.hxx b/include/rtkFDKWarpBackProjectionImageFilter.hxx index d082c3876..e94a57861 100644 --- a/include/rtkFDKWarpBackProjectionImageFilter.hxx +++ b/include/rtkFDKWarpBackProjectionImageFilter.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/rtkFDKWeightProjectionFilter.h b/include/rtkFDKWeightProjectionFilter.h index e8bb2b2ec..96089ebc5 100644 --- a/include/rtkFDKWeightProjectionFilter.h +++ b/include/rtkFDKWeightProjectionFilter.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/rtkFDKWeightProjectionFilter.hxx b/include/rtkFDKWeightProjectionFilter.hxx index 8d92ebfa3..b71a17b7a 100644 --- a/include/rtkFDKWeightProjectionFilter.hxx +++ b/include/rtkFDKWeightProjectionFilter.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/rtkFFTProjectionsConvolutionImageFilter.h b/include/rtkFFTProjectionsConvolutionImageFilter.h index 02063cb50..69d5e3263 100644 --- a/include/rtkFFTProjectionsConvolutionImageFilter.h +++ b/include/rtkFFTProjectionsConvolutionImageFilter.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, @@ -32,7 +32,7 @@ namespace rtk * \brief Base class for 1D or 2D FFT based convolution of projections * * The filter code is based on FFTConvolutionImageFilter by Gaetan Lehmann - * (see http://hdl.handle.net/10380/3154). + * (see https://hdl.handle.net/10380/3154). * * \test rtkrampfiltertest.cxx, rtkscatterglaretest.cxx * diff --git a/include/rtkFFTProjectionsConvolutionImageFilter.hxx b/include/rtkFFTProjectionsConvolutionImageFilter.hxx index 8e315cc90..80054e271 100644 --- a/include/rtkFFTProjectionsConvolutionImageFilter.hxx +++ b/include/rtkFFTProjectionsConvolutionImageFilter.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, @@ -21,7 +21,7 @@ // Use local RTK FFTW files taken from Gaëtan Lehmann's code for -// thread safety: http://hdl.handle.net/10380/3154 +// thread safety: https://hdl.handle.net/10380/3154 #include #include diff --git a/include/rtkFFTRampImageFilter.h b/include/rtkFFTRampImageFilter.h index 5575e9d6b..ccf1fcbd5 100644 --- a/include/rtkFFTRampImageFilter.h +++ b/include/rtkFFTRampImageFilter.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, @@ -48,7 +48,7 @@ namespace rtk * \brief Implements the ramp image filter of the filtered backprojection algorithm. * * The filter code is based on FFTProjectionsConvolutionImageFilter by Gaetan Lehmann - * (see http://hdl.handle.net/10380/3154) + * (see https://hdl.handle.net/10380/3154) * * \test rtkrampfiltertest.cxx * @@ -107,7 +107,7 @@ class ITK_TEMPLATE_EXPORT FFTRampImageFilter /** Set/Get the Ram-Lak window frequency (0...1). 0 (default) disable it. * Equation and further explanation about Ram-Lak filter could be found in: * 1. Fundamentals of 2D and 3D reconstruction (by Dr. Gunter Lauritsch). - * http://campar.in.tum.de/twiki/pub/Chair/TeachingWs04IOIV/08CTReconstruction.pdf + * https://campar.in.tum.de/twiki/pub/Chair/TeachingWs04IOIV/08CTReconstruction.pdf * 2. Reconstruction. * http://oftankonyv.reak.bme.hu/tiki-index.php?page=Reconstruction */ @@ -117,7 +117,7 @@ class ITK_TEMPLATE_EXPORT FFTRampImageFilter /** Set/Get the Shepp-Logan window frequency (0...1). 0 (default) disable it. * Equation and further explanation about Shepp-Logan filter could be found in: * 1. Fundamentals of 2D and 3D reconstruction (by Dr. Gunter Lauritsch). - * http://campar.in.tum.de/twiki/pub/Chair/TeachingWs04IOIV/08CTReconstruction.pdf + * https://campar.in.tum.de/twiki/pub/Chair/TeachingWs04IOIV/08CTReconstruction.pdf * 2. Reconstruction. * http://oftankonyv.reak.bme.hu/tiki-index.php?page=Reconstruction */ diff --git a/include/rtkFFTRampImageFilter.hxx b/include/rtkFFTRampImageFilter.hxx index 0a789fa28..375f4bfbb 100644 --- a/include/rtkFFTRampImageFilter.hxx +++ b/include/rtkFFTRampImageFilter.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, @@ -21,7 +21,7 @@ // Use local RTK FFTW files taken from Gaëtan Lehmann's code for -// thread safety: http://hdl.handle.net/10380/3154 +// thread safety: https://hdl.handle.net/10380/3154 #include #include diff --git a/include/rtkFieldOfViewImageFilter.h b/include/rtkFieldOfViewImageFilter.h index 46241087d..83bc74e05 100644 --- a/include/rtkFieldOfViewImageFilter.h +++ b/include/rtkFieldOfViewImageFilter.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/rtkFieldOfViewImageFilter.hxx b/include/rtkFieldOfViewImageFilter.hxx index d35bc182a..0310ef216 100644 --- a/include/rtkFieldOfViewImageFilter.hxx +++ b/include/rtkFieldOfViewImageFilter.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, @@ -92,7 +92,7 @@ FieldOfViewImageFilter::ComputeFOVRadius(const FOVRad itIn = InputRegionIterator::New(dumImg, region, m_Geometry); // Compute the equation of a line of the ax+by=c - // http://en.wikipedia.org/wiki/Linear_equation#Two-point_form + // https://en.wikipedia.org/wiki/Linear_equation#Two-point_form sourcePosition = itIn->GetSourcePosition(); corners[i] = itIn->GetPixelPosition(); delete itIn; @@ -396,7 +396,7 @@ FieldOfViewImageFilter::AddCollimationConstraints(con PointType u = CrossProduct(v, sourceDir); // Compute the equation of a line of the ax+by=c - // http://en.wikipedia.org/wiki/Linear_equation#Two-point_form + // https://en.wikipedia.org/wiki/Linear_equation#Two-point_form // Then compute the coefficient in front of r as suggested in // http://www.ifor.math.ethz.ch/teaching/lectures/intro_ss11/Exercises/solutionEx11-12.pdf PointType inf = u * -1. * X1; diff --git a/include/rtkForbildPhantomFileReader.h b/include/rtkForbildPhantomFileReader.h index 557589248..2576574bb 100644 --- a/include/rtkForbildPhantomFileReader.h +++ b/include/rtkForbildPhantomFileReader.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/rtkForwardDifferenceGradientImageFilter.h b/include/rtkForwardDifferenceGradientImageFilter.h index 87e8ce842..1fd04d04b 100644 --- a/include/rtkForwardDifferenceGradientImageFilter.h +++ b/include/rtkForwardDifferenceGradientImageFilter.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/rtkForwardDifferenceGradientImageFilter.hxx b/include/rtkForwardDifferenceGradientImageFilter.hxx index 5e151ba39..bb2a1f6f5 100644 --- a/include/rtkForwardDifferenceGradientImageFilter.hxx +++ b/include/rtkForwardDifferenceGradientImageFilter.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/rtkForwardProjectionImageFilter.h b/include/rtkForwardProjectionImageFilter.h index 4b2a65981..f3dbc56a2 100644 --- a/include/rtkForwardProjectionImageFilter.h +++ b/include/rtkForwardProjectionImageFilter.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/rtkForwardProjectionImageFilter.hxx b/include/rtkForwardProjectionImageFilter.hxx index e0ad90a96..30a50288f 100644 --- a/include/rtkForwardProjectionImageFilter.hxx +++ b/include/rtkForwardProjectionImageFilter.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/rtkForwardWarpImageFilter.h b/include/rtkForwardWarpImageFilter.h index ecd633361..f09eaf01f 100644 --- a/include/rtkForwardWarpImageFilter.h +++ b/include/rtkForwardWarpImageFilter.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/rtkForwardWarpImageFilter.hxx b/include/rtkForwardWarpImageFilter.hxx index a7a6e44dd..99d2b0209 100644 --- a/include/rtkForwardWarpImageFilter.hxx +++ b/include/rtkForwardWarpImageFilter.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/rtkFourDConjugateGradientConeBeamReconstructionFilter.h b/include/rtkFourDConjugateGradientConeBeamReconstructionFilter.h index b28e59b0e..a1fc13551 100644 --- a/include/rtkFourDConjugateGradientConeBeamReconstructionFilter.h +++ b/include/rtkFourDConjugateGradientConeBeamReconstructionFilter.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/rtkFourDConjugateGradientConeBeamReconstructionFilter.hxx b/include/rtkFourDConjugateGradientConeBeamReconstructionFilter.hxx index bf12668ed..ab81fb3e3 100644 --- a/include/rtkFourDConjugateGradientConeBeamReconstructionFilter.hxx +++ b/include/rtkFourDConjugateGradientConeBeamReconstructionFilter.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/rtkFourDROOSTERConeBeamReconstructionFilter.h b/include/rtkFourDROOSTERConeBeamReconstructionFilter.h index 87b19a896..fc50e4bc8 100644 --- a/include/rtkFourDROOSTERConeBeamReconstructionFilter.h +++ b/include/rtkFourDROOSTERConeBeamReconstructionFilter.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/rtkFourDROOSTERConeBeamReconstructionFilter.hxx b/include/rtkFourDROOSTERConeBeamReconstructionFilter.hxx index d5f0d015b..7ca802528 100644 --- a/include/rtkFourDROOSTERConeBeamReconstructionFilter.hxx +++ b/include/rtkFourDROOSTERConeBeamReconstructionFilter.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/rtkFourDReconstructionConjugateGradientOperator.h b/include/rtkFourDReconstructionConjugateGradientOperator.h index c3417a05e..643b17e92 100644 --- a/include/rtkFourDReconstructionConjugateGradientOperator.h +++ b/include/rtkFourDReconstructionConjugateGradientOperator.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/rtkFourDReconstructionConjugateGradientOperator.hxx b/include/rtkFourDReconstructionConjugateGradientOperator.hxx index 97cac7b1d..684811ddc 100644 --- a/include/rtkFourDReconstructionConjugateGradientOperator.hxx +++ b/include/rtkFourDReconstructionConjugateGradientOperator.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/rtkFourDSARTConeBeamReconstructionFilter.h b/include/rtkFourDSARTConeBeamReconstructionFilter.h index 0b95e66b6..2ac599a0d 100644 --- a/include/rtkFourDSARTConeBeamReconstructionFilter.h +++ b/include/rtkFourDSARTConeBeamReconstructionFilter.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/rtkFourDSARTConeBeamReconstructionFilter.hxx b/include/rtkFourDSARTConeBeamReconstructionFilter.hxx index bb551ad5a..81302b19d 100644 --- a/include/rtkFourDSARTConeBeamReconstructionFilter.hxx +++ b/include/rtkFourDSARTConeBeamReconstructionFilter.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/rtkFourDToProjectionStackImageFilter.h b/include/rtkFourDToProjectionStackImageFilter.h index c8a468a84..3d93ef9d7 100644 --- a/include/rtkFourDToProjectionStackImageFilter.h +++ b/include/rtkFourDToProjectionStackImageFilter.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/rtkFourDToProjectionStackImageFilter.hxx b/include/rtkFourDToProjectionStackImageFilter.hxx index dfef7e333..84b71d33c 100644 --- a/include/rtkFourDToProjectionStackImageFilter.hxx +++ b/include/rtkFourDToProjectionStackImageFilter.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/rtkGeneralPurposeFunctions.h b/include/rtkGeneralPurposeFunctions.h index b38cde57e..bce71bcb0 100644 --- a/include/rtkGeneralPurposeFunctions.h +++ b/include/rtkGeneralPurposeFunctions.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/rtkGeometricPhantom.h b/include/rtkGeometricPhantom.h index b1ec74cfa..dcfadfe72 100644 --- a/include/rtkGeometricPhantom.h +++ b/include/rtkGeometricPhantom.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/rtkGeometricPhantomFileReader.h b/include/rtkGeometricPhantomFileReader.h index 739414550..f9394e503 100644 --- a/include/rtkGeometricPhantomFileReader.h +++ b/include/rtkGeometricPhantomFileReader.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/rtkGetNewtonUpdateImageFilter.h b/include/rtkGetNewtonUpdateImageFilter.h index 9c27d9078..88204a1d9 100644 --- a/include/rtkGetNewtonUpdateImageFilter.h +++ b/include/rtkGetNewtonUpdateImageFilter.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/rtkGetNewtonUpdateImageFilter.hxx b/include/rtkGetNewtonUpdateImageFilter.hxx index b073c302f..182785726 100644 --- a/include/rtkGetNewtonUpdateImageFilter.hxx +++ b/include/rtkGetNewtonUpdateImageFilter.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/rtkGgoArgsInfoManager.h b/include/rtkGgoArgsInfoManager.h index 3ca8a6600..9fc94afee 100644 --- a/include/rtkGgoArgsInfoManager.h +++ b/include/rtkGgoArgsInfoManager.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/rtkGgoFunctions.h b/include/rtkGgoFunctions.h index 350af63d5..315b5bbef 100644 --- a/include/rtkGgoFunctions.h +++ b/include/rtkGgoFunctions.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/rtkGlobalResourceProbe.h b/include/rtkGlobalResourceProbe.h index 474d90775..1bfa990c0 100644 --- a/include/rtkGlobalResourceProbe.h +++ b/include/rtkGlobalResourceProbe.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/rtkHilbertImageFilter.h b/include/rtkHilbertImageFilter.h index cddcb1e07..b77cc6d16 100644 --- a/include/rtkHilbertImageFilter.h +++ b/include/rtkHilbertImageFilter.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/rtkHilbertImageFilter.hxx b/include/rtkHilbertImageFilter.hxx index 920a6fe56..8f768e885 100644 --- a/include/rtkHilbertImageFilter.hxx +++ b/include/rtkHilbertImageFilter.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/rtkHisImageIO.h b/include/rtkHisImageIO.h index 95a8672e7..7b1d797cb 100644 --- a/include/rtkHisImageIO.h +++ b/include/rtkHisImageIO.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/rtkHisImageIOFactory.h b/include/rtkHisImageIOFactory.h index c3d576ef4..052dac27d 100644 --- a/include/rtkHisImageIOFactory.h +++ b/include/rtkHisImageIOFactory.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/rtkHncImageIO.h b/include/rtkHncImageIO.h index 33ffe75c3..de91f815b 100644 --- a/include/rtkHncImageIO.h +++ b/include/rtkHncImageIO.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/rtkHncImageIOFactory.h b/include/rtkHncImageIOFactory.h index 1d5a97938..2f8163263 100644 --- a/include/rtkHncImageIOFactory.h +++ b/include/rtkHncImageIOFactory.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/rtkHndImageIO.h b/include/rtkHndImageIO.h index fd7f3c353..683278d81 100644 --- a/include/rtkHndImageIO.h +++ b/include/rtkHndImageIO.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/rtkHndImageIOFactory.h b/include/rtkHndImageIOFactory.h index 6cfbca063..3026462ba 100644 --- a/include/rtkHndImageIOFactory.h +++ b/include/rtkHndImageIOFactory.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/rtkHomogeneousMatrix.h b/include/rtkHomogeneousMatrix.h index 137cb8da5..e71ebaa5e 100644 --- a/include/rtkHomogeneousMatrix.h +++ b/include/rtkHomogeneousMatrix.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/rtkI0EstimationProjectionFilter.h b/include/rtkI0EstimationProjectionFilter.h index bb48fdc94..fe573dbad 100644 --- a/include/rtkI0EstimationProjectionFilter.h +++ b/include/rtkI0EstimationProjectionFilter.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/rtkI0EstimationProjectionFilter.hxx b/include/rtkI0EstimationProjectionFilter.hxx index ca2e069c6..b2aa42519 100644 --- a/include/rtkI0EstimationProjectionFilter.hxx +++ b/include/rtkI0EstimationProjectionFilter.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/rtkIOFactories.h b/include/rtkIOFactories.h index f4fc60dbe..3da499a5b 100644 --- a/include/rtkIOFactories.h +++ b/include/rtkIOFactories.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/rtkImagXGeometryReader.h b/include/rtkImagXGeometryReader.h index 12794a0a5..83be92f0e 100644 --- a/include/rtkImagXGeometryReader.h +++ b/include/rtkImagXGeometryReader.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/rtkImagXGeometryReader.hxx b/include/rtkImagXGeometryReader.hxx index b4f893815..6e3fbcff1 100644 --- a/include/rtkImagXGeometryReader.hxx +++ b/include/rtkImagXGeometryReader.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/rtkImagXImageIO.h b/include/rtkImagXImageIO.h index 3ac67ceed..db02e481b 100644 --- a/include/rtkImagXImageIO.h +++ b/include/rtkImagXImageIO.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/rtkImagXImageIOFactory.h b/include/rtkImagXImageIOFactory.h index 1ed10bb8b..2740ef597 100644 --- a/include/rtkImagXImageIOFactory.h +++ b/include/rtkImagXImageIOFactory.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/rtkImagXXMLFileReader.h b/include/rtkImagXXMLFileReader.h index edb215291..f8bee0a92 100644 --- a/include/rtkImagXXMLFileReader.h +++ b/include/rtkImagXXMLFileReader.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/rtkImageToVectorImageFilter.h b/include/rtkImageToVectorImageFilter.h index eb2f37bc3..8db62f2ad 100644 --- a/include/rtkImageToVectorImageFilter.h +++ b/include/rtkImageToVectorImageFilter.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/rtkImageToVectorImageFilter.hxx b/include/rtkImageToVectorImageFilter.hxx index 9de7e448e..94e88a05d 100644 --- a/include/rtkImageToVectorImageFilter.hxx +++ b/include/rtkImageToVectorImageFilter.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/rtkImportImageFilter.h b/include/rtkImportImageFilter.h index 301ed93ff..09510f4e8 100644 --- a/include/rtkImportImageFilter.h +++ b/include/rtkImportImageFilter.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/rtkImportImageFilter.hxx b/include/rtkImportImageFilter.hxx index b6c49f8b3..59cf031e6 100644 --- a/include/rtkImportImageFilter.hxx +++ b/include/rtkImportImageFilter.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/rtkInterpolatorWithKnownWeightsImageFilter.h b/include/rtkInterpolatorWithKnownWeightsImageFilter.h index 212224444..6b53acd2b 100644 --- a/include/rtkInterpolatorWithKnownWeightsImageFilter.h +++ b/include/rtkInterpolatorWithKnownWeightsImageFilter.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/rtkInterpolatorWithKnownWeightsImageFilter.hxx b/include/rtkInterpolatorWithKnownWeightsImageFilter.hxx index d251c648e..8120aff7f 100644 --- a/include/rtkInterpolatorWithKnownWeightsImageFilter.hxx +++ b/include/rtkInterpolatorWithKnownWeightsImageFilter.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/rtkIntersectionOfConvexShapes.h b/include/rtkIntersectionOfConvexShapes.h index 9f66dc644..0e9bbe286 100644 --- a/include/rtkIntersectionOfConvexShapes.h +++ b/include/rtkIntersectionOfConvexShapes.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/rtkIterationCommands.h b/include/rtkIterationCommands.h index 34476d14c..c6c34f5d7 100644 --- a/include/rtkIterationCommands.h +++ b/include/rtkIterationCommands.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/rtkIterativeConeBeamReconstructionFilter.h b/include/rtkIterativeConeBeamReconstructionFilter.h index 51d701369..7cff9f3f9 100644 --- a/include/rtkIterativeConeBeamReconstructionFilter.h +++ b/include/rtkIterativeConeBeamReconstructionFilter.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/rtkIterativeConeBeamReconstructionFilter.hxx b/include/rtkIterativeConeBeamReconstructionFilter.hxx index 13b2d7403..be3d697da 100644 --- a/include/rtkIterativeConeBeamReconstructionFilter.hxx +++ b/include/rtkIterativeConeBeamReconstructionFilter.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/rtkIterativeFDKConeBeamReconstructionFilter.h b/include/rtkIterativeFDKConeBeamReconstructionFilter.h index 3476ba7db..5044aebf9 100644 --- a/include/rtkIterativeFDKConeBeamReconstructionFilter.h +++ b/include/rtkIterativeFDKConeBeamReconstructionFilter.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/rtkIterativeFDKConeBeamReconstructionFilter.hxx b/include/rtkIterativeFDKConeBeamReconstructionFilter.hxx index d10aa1341..6124ccc33 100644 --- a/include/rtkIterativeFDKConeBeamReconstructionFilter.hxx +++ b/include/rtkIterativeFDKConeBeamReconstructionFilter.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/rtkJosephBackAttenuatedProjectionImageFilter.h b/include/rtkJosephBackAttenuatedProjectionImageFilter.h index 57c9090a8..1d07440bc 100644 --- a/include/rtkJosephBackAttenuatedProjectionImageFilter.h +++ b/include/rtkJosephBackAttenuatedProjectionImageFilter.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/rtkJosephBackAttenuatedProjectionImageFilter.hxx b/include/rtkJosephBackAttenuatedProjectionImageFilter.hxx index cd14b6fec..766ec20de 100644 --- a/include/rtkJosephBackAttenuatedProjectionImageFilter.hxx +++ b/include/rtkJosephBackAttenuatedProjectionImageFilter.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/rtkJosephBackProjectionImageFilter.h b/include/rtkJosephBackProjectionImageFilter.h index 0f2b63cda..9eaf67782 100644 --- a/include/rtkJosephBackProjectionImageFilter.h +++ b/include/rtkJosephBackProjectionImageFilter.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/rtkJosephBackProjectionImageFilter.hxx b/include/rtkJosephBackProjectionImageFilter.hxx index bd4c60f6b..6389aceb8 100644 --- a/include/rtkJosephBackProjectionImageFilter.hxx +++ b/include/rtkJosephBackProjectionImageFilter.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/rtkJosephForwardAttenuatedProjectionImageFilter.h b/include/rtkJosephForwardAttenuatedProjectionImageFilter.h index 9715d2eb5..b06bb9fa1 100644 --- a/include/rtkJosephForwardAttenuatedProjectionImageFilter.h +++ b/include/rtkJosephForwardAttenuatedProjectionImageFilter.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/rtkJosephForwardAttenuatedProjectionImageFilter.hxx b/include/rtkJosephForwardAttenuatedProjectionImageFilter.hxx index 795a362d7..a45ea84f1 100644 --- a/include/rtkJosephForwardAttenuatedProjectionImageFilter.hxx +++ b/include/rtkJosephForwardAttenuatedProjectionImageFilter.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/rtkJosephForwardProjectionImageFilter.h b/include/rtkJosephForwardProjectionImageFilter.h index 33acf824b..adcaaf32f 100644 --- a/include/rtkJosephForwardProjectionImageFilter.h +++ b/include/rtkJosephForwardProjectionImageFilter.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/rtkJosephForwardProjectionImageFilter.hxx b/include/rtkJosephForwardProjectionImageFilter.hxx index c55ac503d..907bf4843 100644 --- a/include/rtkJosephForwardProjectionImageFilter.hxx +++ b/include/rtkJosephForwardProjectionImageFilter.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/rtkLUTbasedVariableI0RawToAttenuationImageFilter.h b/include/rtkLUTbasedVariableI0RawToAttenuationImageFilter.h index 1fc863a1f..2982ac498 100644 --- a/include/rtkLUTbasedVariableI0RawToAttenuationImageFilter.h +++ b/include/rtkLUTbasedVariableI0RawToAttenuationImageFilter.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/rtkLUTbasedVariableI0RawToAttenuationImageFilter.hxx b/include/rtkLUTbasedVariableI0RawToAttenuationImageFilter.hxx index 7534671e2..dd5678eeb 100644 --- a/include/rtkLUTbasedVariableI0RawToAttenuationImageFilter.hxx +++ b/include/rtkLUTbasedVariableI0RawToAttenuationImageFilter.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/rtkLagCorrectionImageFilter.h b/include/rtkLagCorrectionImageFilter.h index 39d1329b3..9779eb93f 100644 --- a/include/rtkLagCorrectionImageFilter.h +++ b/include/rtkLagCorrectionImageFilter.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/rtkLagCorrectionImageFilter.hxx b/include/rtkLagCorrectionImageFilter.hxx index ae5e31942..6679c2835 100644 --- a/include/rtkLagCorrectionImageFilter.hxx +++ b/include/rtkLagCorrectionImageFilter.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/rtkLaplacianImageFilter.h b/include/rtkLaplacianImageFilter.h index 948a3ef52..7f54fcb10 100644 --- a/include/rtkLaplacianImageFilter.h +++ b/include/rtkLaplacianImageFilter.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/rtkLaplacianImageFilter.hxx b/include/rtkLaplacianImageFilter.hxx index f4ede72ba..5032a2741 100644 --- a/include/rtkLaplacianImageFilter.hxx +++ b/include/rtkLaplacianImageFilter.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/rtkLastDimensionL0GradientDenoisingImageFilter.h b/include/rtkLastDimensionL0GradientDenoisingImageFilter.h index 5f3cd14f6..14063094c 100644 --- a/include/rtkLastDimensionL0GradientDenoisingImageFilter.h +++ b/include/rtkLastDimensionL0GradientDenoisingImageFilter.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/rtkLastDimensionL0GradientDenoisingImageFilter.hxx b/include/rtkLastDimensionL0GradientDenoisingImageFilter.hxx index b9aa7dd9f..1f9ed396d 100644 --- a/include/rtkLastDimensionL0GradientDenoisingImageFilter.hxx +++ b/include/rtkLastDimensionL0GradientDenoisingImageFilter.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/rtkLookupTableImageFilter.h b/include/rtkLookupTableImageFilter.h index d1c862f43..8ab13ea1d 100644 --- a/include/rtkLookupTableImageFilter.h +++ b/include/rtkLookupTableImageFilter.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/rtkLookupTableImageFilter.hxx b/include/rtkLookupTableImageFilter.hxx index 43a0933c7..fa4c682b0 100644 --- a/include/rtkLookupTableImageFilter.hxx +++ b/include/rtkLookupTableImageFilter.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/rtkMacro.h b/include/rtkMacro.h index 0e021ad49..e86ec9b55 100644 --- a/include/rtkMacro.h +++ b/include/rtkMacro.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/rtkMagnitudeThresholdImageFilter.h b/include/rtkMagnitudeThresholdImageFilter.h index 9651187f4..5c44bd3c9 100644 --- a/include/rtkMagnitudeThresholdImageFilter.h +++ b/include/rtkMagnitudeThresholdImageFilter.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/rtkMagnitudeThresholdImageFilter.hxx b/include/rtkMagnitudeThresholdImageFilter.hxx index d3ab72268..1af652d32 100644 --- a/include/rtkMagnitudeThresholdImageFilter.hxx +++ b/include/rtkMagnitudeThresholdImageFilter.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/rtkMaskCollimationImageFilter.h b/include/rtkMaskCollimationImageFilter.h index 541dc2b4b..fcdba132c 100644 --- a/include/rtkMaskCollimationImageFilter.h +++ b/include/rtkMaskCollimationImageFilter.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/rtkMaskCollimationImageFilter.hxx b/include/rtkMaskCollimationImageFilter.hxx index 5aae914cd..42b77121c 100644 --- a/include/rtkMaskCollimationImageFilter.hxx +++ b/include/rtkMaskCollimationImageFilter.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/rtkMechlemOneStepSpectralReconstructionFilter.h b/include/rtkMechlemOneStepSpectralReconstructionFilter.h index 137872a25..dd037fa3c 100644 --- a/include/rtkMechlemOneStepSpectralReconstructionFilter.h +++ b/include/rtkMechlemOneStepSpectralReconstructionFilter.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/rtkMechlemOneStepSpectralReconstructionFilter.hxx b/include/rtkMechlemOneStepSpectralReconstructionFilter.hxx index 2694b600f..960d1eeaf 100644 --- a/include/rtkMechlemOneStepSpectralReconstructionFilter.hxx +++ b/include/rtkMechlemOneStepSpectralReconstructionFilter.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/rtkMotionCompensatedFourDConjugateGradientConeBeamReconstructionFilter.h b/include/rtkMotionCompensatedFourDConjugateGradientConeBeamReconstructionFilter.h index f061976f6..f7a3b495b 100644 --- a/include/rtkMotionCompensatedFourDConjugateGradientConeBeamReconstructionFilter.h +++ b/include/rtkMotionCompensatedFourDConjugateGradientConeBeamReconstructionFilter.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/rtkMotionCompensatedFourDConjugateGradientConeBeamReconstructionFilter.hxx b/include/rtkMotionCompensatedFourDConjugateGradientConeBeamReconstructionFilter.hxx index f73a7c1e8..faa6db5eb 100644 --- a/include/rtkMotionCompensatedFourDConjugateGradientConeBeamReconstructionFilter.hxx +++ b/include/rtkMotionCompensatedFourDConjugateGradientConeBeamReconstructionFilter.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/rtkMotionCompensatedFourDROOSTERConeBeamReconstructionFilter.h b/include/rtkMotionCompensatedFourDROOSTERConeBeamReconstructionFilter.h index 688c9449c..3432a64c4 100644 --- a/include/rtkMotionCompensatedFourDROOSTERConeBeamReconstructionFilter.h +++ b/include/rtkMotionCompensatedFourDROOSTERConeBeamReconstructionFilter.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/rtkMotionCompensatedFourDROOSTERConeBeamReconstructionFilter.hxx b/include/rtkMotionCompensatedFourDROOSTERConeBeamReconstructionFilter.hxx index 57b0a7e77..56c62770e 100644 --- a/include/rtkMotionCompensatedFourDROOSTERConeBeamReconstructionFilter.hxx +++ b/include/rtkMotionCompensatedFourDROOSTERConeBeamReconstructionFilter.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/rtkMotionCompensatedFourDReconstructionConjugateGradientOperator.h b/include/rtkMotionCompensatedFourDReconstructionConjugateGradientOperator.h index 243456d85..7af6fc66e 100644 --- a/include/rtkMotionCompensatedFourDReconstructionConjugateGradientOperator.h +++ b/include/rtkMotionCompensatedFourDReconstructionConjugateGradientOperator.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/rtkMotionCompensatedFourDReconstructionConjugateGradientOperator.hxx b/include/rtkMotionCompensatedFourDReconstructionConjugateGradientOperator.hxx index 92b1a337b..d80e194a3 100644 --- a/include/rtkMotionCompensatedFourDReconstructionConjugateGradientOperator.hxx +++ b/include/rtkMotionCompensatedFourDReconstructionConjugateGradientOperator.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/rtkMultiplyByVectorImageFilter.h b/include/rtkMultiplyByVectorImageFilter.h index c29414004..7dddde5ae 100644 --- a/include/rtkMultiplyByVectorImageFilter.h +++ b/include/rtkMultiplyByVectorImageFilter.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/rtkMultiplyByVectorImageFilter.hxx b/include/rtkMultiplyByVectorImageFilter.hxx index 7d1b0013a..f4cec3ed1 100644 --- a/include/rtkMultiplyByVectorImageFilter.hxx +++ b/include/rtkMultiplyByVectorImageFilter.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/rtkNesterovUpdateImageFilter.h b/include/rtkNesterovUpdateImageFilter.h index 5053e77ab..3a013a476 100644 --- a/include/rtkNesterovUpdateImageFilter.h +++ b/include/rtkNesterovUpdateImageFilter.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/rtkNesterovUpdateImageFilter.hxx b/include/rtkNesterovUpdateImageFilter.hxx index 15f452292..d60a67428 100644 --- a/include/rtkNesterovUpdateImageFilter.hxx +++ b/include/rtkNesterovUpdateImageFilter.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/rtkOSEMConeBeamReconstructionFilter.h b/include/rtkOSEMConeBeamReconstructionFilter.h index 169bc7210..54d5cc845 100644 --- a/include/rtkOSEMConeBeamReconstructionFilter.h +++ b/include/rtkOSEMConeBeamReconstructionFilter.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/rtkOSEMConeBeamReconstructionFilter.hxx b/include/rtkOSEMConeBeamReconstructionFilter.hxx index 87b3e67da..2369250c1 100644 --- a/include/rtkOSEMConeBeamReconstructionFilter.hxx +++ b/include/rtkOSEMConeBeamReconstructionFilter.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/rtkOraGeometryReader.h b/include/rtkOraGeometryReader.h index 08256877a..ffb1cd690 100644 --- a/include/rtkOraGeometryReader.h +++ b/include/rtkOraGeometryReader.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/rtkOraImageIO.h b/include/rtkOraImageIO.h index 04dad9201..2aab06d45 100644 --- a/include/rtkOraImageIO.h +++ b/include/rtkOraImageIO.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/rtkOraImageIOFactory.h b/include/rtkOraImageIOFactory.h index f58843858..4fed0974f 100644 --- a/include/rtkOraImageIOFactory.h +++ b/include/rtkOraImageIOFactory.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/rtkOraLookupTableImageFilter.h b/include/rtkOraLookupTableImageFilter.h index d2f0c21e2..6972e6350 100644 --- a/include/rtkOraLookupTableImageFilter.h +++ b/include/rtkOraLookupTableImageFilter.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/rtkOraLookupTableImageFilter.hxx b/include/rtkOraLookupTableImageFilter.hxx index d770798c4..1fcbc8e6d 100644 --- a/include/rtkOraLookupTableImageFilter.hxx +++ b/include/rtkOraLookupTableImageFilter.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/rtkOraXMLFileReader.h b/include/rtkOraXMLFileReader.h index 7122f538d..b3938cd58 100644 --- a/include/rtkOraXMLFileReader.h +++ b/include/rtkOraXMLFileReader.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/rtkParkerShortScanImageFilter.h b/include/rtkParkerShortScanImageFilter.h index f76c90be0..db0d33307 100644 --- a/include/rtkParkerShortScanImageFilter.h +++ b/include/rtkParkerShortScanImageFilter.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/rtkParkerShortScanImageFilter.hxx b/include/rtkParkerShortScanImageFilter.hxx index 72a3544bc..2dbb06578 100644 --- a/include/rtkParkerShortScanImageFilter.hxx +++ b/include/rtkParkerShortScanImageFilter.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/rtkPhaseGatingImageFilter.h b/include/rtkPhaseGatingImageFilter.h index a66060c7b..4884eedac 100644 --- a/include/rtkPhaseGatingImageFilter.h +++ b/include/rtkPhaseGatingImageFilter.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/rtkPhaseGatingImageFilter.hxx b/include/rtkPhaseGatingImageFilter.hxx index 77058d4d6..cdb494d83 100644 --- a/include/rtkPhaseGatingImageFilter.hxx +++ b/include/rtkPhaseGatingImageFilter.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/rtkPhaseReader.h b/include/rtkPhaseReader.h index 08ba94c33..f29165bec 100644 --- a/include/rtkPhaseReader.h +++ b/include/rtkPhaseReader.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/rtkPhasesToInterpolationWeights.h b/include/rtkPhasesToInterpolationWeights.h index c26fedb47..63f7d67ec 100644 --- a/include/rtkPhasesToInterpolationWeights.h +++ b/include/rtkPhasesToInterpolationWeights.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/rtkPolynomialGainCorrectionImageFilter.h b/include/rtkPolynomialGainCorrectionImageFilter.h index 55f163400..1f613a240 100644 --- a/include/rtkPolynomialGainCorrectionImageFilter.h +++ b/include/rtkPolynomialGainCorrectionImageFilter.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/rtkPolynomialGainCorrectionImageFilter.hxx b/include/rtkPolynomialGainCorrectionImageFilter.hxx index c22c514a0..8d99a38e9 100644 --- a/include/rtkPolynomialGainCorrectionImageFilter.hxx +++ b/include/rtkPolynomialGainCorrectionImageFilter.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/rtkProgressCommands.h b/include/rtkProgressCommands.h index 5c49d4c1e..72aedd306 100644 --- a/include/rtkProgressCommands.h +++ b/include/rtkProgressCommands.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/rtkProjectGeometricPhantomImageFilter.h b/include/rtkProjectGeometricPhantomImageFilter.h index 0a90ec4be..ce7bf0faf 100644 --- a/include/rtkProjectGeometricPhantomImageFilter.h +++ b/include/rtkProjectGeometricPhantomImageFilter.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/rtkProjectGeometricPhantomImageFilter.hxx b/include/rtkProjectGeometricPhantomImageFilter.hxx index 861ed81ab..60dfdbab2 100644 --- a/include/rtkProjectGeometricPhantomImageFilter.hxx +++ b/include/rtkProjectGeometricPhantomImageFilter.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/rtkProjectionGeometry.h b/include/rtkProjectionGeometry.h index 14d99a5b9..6747c9059 100644 --- a/include/rtkProjectionGeometry.h +++ b/include/rtkProjectionGeometry.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/rtkProjectionGeometry.hxx b/include/rtkProjectionGeometry.hxx index 7641da6dc..52c573c18 100644 --- a/include/rtkProjectionGeometry.hxx +++ b/include/rtkProjectionGeometry.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/rtkProjectionStackToFourDImageFilter.h b/include/rtkProjectionStackToFourDImageFilter.h index a6ef0ff30..0d3988967 100644 --- a/include/rtkProjectionStackToFourDImageFilter.h +++ b/include/rtkProjectionStackToFourDImageFilter.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/rtkProjectionStackToFourDImageFilter.hxx b/include/rtkProjectionStackToFourDImageFilter.hxx index 46ee1e00a..ccba20c70 100644 --- a/include/rtkProjectionStackToFourDImageFilter.hxx +++ b/include/rtkProjectionStackToFourDImageFilter.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/rtkProjectionsDecompositionNegativeLogLikelihood.h b/include/rtkProjectionsDecompositionNegativeLogLikelihood.h index 18f8dcb73..f97346914 100644 --- a/include/rtkProjectionsDecompositionNegativeLogLikelihood.h +++ b/include/rtkProjectionsDecompositionNegativeLogLikelihood.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/rtkProjectionsReader.h b/include/rtkProjectionsReader.h index 3e44d0a86..f74736178 100644 --- a/include/rtkProjectionsReader.h +++ b/include/rtkProjectionsReader.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/rtkProjectionsReader.hxx b/include/rtkProjectionsReader.hxx index 4f2e515fe..be0184585 100644 --- a/include/rtkProjectionsReader.hxx +++ b/include/rtkProjectionsReader.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/rtkProjectionsRegionConstIteratorRayBased.h b/include/rtkProjectionsRegionConstIteratorRayBased.h index bdaaab571..56f1c6ad8 100644 --- a/include/rtkProjectionsRegionConstIteratorRayBased.h +++ b/include/rtkProjectionsRegionConstIteratorRayBased.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/rtkProjectionsRegionConstIteratorRayBased.hxx b/include/rtkProjectionsRegionConstIteratorRayBased.hxx index c6e11f9a4..5e404c9be 100644 --- a/include/rtkProjectionsRegionConstIteratorRayBased.hxx +++ b/include/rtkProjectionsRegionConstIteratorRayBased.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/rtkProjectionsRegionConstIteratorRayBasedParallel.h b/include/rtkProjectionsRegionConstIteratorRayBasedParallel.h index 7405538a2..6476a35bd 100644 --- a/include/rtkProjectionsRegionConstIteratorRayBasedParallel.h +++ b/include/rtkProjectionsRegionConstIteratorRayBasedParallel.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/rtkProjectionsRegionConstIteratorRayBasedParallel.hxx b/include/rtkProjectionsRegionConstIteratorRayBasedParallel.hxx index af4495d59..180c02b5e 100644 --- a/include/rtkProjectionsRegionConstIteratorRayBasedParallel.hxx +++ b/include/rtkProjectionsRegionConstIteratorRayBasedParallel.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/rtkProjectionsRegionConstIteratorRayBasedWithCylindricalPanel.h b/include/rtkProjectionsRegionConstIteratorRayBasedWithCylindricalPanel.h index f0c4f5214..1eeb29fff 100644 --- a/include/rtkProjectionsRegionConstIteratorRayBasedWithCylindricalPanel.h +++ b/include/rtkProjectionsRegionConstIteratorRayBasedWithCylindricalPanel.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/rtkProjectionsRegionConstIteratorRayBasedWithCylindricalPanel.hxx b/include/rtkProjectionsRegionConstIteratorRayBasedWithCylindricalPanel.hxx index d55af4da3..4341fe9d7 100644 --- a/include/rtkProjectionsRegionConstIteratorRayBasedWithCylindricalPanel.hxx +++ b/include/rtkProjectionsRegionConstIteratorRayBasedWithCylindricalPanel.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/rtkProjectionsRegionConstIteratorRayBasedWithFlatPanel.h b/include/rtkProjectionsRegionConstIteratorRayBasedWithFlatPanel.h index 513f911ef..d477c285b 100644 --- a/include/rtkProjectionsRegionConstIteratorRayBasedWithFlatPanel.h +++ b/include/rtkProjectionsRegionConstIteratorRayBasedWithFlatPanel.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/rtkProjectionsRegionConstIteratorRayBasedWithFlatPanel.hxx b/include/rtkProjectionsRegionConstIteratorRayBasedWithFlatPanel.hxx index d064eca89..a0eb2e74e 100644 --- a/include/rtkProjectionsRegionConstIteratorRayBasedWithFlatPanel.hxx +++ b/include/rtkProjectionsRegionConstIteratorRayBasedWithFlatPanel.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/rtkQuadricShape.h b/include/rtkQuadricShape.h index e491d988b..9890180fd 100644 --- a/include/rtkQuadricShape.h +++ b/include/rtkQuadricShape.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/rtkRayBoxIntersectionImageFilter.h b/include/rtkRayBoxIntersectionImageFilter.h index 7a204c625..94f4e06c5 100644 --- a/include/rtkRayBoxIntersectionImageFilter.h +++ b/include/rtkRayBoxIntersectionImageFilter.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/rtkRayBoxIntersectionImageFilter.hxx b/include/rtkRayBoxIntersectionImageFilter.hxx index 0750eb34c..415f18198 100644 --- a/include/rtkRayBoxIntersectionImageFilter.hxx +++ b/include/rtkRayBoxIntersectionImageFilter.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/rtkRayConvexIntersectionImageFilter.h b/include/rtkRayConvexIntersectionImageFilter.h index eb669b706..24ed08bf5 100644 --- a/include/rtkRayConvexIntersectionImageFilter.h +++ b/include/rtkRayConvexIntersectionImageFilter.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/rtkRayConvexIntersectionImageFilter.hxx b/include/rtkRayConvexIntersectionImageFilter.hxx index ad11d92d4..44653f709 100644 --- a/include/rtkRayConvexIntersectionImageFilter.hxx +++ b/include/rtkRayConvexIntersectionImageFilter.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/rtkRayEllipsoidIntersectionImageFilter.h b/include/rtkRayEllipsoidIntersectionImageFilter.h index 134534b1e..0b3bcffb6 100644 --- a/include/rtkRayEllipsoidIntersectionImageFilter.h +++ b/include/rtkRayEllipsoidIntersectionImageFilter.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/rtkRayEllipsoidIntersectionImageFilter.hxx b/include/rtkRayEllipsoidIntersectionImageFilter.hxx index d5d7db831..ee8a4d631 100644 --- a/include/rtkRayEllipsoidIntersectionImageFilter.hxx +++ b/include/rtkRayEllipsoidIntersectionImageFilter.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/rtkRayQuadricIntersectionImageFilter.h b/include/rtkRayQuadricIntersectionImageFilter.h index 092fb0e5e..45b0aeb2b 100644 --- a/include/rtkRayQuadricIntersectionImageFilter.h +++ b/include/rtkRayQuadricIntersectionImageFilter.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/rtkRayQuadricIntersectionImageFilter.hxx b/include/rtkRayQuadricIntersectionImageFilter.hxx index 7ae7c7c24..c8555a70e 100644 --- a/include/rtkRayQuadricIntersectionImageFilter.hxx +++ b/include/rtkRayQuadricIntersectionImageFilter.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/rtkReconstructImageFilter.h b/include/rtkReconstructImageFilter.h index 1130180c5..504f8e555 100644 --- a/include/rtkReconstructImageFilter.h +++ b/include/rtkReconstructImageFilter.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, @@ -36,7 +36,7 @@ namespace rtk * Daubechies wavelets. * * This filter is inspired from Dan Mueller's GIFT package - * http://www.insight-journal.org/browse/publication/103 + * https://www.insight-journal.org/browse/publication/103 * * \dot * digraph ReconstructImageFilter { diff --git a/include/rtkReconstructImageFilter.hxx b/include/rtkReconstructImageFilter.hxx index 13a8f3db1..ed6aa8f6b 100644 --- a/include/rtkReconstructImageFilter.hxx +++ b/include/rtkReconstructImageFilter.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/rtkReconstructionConjugateGradientOperator.h b/include/rtkReconstructionConjugateGradientOperator.h index 0c95b9061..8b5ecf28d 100644 --- a/include/rtkReconstructionConjugateGradientOperator.h +++ b/include/rtkReconstructionConjugateGradientOperator.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/rtkReconstructionConjugateGradientOperator.hxx b/include/rtkReconstructionConjugateGradientOperator.hxx index 7e851947e..f9694c7e9 100644 --- a/include/rtkReconstructionConjugateGradientOperator.hxx +++ b/include/rtkReconstructionConjugateGradientOperator.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/rtkReg1DExtractShroudSignalImageFilter.h b/include/rtkReg1DExtractShroudSignalImageFilter.h index 41fb9492a..b4e1f017a 100644 --- a/include/rtkReg1DExtractShroudSignalImageFilter.h +++ b/include/rtkReg1DExtractShroudSignalImageFilter.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/rtkReg1DExtractShroudSignalImageFilter.hxx b/include/rtkReg1DExtractShroudSignalImageFilter.hxx index 18aa63d8c..0bce48efd 100644 --- a/include/rtkReg1DExtractShroudSignalImageFilter.hxx +++ b/include/rtkReg1DExtractShroudSignalImageFilter.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/rtkReg23ProjectionGeometry.h b/include/rtkReg23ProjectionGeometry.h index 11b7478b8..38f3d0781 100644 --- a/include/rtkReg23ProjectionGeometry.h +++ b/include/rtkReg23ProjectionGeometry.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/rtkRegularizedConjugateGradientConeBeamReconstructionFilter.h b/include/rtkRegularizedConjugateGradientConeBeamReconstructionFilter.h index bb91f1f18..941e828af 100644 --- a/include/rtkRegularizedConjugateGradientConeBeamReconstructionFilter.h +++ b/include/rtkRegularizedConjugateGradientConeBeamReconstructionFilter.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/rtkRegularizedConjugateGradientConeBeamReconstructionFilter.hxx b/include/rtkRegularizedConjugateGradientConeBeamReconstructionFilter.hxx index d18353f2f..09b3718f1 100644 --- a/include/rtkRegularizedConjugateGradientConeBeamReconstructionFilter.hxx +++ b/include/rtkRegularizedConjugateGradientConeBeamReconstructionFilter.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/rtkReorderProjectionsImageFilter.h b/include/rtkReorderProjectionsImageFilter.h index b52e2f2a4..1d99dff2d 100644 --- a/include/rtkReorderProjectionsImageFilter.h +++ b/include/rtkReorderProjectionsImageFilter.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/rtkReorderProjectionsImageFilter.hxx b/include/rtkReorderProjectionsImageFilter.hxx index 00a87a8e5..cf6018212 100644 --- a/include/rtkReorderProjectionsImageFilter.hxx +++ b/include/rtkReorderProjectionsImageFilter.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/rtkResourceProbesCollector.h b/include/rtkResourceProbesCollector.h index a02bd1797..a0ebcd337 100644 --- a/include/rtkResourceProbesCollector.h +++ b/include/rtkResourceProbesCollector.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/rtkSARTConeBeamReconstructionFilter.h b/include/rtkSARTConeBeamReconstructionFilter.h index 22aa4df3e..0ae005c11 100644 --- a/include/rtkSARTConeBeamReconstructionFilter.h +++ b/include/rtkSARTConeBeamReconstructionFilter.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/rtkSARTConeBeamReconstructionFilter.hxx b/include/rtkSARTConeBeamReconstructionFilter.hxx index e65b8911d..dbc275085 100644 --- a/include/rtkSARTConeBeamReconstructionFilter.hxx +++ b/include/rtkSARTConeBeamReconstructionFilter.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/rtkScatterGlareCorrectionImageFilter.h b/include/rtkScatterGlareCorrectionImageFilter.h index 41de15429..84459152a 100644 --- a/include/rtkScatterGlareCorrectionImageFilter.h +++ b/include/rtkScatterGlareCorrectionImageFilter.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, @@ -29,7 +29,7 @@ namespace rtk * \brief Implements the scatter glare correction as described in [Poludniowski, PMB 2011]. * * The filter code is based on FFTConvolutionImageFilter by Gaetan Lehmann - * (see http://hdl.handle.net/10380/3154) + * (see https://hdl.handle.net/10380/3154) * * \test rtkscatterglaretest.cxx * diff --git a/include/rtkScatterGlareCorrectionImageFilter.hxx b/include/rtkScatterGlareCorrectionImageFilter.hxx index e65a17046..b9e62391d 100644 --- a/include/rtkScatterGlareCorrectionImageFilter.hxx +++ b/include/rtkScatterGlareCorrectionImageFilter.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, @@ -21,7 +21,7 @@ // Use local RTK FFTW files taken from Gaëtan Lehmann's code for -// thread safety: http://hdl.handle.net/10380/3154 +// thread safety: https://hdl.handle.net/10380/3154 #include #include #include diff --git a/include/rtkSchlomka2008NegativeLogLikelihood.h b/include/rtkSchlomka2008NegativeLogLikelihood.h index ce229c61f..9361cd2f0 100644 --- a/include/rtkSchlomka2008NegativeLogLikelihood.h +++ b/include/rtkSchlomka2008NegativeLogLikelihood.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/rtkSelectOneProjectionPerCycleImageFilter.h b/include/rtkSelectOneProjectionPerCycleImageFilter.h index a152dba74..3cca70884 100644 --- a/include/rtkSelectOneProjectionPerCycleImageFilter.h +++ b/include/rtkSelectOneProjectionPerCycleImageFilter.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/rtkSelectOneProjectionPerCycleImageFilter.hxx b/include/rtkSelectOneProjectionPerCycleImageFilter.hxx index 197a1fca5..0c6d7b6d9 100644 --- a/include/rtkSelectOneProjectionPerCycleImageFilter.hxx +++ b/include/rtkSelectOneProjectionPerCycleImageFilter.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/rtkSeparableQuadraticSurrogateRegularizationImageFilter.h b/include/rtkSeparableQuadraticSurrogateRegularizationImageFilter.h index d1a131035..e2bf4ed53 100644 --- a/include/rtkSeparableQuadraticSurrogateRegularizationImageFilter.h +++ b/include/rtkSeparableQuadraticSurrogateRegularizationImageFilter.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/rtkSeparableQuadraticSurrogateRegularizationImageFilter.hxx b/include/rtkSeparableQuadraticSurrogateRegularizationImageFilter.hxx index 82eea8a10..8f8d65f9a 100644 --- a/include/rtkSeparableQuadraticSurrogateRegularizationImageFilter.hxx +++ b/include/rtkSeparableQuadraticSurrogateRegularizationImageFilter.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/rtkSheppLoganPhantom.h b/include/rtkSheppLoganPhantom.h index 85b092437..fd4c0a0ce 100644 --- a/include/rtkSheppLoganPhantom.h +++ b/include/rtkSheppLoganPhantom.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, @@ -28,7 +28,7 @@ namespace rtk /** \class SheppLoganPhantom * \brief SheppLogan phantom as defined in "Principles of CT imaging" by Kak & Slaney * - * See http://www.slaney.org/pct/pct-errata.html for the correction of the + * See https://www.slaney.org/pct/pct-errata.html for the correction of the * phantom definition. * * \test rtkfdktest.cxx diff --git a/include/rtkSheppLoganPhantomFilter.h b/include/rtkSheppLoganPhantomFilter.h index d95873045..a98ec14cf 100644 --- a/include/rtkSheppLoganPhantomFilter.h +++ b/include/rtkSheppLoganPhantomFilter.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/rtkSheppLoganPhantomFilter.hxx b/include/rtkSheppLoganPhantomFilter.hxx index 4947586b3..d8e91c7d3 100644 --- a/include/rtkSheppLoganPhantomFilter.hxx +++ b/include/rtkSheppLoganPhantomFilter.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/rtkSignalToInterpolationWeights.h b/include/rtkSignalToInterpolationWeights.h index f250f5e1b..35f982328 100644 --- a/include/rtkSignalToInterpolationWeights.h +++ b/include/rtkSignalToInterpolationWeights.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/rtkSimplexSpectralProjectionsDecompositionImageFilter.h b/include/rtkSimplexSpectralProjectionsDecompositionImageFilter.h index bc6c793fd..2b2382198 100644 --- a/include/rtkSimplexSpectralProjectionsDecompositionImageFilter.h +++ b/include/rtkSimplexSpectralProjectionsDecompositionImageFilter.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/rtkSimplexSpectralProjectionsDecompositionImageFilter.hxx b/include/rtkSimplexSpectralProjectionsDecompositionImageFilter.hxx index b79369e5d..163e731a5 100644 --- a/include/rtkSimplexSpectralProjectionsDecompositionImageFilter.hxx +++ b/include/rtkSimplexSpectralProjectionsDecompositionImageFilter.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/rtkSingularValueThresholdImageFilter.h b/include/rtkSingularValueThresholdImageFilter.h index 440d079c1..c61c03e89 100644 --- a/include/rtkSingularValueThresholdImageFilter.h +++ b/include/rtkSingularValueThresholdImageFilter.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/rtkSingularValueThresholdImageFilter.hxx b/include/rtkSingularValueThresholdImageFilter.hxx index 1e299c034..3202edd56 100644 --- a/include/rtkSingularValueThresholdImageFilter.hxx +++ b/include/rtkSingularValueThresholdImageFilter.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/rtkSoftThresholdImageFilter.h b/include/rtkSoftThresholdImageFilter.h index 957114bd8..36c689099 100644 --- a/include/rtkSoftThresholdImageFilter.h +++ b/include/rtkSoftThresholdImageFilter.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/rtkSoftThresholdImageFilter.hxx b/include/rtkSoftThresholdImageFilter.hxx index ccac0da5d..f5bd9facd 100644 --- a/include/rtkSoftThresholdImageFilter.hxx +++ b/include/rtkSoftThresholdImageFilter.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/rtkSoftThresholdTVImageFilter.h b/include/rtkSoftThresholdTVImageFilter.h index faeeb80c7..ba596439e 100644 --- a/include/rtkSoftThresholdTVImageFilter.h +++ b/include/rtkSoftThresholdTVImageFilter.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/rtkSoftThresholdTVImageFilter.hxx b/include/rtkSoftThresholdTVImageFilter.hxx index 236e100b7..1a7afb9aa 100644 --- a/include/rtkSoftThresholdTVImageFilter.hxx +++ b/include/rtkSoftThresholdTVImageFilter.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/rtkSpectralForwardModelImageFilter.h b/include/rtkSpectralForwardModelImageFilter.h index 4100ab0b3..d3439cc9c 100644 --- a/include/rtkSpectralForwardModelImageFilter.h +++ b/include/rtkSpectralForwardModelImageFilter.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/rtkSpectralForwardModelImageFilter.hxx b/include/rtkSpectralForwardModelImageFilter.hxx index 553a04447..426ca1570 100644 --- a/include/rtkSpectralForwardModelImageFilter.hxx +++ b/include/rtkSpectralForwardModelImageFilter.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/rtkSplatWithKnownWeightsImageFilter.h b/include/rtkSplatWithKnownWeightsImageFilter.h index b6d31a1db..23ad73efd 100644 --- a/include/rtkSplatWithKnownWeightsImageFilter.h +++ b/include/rtkSplatWithKnownWeightsImageFilter.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/rtkSplatWithKnownWeightsImageFilter.hxx b/include/rtkSplatWithKnownWeightsImageFilter.hxx index bf53910dc..1c64a8abf 100644 --- a/include/rtkSplatWithKnownWeightsImageFilter.hxx +++ b/include/rtkSplatWithKnownWeightsImageFilter.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/rtkSubSelectFromListImageFilter.h b/include/rtkSubSelectFromListImageFilter.h index 027bbd558..e7f87866f 100644 --- a/include/rtkSubSelectFromListImageFilter.h +++ b/include/rtkSubSelectFromListImageFilter.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/rtkSubSelectFromListImageFilter.hxx b/include/rtkSubSelectFromListImageFilter.hxx index b53c21a05..d19adf9e7 100644 --- a/include/rtkSubSelectFromListImageFilter.hxx +++ b/include/rtkSubSelectFromListImageFilter.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/rtkSubSelectImageFilter.h b/include/rtkSubSelectImageFilter.h index 68f3affb2..6f0d65afb 100644 --- a/include/rtkSubSelectImageFilter.h +++ b/include/rtkSubSelectImageFilter.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/rtkSubSelectImageFilter.hxx b/include/rtkSubSelectImageFilter.hxx index 2a2b5e88e..3a95fc7f9 100644 --- a/include/rtkSubSelectImageFilter.hxx +++ b/include/rtkSubSelectImageFilter.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/rtkSumOfSquaresImageFilter.h b/include/rtkSumOfSquaresImageFilter.h index 2f47647b5..3f37979dc 100644 --- a/include/rtkSumOfSquaresImageFilter.h +++ b/include/rtkSumOfSquaresImageFilter.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/rtkSumOfSquaresImageFilter.hxx b/include/rtkSumOfSquaresImageFilter.hxx index 23bf7a9c8..b1efa712d 100644 --- a/include/rtkSumOfSquaresImageFilter.hxx +++ b/include/rtkSumOfSquaresImageFilter.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/rtkThreeDCircularProjectionGeometry.h b/include/rtkThreeDCircularProjectionGeometry.h index 6363d9b31..09ca5c2f4 100644 --- a/include/rtkThreeDCircularProjectionGeometry.h +++ b/include/rtkThreeDCircularProjectionGeometry.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/rtkThreeDCircularProjectionGeometryXMLFile.h b/include/rtkThreeDCircularProjectionGeometryXMLFile.h index 1886982f4..09fea96ce 100644 --- a/include/rtkThreeDCircularProjectionGeometryXMLFile.h +++ b/include/rtkThreeDCircularProjectionGeometryXMLFile.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/rtkThreeDCircularProjectionGeometryXMLFileReader.h b/include/rtkThreeDCircularProjectionGeometryXMLFileReader.h index 7750e95fa..c850c668e 100644 --- a/include/rtkThreeDCircularProjectionGeometryXMLFileReader.h +++ b/include/rtkThreeDCircularProjectionGeometryXMLFileReader.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/rtkThreeDCircularProjectionGeometryXMLFileWriter.h b/include/rtkThreeDCircularProjectionGeometryXMLFileWriter.h index 336469319..ddb50be4e 100644 --- a/include/rtkThreeDCircularProjectionGeometryXMLFileWriter.h +++ b/include/rtkThreeDCircularProjectionGeometryXMLFileWriter.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/rtkTotalNuclearVariationDenoisingBPDQImageFilter.h b/include/rtkTotalNuclearVariationDenoisingBPDQImageFilter.h index 606cfb679..071763962 100644 --- a/include/rtkTotalNuclearVariationDenoisingBPDQImageFilter.h +++ b/include/rtkTotalNuclearVariationDenoisingBPDQImageFilter.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/rtkTotalNuclearVariationDenoisingBPDQImageFilter.hxx b/include/rtkTotalNuclearVariationDenoisingBPDQImageFilter.hxx index c8e3b195b..3005d10d5 100644 --- a/include/rtkTotalNuclearVariationDenoisingBPDQImageFilter.hxx +++ b/include/rtkTotalNuclearVariationDenoisingBPDQImageFilter.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/rtkTotalVariationDenoiseSequenceImageFilter.h b/include/rtkTotalVariationDenoiseSequenceImageFilter.h index a82dd0e55..eac19c157 100644 --- a/include/rtkTotalVariationDenoiseSequenceImageFilter.h +++ b/include/rtkTotalVariationDenoiseSequenceImageFilter.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/rtkTotalVariationDenoiseSequenceImageFilter.hxx b/include/rtkTotalVariationDenoiseSequenceImageFilter.hxx index 2e33c58ea..99db77f21 100644 --- a/include/rtkTotalVariationDenoiseSequenceImageFilter.hxx +++ b/include/rtkTotalVariationDenoiseSequenceImageFilter.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/rtkTotalVariationDenoisingBPDQImageFilter.h b/include/rtkTotalVariationDenoisingBPDQImageFilter.h index e39be8a16..06e85dafb 100644 --- a/include/rtkTotalVariationDenoisingBPDQImageFilter.h +++ b/include/rtkTotalVariationDenoisingBPDQImageFilter.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, @@ -37,7 +37,7 @@ namespace rtk * perform 3D total variation denoising on a 4D dataset * (by calling SetDimensionsProcessed([true true true false]). * More information on the algorithm can be found at - * http://wiki.epfl.ch/bpdq#download + * https://wiki.epfl.ch/bpdq#download * * \dot * digraph TotalVariationDenoisingBPDQImageFilter diff --git a/include/rtkTotalVariationDenoisingBPDQImageFilter.hxx b/include/rtkTotalVariationDenoisingBPDQImageFilter.hxx index a65f004be..a44b69f8d 100644 --- a/include/rtkTotalVariationDenoisingBPDQImageFilter.hxx +++ b/include/rtkTotalVariationDenoisingBPDQImageFilter.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/rtkTotalVariationImageFilter.h b/include/rtkTotalVariationImageFilter.h index c0a408832..7b9e0d00f 100644 --- a/include/rtkTotalVariationImageFilter.h +++ b/include/rtkTotalVariationImageFilter.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/rtkTotalVariationImageFilter.hxx b/include/rtkTotalVariationImageFilter.hxx index 7f09b9b11..2f5350339 100644 --- a/include/rtkTotalVariationImageFilter.hxx +++ b/include/rtkTotalVariationImageFilter.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/rtkUnwarpSequenceConjugateGradientOperator.h b/include/rtkUnwarpSequenceConjugateGradientOperator.h index 9d516ce07..d8d1fe07b 100644 --- a/include/rtkUnwarpSequenceConjugateGradientOperator.h +++ b/include/rtkUnwarpSequenceConjugateGradientOperator.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/rtkUnwarpSequenceConjugateGradientOperator.hxx b/include/rtkUnwarpSequenceConjugateGradientOperator.hxx index 601445d2c..131e48081 100644 --- a/include/rtkUnwarpSequenceConjugateGradientOperator.hxx +++ b/include/rtkUnwarpSequenceConjugateGradientOperator.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/rtkUnwarpSequenceImageFilter.h b/include/rtkUnwarpSequenceImageFilter.h index 9fda5d32a..900955429 100644 --- a/include/rtkUnwarpSequenceImageFilter.h +++ b/include/rtkUnwarpSequenceImageFilter.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/rtkUnwarpSequenceImageFilter.hxx b/include/rtkUnwarpSequenceImageFilter.hxx index 63e100926..b406ec42e 100644 --- a/include/rtkUnwarpSequenceImageFilter.hxx +++ b/include/rtkUnwarpSequenceImageFilter.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/rtkUpsampleImageFilter.h b/include/rtkUpsampleImageFilter.h index 2fdd592e8..933c41ffa 100644 --- a/include/rtkUpsampleImageFilter.h +++ b/include/rtkUpsampleImageFilter.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, @@ -29,7 +29,7 @@ namespace rtk * \brief Upsamples an image by the given factor for each dimension. * * This filter is inspired from Dan Mueller's GIFT package - * http://www.insight-journal.org/browse/publication/103 + * https://www.insight-journal.org/browse/publication/103 * * \author Cyril Mory * diff --git a/include/rtkUpsampleImageFilter.hxx b/include/rtkUpsampleImageFilter.hxx index 3f992289f..6aae8d8a2 100644 --- a/include/rtkUpsampleImageFilter.hxx +++ b/include/rtkUpsampleImageFilter.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/rtkVarianObiGeometryReader.h b/include/rtkVarianObiGeometryReader.h index a0014da75..3898b3fa3 100644 --- a/include/rtkVarianObiGeometryReader.h +++ b/include/rtkVarianObiGeometryReader.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/rtkVarianObiRawImageFilter.h b/include/rtkVarianObiRawImageFilter.h index de56a4337..a6ec7cf6e 100644 --- a/include/rtkVarianObiRawImageFilter.h +++ b/include/rtkVarianObiRawImageFilter.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/rtkVarianObiRawImageFilter.hxx b/include/rtkVarianObiRawImageFilter.hxx index 7840817aa..a5ab5b9d2 100644 --- a/include/rtkVarianObiRawImageFilter.hxx +++ b/include/rtkVarianObiRawImageFilter.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/rtkVarianObiXMLFileReader.h b/include/rtkVarianObiXMLFileReader.h index 1092c7b8f..3f4893658 100644 --- a/include/rtkVarianObiXMLFileReader.h +++ b/include/rtkVarianObiXMLFileReader.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/rtkVarianProBeamGeometryReader.h b/include/rtkVarianProBeamGeometryReader.h index e6fcf7c66..053879679 100644 --- a/include/rtkVarianProBeamGeometryReader.h +++ b/include/rtkVarianProBeamGeometryReader.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/rtkVarianProBeamXMLFileReader.h b/include/rtkVarianProBeamXMLFileReader.h index 92885fa2a..82b9b6130 100644 --- a/include/rtkVarianProBeamXMLFileReader.h +++ b/include/rtkVarianProBeamXMLFileReader.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/rtkVectorImageToImageFilter.h b/include/rtkVectorImageToImageFilter.h index 9da88c480..f73336174 100644 --- a/include/rtkVectorImageToImageFilter.h +++ b/include/rtkVectorImageToImageFilter.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/rtkVectorImageToImageFilter.hxx b/include/rtkVectorImageToImageFilter.hxx index 62c150727..4bb892a8e 100644 --- a/include/rtkVectorImageToImageFilter.hxx +++ b/include/rtkVectorImageToImageFilter.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/rtkWarpFourDToProjectionStackImageFilter.h b/include/rtkWarpFourDToProjectionStackImageFilter.h index e06659a55..d211671c5 100644 --- a/include/rtkWarpFourDToProjectionStackImageFilter.h +++ b/include/rtkWarpFourDToProjectionStackImageFilter.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/rtkWarpFourDToProjectionStackImageFilter.hxx b/include/rtkWarpFourDToProjectionStackImageFilter.hxx index 39c8fe7e2..792a40fc6 100644 --- a/include/rtkWarpFourDToProjectionStackImageFilter.hxx +++ b/include/rtkWarpFourDToProjectionStackImageFilter.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/rtkWarpProjectionStackToFourDImageFilter.h b/include/rtkWarpProjectionStackToFourDImageFilter.h index 97d0c60c5..45b822eca 100644 --- a/include/rtkWarpProjectionStackToFourDImageFilter.h +++ b/include/rtkWarpProjectionStackToFourDImageFilter.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/rtkWarpProjectionStackToFourDImageFilter.hxx b/include/rtkWarpProjectionStackToFourDImageFilter.hxx index fae9a1c38..bbb5be8a7 100644 --- a/include/rtkWarpProjectionStackToFourDImageFilter.hxx +++ b/include/rtkWarpProjectionStackToFourDImageFilter.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/rtkWarpSequenceImageFilter.h b/include/rtkWarpSequenceImageFilter.h index 32702cdaf..61ea75d31 100644 --- a/include/rtkWarpSequenceImageFilter.h +++ b/include/rtkWarpSequenceImageFilter.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/rtkWarpSequenceImageFilter.hxx b/include/rtkWarpSequenceImageFilter.hxx index ac2dd8846..44308cec6 100644 --- a/include/rtkWarpSequenceImageFilter.hxx +++ b/include/rtkWarpSequenceImageFilter.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/rtkWatcherForResourceProbe.h b/include/rtkWatcherForResourceProbe.h index f8d6117ba..356afc3c5 100644 --- a/include/rtkWatcherForResourceProbe.h +++ b/include/rtkWatcherForResourceProbe.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/rtkWaterPrecorrectionImageFilter.h b/include/rtkWaterPrecorrectionImageFilter.h index 85439dc01..b1b3945fe 100644 --- a/include/rtkWaterPrecorrectionImageFilter.h +++ b/include/rtkWaterPrecorrectionImageFilter.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/rtkWaterPrecorrectionImageFilter.hxx b/include/rtkWaterPrecorrectionImageFilter.hxx index 6e482a2e5..e60c58798 100644 --- a/include/rtkWaterPrecorrectionImageFilter.hxx +++ b/include/rtkWaterPrecorrectionImageFilter.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/rtkWeidingerForwardModelImageFilter.h b/include/rtkWeidingerForwardModelImageFilter.h index c70f94346..6e73132df 100644 --- a/include/rtkWeidingerForwardModelImageFilter.h +++ b/include/rtkWeidingerForwardModelImageFilter.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/rtkWeidingerForwardModelImageFilter.hxx b/include/rtkWeidingerForwardModelImageFilter.hxx index 749799708..e57c29522 100644 --- a/include/rtkWeidingerForwardModelImageFilter.hxx +++ b/include/rtkWeidingerForwardModelImageFilter.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/rtkXRadGeometryReader.h b/include/rtkXRadGeometryReader.h index 61a0d9633..119cf76c7 100644 --- a/include/rtkXRadGeometryReader.h +++ b/include/rtkXRadGeometryReader.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/rtkXRadImageIO.h b/include/rtkXRadImageIO.h index 10e4b72ea..8e0cb1577 100644 --- a/include/rtkXRadImageIO.h +++ b/include/rtkXRadImageIO.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/rtkXRadImageIOFactory.h b/include/rtkXRadImageIOFactory.h index 01da60117..05e612def 100644 --- a/include/rtkXRadImageIOFactory.h +++ b/include/rtkXRadImageIOFactory.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/rtkXRadRawToAttenuationImageFilter.h b/include/rtkXRadRawToAttenuationImageFilter.h index 666372daf..ca4d4c481 100644 --- a/include/rtkXRadRawToAttenuationImageFilter.h +++ b/include/rtkXRadRawToAttenuationImageFilter.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/rtkXRadRawToAttenuationImageFilter.hxx b/include/rtkXRadRawToAttenuationImageFilter.hxx index 5b331caf4..e701795db 100644 --- a/include/rtkXRadRawToAttenuationImageFilter.hxx +++ b/include/rtkXRadRawToAttenuationImageFilter.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/rtkXimImageIO.h b/include/rtkXimImageIO.h index 741f05183..0fd6eb978 100644 --- a/include/rtkXimImageIO.h +++ b/include/rtkXimImageIO.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/rtkXimImageIOFactory.h b/include/rtkXimImageIOFactory.h index 458e3766f..e96281969 100644 --- a/include/rtkXimImageIOFactory.h +++ b/include/rtkXimImageIOFactory.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/rtkZengBackProjectionImageFilter.h b/include/rtkZengBackProjectionImageFilter.h index 38f25801e..5c78d4edb 100644 --- a/include/rtkZengBackProjectionImageFilter.h +++ b/include/rtkZengBackProjectionImageFilter.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/rtkZengBackProjectionImageFilter.hxx b/include/rtkZengBackProjectionImageFilter.hxx index 1a5239e4c..50290d348 100644 --- a/include/rtkZengBackProjectionImageFilter.hxx +++ b/include/rtkZengBackProjectionImageFilter.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/rtkZengForwardProjectionImageFilter.h b/include/rtkZengForwardProjectionImageFilter.h index 000a36189..afe4aa350 100644 --- a/include/rtkZengForwardProjectionImageFilter.h +++ b/include/rtkZengForwardProjectionImageFilter.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/rtkZengForwardProjectionImageFilter.hxx b/include/rtkZengForwardProjectionImageFilter.hxx index 974214d0a..90e5521ae 100644 --- a/include/rtkZengForwardProjectionImageFilter.hxx +++ b/include/rtkZengForwardProjectionImageFilter.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/rtkConfiguration.h.in b/rtkConfiguration.h.in index c8ec2f167..48121ee28 100644 --- a/rtkConfiguration.h.in +++ b/rtkConfiguration.h.in @@ -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/rtkBioscanGeometryReader.cxx b/src/rtkBioscanGeometryReader.cxx index d9f729896..1936a99fa 100644 --- a/src/rtkBioscanGeometryReader.cxx +++ b/src/rtkBioscanGeometryReader.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/rtkBoxShape.cxx b/src/rtkBoxShape.cxx index c4c3f93db..df4e1cc68 100644 --- a/src/rtkBoxShape.cxx +++ b/src/rtkBoxShape.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/rtkConditionalMedianImageFilter.cxx b/src/rtkConditionalMedianImageFilter.cxx index 07a423c17..a22ad6f97 100644 --- a/src/rtkConditionalMedianImageFilter.cxx +++ b/src/rtkConditionalMedianImageFilter.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/rtkConvexShape.cxx b/src/rtkConvexShape.cxx index a912920e4..c45d8ec3a 100644 --- a/src/rtkConvexShape.cxx +++ b/src/rtkConvexShape.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/rtkCudaAverageOutOfROIImageFilter.cu b/src/rtkCudaAverageOutOfROIImageFilter.cu index b7d149175..ee2706541 100644 --- a/src/rtkCudaAverageOutOfROIImageFilter.cu +++ b/src/rtkCudaAverageOutOfROIImageFilter.cu @@ -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/rtkCudaAverageOutOfROIImageFilter.cxx b/src/rtkCudaAverageOutOfROIImageFilter.cxx index 0e5b9ce65..540736a11 100644 --- a/src/rtkCudaAverageOutOfROIImageFilter.cxx +++ b/src/rtkCudaAverageOutOfROIImageFilter.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/rtkCudaBackProjectionImageFilter.cu b/src/rtkCudaBackProjectionImageFilter.cu index 02568bd70..6b1d260e4 100644 --- a/src/rtkCudaBackProjectionImageFilter.cu +++ b/src/rtkCudaBackProjectionImageFilter.cu @@ -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/rtkCudaConjugateGradientImageFilter.cu b/src/rtkCudaConjugateGradientImageFilter.cu index e7836a58c..cbc037659 100644 --- a/src/rtkCudaConjugateGradientImageFilter.cu +++ b/src/rtkCudaConjugateGradientImageFilter.cu @@ -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/rtkCudaConstantVolumeSeriesSource.cu b/src/rtkCudaConstantVolumeSeriesSource.cu index 7cd0c7e20..932eb3e09 100644 --- a/src/rtkCudaConstantVolumeSeriesSource.cu +++ b/src/rtkCudaConstantVolumeSeriesSource.cu @@ -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/rtkCudaConstantVolumeSeriesSource.cxx b/src/rtkCudaConstantVolumeSeriesSource.cxx index 4fa5d5751..82367c3fe 100644 --- a/src/rtkCudaConstantVolumeSeriesSource.cxx +++ b/src/rtkCudaConstantVolumeSeriesSource.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/rtkCudaConstantVolumeSource.cu b/src/rtkCudaConstantVolumeSource.cu index 01673b090..9a4ad9a3e 100644 --- a/src/rtkCudaConstantVolumeSource.cu +++ b/src/rtkCudaConstantVolumeSource.cu @@ -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/rtkCudaConstantVolumeSource.cxx b/src/rtkCudaConstantVolumeSource.cxx index b9f13690a..3985dea31 100644 --- a/src/rtkCudaConstantVolumeSource.cxx +++ b/src/rtkCudaConstantVolumeSource.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/rtkCudaCropImageFilter.cu b/src/rtkCudaCropImageFilter.cu index 27b8a7118..75995c469 100644 --- a/src/rtkCudaCropImageFilter.cu +++ b/src/rtkCudaCropImageFilter.cu @@ -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/rtkCudaCropImageFilter.cxx b/src/rtkCudaCropImageFilter.cxx index 9f900cba2..69a5b3c4b 100644 --- a/src/rtkCudaCropImageFilter.cxx +++ b/src/rtkCudaCropImageFilter.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/rtkCudaCyclicDeformationImageFilter.cu b/src/rtkCudaCyclicDeformationImageFilter.cu index 5e372f6db..3e8232b7a 100644 --- a/src/rtkCudaCyclicDeformationImageFilter.cu +++ b/src/rtkCudaCyclicDeformationImageFilter.cu @@ -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/rtkCudaCyclicDeformationImageFilter.cxx b/src/rtkCudaCyclicDeformationImageFilter.cxx index 60fa771f4..b6960a405 100644 --- a/src/rtkCudaCyclicDeformationImageFilter.cxx +++ b/src/rtkCudaCyclicDeformationImageFilter.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/rtkCudaDisplacedDetectorImageFilter.cu b/src/rtkCudaDisplacedDetectorImageFilter.cu index b21a05090..277173e75 100644 --- a/src/rtkCudaDisplacedDetectorImageFilter.cu +++ b/src/rtkCudaDisplacedDetectorImageFilter.cu @@ -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/rtkCudaDisplacedDetectorImageFilter.cxx b/src/rtkCudaDisplacedDetectorImageFilter.cxx index 5f1d90902..32ede5fc3 100644 --- a/src/rtkCudaDisplacedDetectorImageFilter.cxx +++ b/src/rtkCudaDisplacedDetectorImageFilter.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/rtkCudaFDKBackProjectionImageFilter.cu b/src/rtkCudaFDKBackProjectionImageFilter.cu index 1a644d59f..5cef0e040 100644 --- a/src/rtkCudaFDKBackProjectionImageFilter.cu +++ b/src/rtkCudaFDKBackProjectionImageFilter.cu @@ -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/rtkCudaFDKBackProjectionImageFilter.cxx b/src/rtkCudaFDKBackProjectionImageFilter.cxx index 3267242c0..b92414249 100644 --- a/src/rtkCudaFDKBackProjectionImageFilter.cxx +++ b/src/rtkCudaFDKBackProjectionImageFilter.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/rtkCudaFDKConeBeamReconstructionFilter.cxx b/src/rtkCudaFDKConeBeamReconstructionFilter.cxx index 742d6c819..27b64db39 100644 --- a/src/rtkCudaFDKConeBeamReconstructionFilter.cxx +++ b/src/rtkCudaFDKConeBeamReconstructionFilter.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/rtkCudaFDKWeightProjectionFilter.cu b/src/rtkCudaFDKWeightProjectionFilter.cu index 250b94959..e4f4a45be 100644 --- a/src/rtkCudaFDKWeightProjectionFilter.cu +++ b/src/rtkCudaFDKWeightProjectionFilter.cu @@ -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/rtkCudaFDKWeightProjectionFilter.cxx b/src/rtkCudaFDKWeightProjectionFilter.cxx index 2460a8d57..4a7339c7f 100644 --- a/src/rtkCudaFDKWeightProjectionFilter.cxx +++ b/src/rtkCudaFDKWeightProjectionFilter.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/rtkCudaFFTProjectionsConvolutionImageFilter.cu b/src/rtkCudaFFTProjectionsConvolutionImageFilter.cu index f257c785e..aba34b281 100644 --- a/src/rtkCudaFFTProjectionsConvolutionImageFilter.cu +++ b/src/rtkCudaFFTProjectionsConvolutionImageFilter.cu @@ -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/rtkCudaFirstOrderKernels.cu b/src/rtkCudaFirstOrderKernels.cu index 999e74849..3d3a788a1 100644 --- a/src/rtkCudaFirstOrderKernels.cu +++ b/src/rtkCudaFirstOrderKernels.cu @@ -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/rtkCudaForwardProjectionImageFilter.cu b/src/rtkCudaForwardProjectionImageFilter.cu index 4296ce1f4..9b14365c7 100644 --- a/src/rtkCudaForwardProjectionImageFilter.cu +++ b/src/rtkCudaForwardProjectionImageFilter.cu @@ -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/rtkCudaForwardWarpImageFilter.cu b/src/rtkCudaForwardWarpImageFilter.cu index ed9614861..1f9a04956 100644 --- a/src/rtkCudaForwardWarpImageFilter.cu +++ b/src/rtkCudaForwardWarpImageFilter.cu @@ -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, @@ -440,7 +440,7 @@ CUDA_ForwardWarp(int input_vol_dim[3], CUDA_CHECK_ERROR; // Copy image data to arrays. For a nice explanation on make_cudaPitchedPtr, checkout - // http://stackoverflow.com/questions/16119943/how-and-when-should-i-use-pitched-pointer-with-the-cuda-api + // https://stackoverflow.com/questions/16119943/how-and-when-should-i-use-pitched-pointer-with-the-cuda-api cudaMemcpy3DParms xCopyParams = cudaMemcpy3DParms(); xCopyParams.srcPtr = make_cudaPitchedPtr(dev_input_xdvf, input_dvf_dim[0] * sizeof(float), input_dvf_dim[0], input_dvf_dim[1]); diff --git a/src/rtkCudaForwardWarpImageFilter.cxx b/src/rtkCudaForwardWarpImageFilter.cxx index c7bf72049..6d410fb4d 100644 --- a/src/rtkCudaForwardWarpImageFilter.cxx +++ b/src/rtkCudaForwardWarpImageFilter.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/rtkCudaInterpolateImageFilter.cu b/src/rtkCudaInterpolateImageFilter.cu index 509521532..98d1c877a 100644 --- a/src/rtkCudaInterpolateImageFilter.cu +++ b/src/rtkCudaInterpolateImageFilter.cu @@ -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/rtkCudaInterpolateImageFilter.cxx b/src/rtkCudaInterpolateImageFilter.cxx index 22b7490be..1b65f360c 100644 --- a/src/rtkCudaInterpolateImageFilter.cxx +++ b/src/rtkCudaInterpolateImageFilter.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/rtkCudaIterativeFDKConeBeamReconstructionFilter.cxx b/src/rtkCudaIterativeFDKConeBeamReconstructionFilter.cxx index c9e868703..1564ed384 100644 --- a/src/rtkCudaIterativeFDKConeBeamReconstructionFilter.cxx +++ b/src/rtkCudaIterativeFDKConeBeamReconstructionFilter.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/rtkCudaLagCorrectionImageFilter.cu b/src/rtkCudaLagCorrectionImageFilter.cu index 5f8abb239..cd7325ee3 100644 --- a/src/rtkCudaLagCorrectionImageFilter.cu +++ b/src/rtkCudaLagCorrectionImageFilter.cu @@ -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/rtkCudaLagCorrectionImageFilter.cxx b/src/rtkCudaLagCorrectionImageFilter.cxx index f7bf03ece..1f0ff7fec 100644 --- a/src/rtkCudaLagCorrectionImageFilter.cxx +++ b/src/rtkCudaLagCorrectionImageFilter.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/rtkCudaLaplacianImageFilter.cu b/src/rtkCudaLaplacianImageFilter.cu index 10c911739..4789d019d 100644 --- a/src/rtkCudaLaplacianImageFilter.cu +++ b/src/rtkCudaLaplacianImageFilter.cu @@ -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/rtkCudaLaplacianImageFilter.cxx b/src/rtkCudaLaplacianImageFilter.cxx index e642808d1..5630455e3 100644 --- a/src/rtkCudaLaplacianImageFilter.cxx +++ b/src/rtkCudaLaplacianImageFilter.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/rtkCudaLastDimensionTVDenoisingImageFilter.cu b/src/rtkCudaLastDimensionTVDenoisingImageFilter.cu index c3d352aab..5a30b0cef 100644 --- a/src/rtkCudaLastDimensionTVDenoisingImageFilter.cu +++ b/src/rtkCudaLastDimensionTVDenoisingImageFilter.cu @@ -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/rtkCudaLastDimensionTVDenoisingImageFilter.cxx b/src/rtkCudaLastDimensionTVDenoisingImageFilter.cxx index b6a1c80e4..c5da17306 100644 --- a/src/rtkCudaLastDimensionTVDenoisingImageFilter.cxx +++ b/src/rtkCudaLastDimensionTVDenoisingImageFilter.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/rtkCudaParkerShortScanImageFilter.cu b/src/rtkCudaParkerShortScanImageFilter.cu index 8caea8ee1..8e3c6f734 100644 --- a/src/rtkCudaParkerShortScanImageFilter.cu +++ b/src/rtkCudaParkerShortScanImageFilter.cu @@ -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/rtkCudaParkerShortScanImageFilter.cxx b/src/rtkCudaParkerShortScanImageFilter.cxx index 0a8f30b2a..366844da1 100644 --- a/src/rtkCudaParkerShortScanImageFilter.cxx +++ b/src/rtkCudaParkerShortScanImageFilter.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/rtkCudaPolynomialGainCorrectionImageFilter.cu b/src/rtkCudaPolynomialGainCorrectionImageFilter.cu index d0aacc235..08044fc05 100644 --- a/src/rtkCudaPolynomialGainCorrectionImageFilter.cu +++ b/src/rtkCudaPolynomialGainCorrectionImageFilter.cu @@ -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/rtkCudaPolynomialGainCorrectionImageFilter.cxx b/src/rtkCudaPolynomialGainCorrectionImageFilter.cxx index dfead177c..f612d8086 100644 --- a/src/rtkCudaPolynomialGainCorrectionImageFilter.cxx +++ b/src/rtkCudaPolynomialGainCorrectionImageFilter.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/rtkCudaRayCastBackProjectionImageFilter.cu b/src/rtkCudaRayCastBackProjectionImageFilter.cu index 05cc42d98..0668eff5e 100644 --- a/src/rtkCudaRayCastBackProjectionImageFilter.cu +++ b/src/rtkCudaRayCastBackProjectionImageFilter.cu @@ -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/rtkCudaRayCastBackProjectionImageFilter.cxx b/src/rtkCudaRayCastBackProjectionImageFilter.cxx index 04168edb6..f67ded1b3 100644 --- a/src/rtkCudaRayCastBackProjectionImageFilter.cxx +++ b/src/rtkCudaRayCastBackProjectionImageFilter.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/rtkCudaSplatImageFilter.cu b/src/rtkCudaSplatImageFilter.cu index c069d2385..ffb127869 100644 --- a/src/rtkCudaSplatImageFilter.cu +++ b/src/rtkCudaSplatImageFilter.cu @@ -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/rtkCudaSplatImageFilter.cxx b/src/rtkCudaSplatImageFilter.cxx index 2eeccb11d..9b903ca54 100644 --- a/src/rtkCudaSplatImageFilter.cxx +++ b/src/rtkCudaSplatImageFilter.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/rtkCudaTotalVariationDenoisingBPDQImageFilter.cu b/src/rtkCudaTotalVariationDenoisingBPDQImageFilter.cu index 02567b86f..abb117281 100644 --- a/src/rtkCudaTotalVariationDenoisingBPDQImageFilter.cu +++ b/src/rtkCudaTotalVariationDenoisingBPDQImageFilter.cu @@ -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/rtkCudaTotalVariationDenoisingBPDQImageFilter.cxx b/src/rtkCudaTotalVariationDenoisingBPDQImageFilter.cxx index 9074b83bc..c00aa29de 100644 --- a/src/rtkCudaTotalVariationDenoisingBPDQImageFilter.cxx +++ b/src/rtkCudaTotalVariationDenoisingBPDQImageFilter.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/rtkCudaUtilities.cu b/src/rtkCudaUtilities.cu index a9f1ce41e..4f11e45db 100644 --- a/src/rtkCudaUtilities.cu +++ b/src/rtkCudaUtilities.cu @@ -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, @@ -117,7 +117,7 @@ prepareTextureObject(int size[3], // Copy image data to arrays. The tricky part is the make_cudaPitchedPtr. // The best way to understand it is to read - // http://stackoverflow.com/questions/16119943/how-and-when-should-i-use-pitched-pointer-with-the-cuda-api + // https://stackoverflow.com/questions/16119943/how-and-when-should-i-use-pitched-pointer-with-the-cuda-api for (unsigned int component = 0; component < nComponents; component++) { // Reset the intermediate memory diff --git a/src/rtkCudaWarpBackProjectionImageFilter.cu b/src/rtkCudaWarpBackProjectionImageFilter.cu index 958947cb9..d2158de42 100644 --- a/src/rtkCudaWarpBackProjectionImageFilter.cu +++ b/src/rtkCudaWarpBackProjectionImageFilter.cu @@ -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, @@ -410,7 +410,7 @@ CUDA_warp_back_project(int projSize[3], // Copy image data to arrays. The tricky part is the make_cudaPitchedPtr. // The best way to understand it is to read - // http://stackoverflow.com/questions/16119943/how-and-when-should-i-use-pitched-pointer-with-the-cuda-api + // https://stackoverflow.com/questions/16119943/how-and-when-should-i-use-pitched-pointer-with-the-cuda-api for (unsigned int component = 0; component < 3; component++) { // Reset the intermediate memory diff --git a/src/rtkCudaWarpBackProjectionImageFilter.cxx b/src/rtkCudaWarpBackProjectionImageFilter.cxx index 204ffd9e3..02e85c8ce 100644 --- a/src/rtkCudaWarpBackProjectionImageFilter.cxx +++ b/src/rtkCudaWarpBackProjectionImageFilter.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/rtkCudaWarpForwardProjectionImageFilter.cu b/src/rtkCudaWarpForwardProjectionImageFilter.cu index e7d629d86..0b7578726 100644 --- a/src/rtkCudaWarpForwardProjectionImageFilter.cu +++ b/src/rtkCudaWarpForwardProjectionImageFilter.cu @@ -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, @@ -249,7 +249,7 @@ CUDA_warp_forward_project(int projSize[3], // Copy image data to arrays. The tricky part is the make_cudaPitchedPtr. // The best way to understand it is to read - // http://stackoverflow.com/questions/16119943/how-and-when-should-i-use-pitched-pointer-with-the-cuda-api + // https://stackoverflow.com/questions/16119943/how-and-when-should-i-use-pitched-pointer-with-the-cuda-api for (unsigned int component = 0; component < 3; component++) { // Reset the intermediate memory diff --git a/src/rtkCudaWarpForwardProjectionImageFilter.cxx b/src/rtkCudaWarpForwardProjectionImageFilter.cxx index eacf6050e..d7bd5f7f5 100644 --- a/src/rtkCudaWarpForwardProjectionImageFilter.cxx +++ b/src/rtkCudaWarpForwardProjectionImageFilter.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/rtkCudaWarpImageFilter.cu b/src/rtkCudaWarpImageFilter.cu index 286985eb7..8ce5c2c0d 100644 --- a/src/rtkCudaWarpImageFilter.cu +++ b/src/rtkCudaWarpImageFilter.cu @@ -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, @@ -211,7 +211,7 @@ CUDA_warp(int input_vol_dim[3], // Copy image data to arrays. The tricky part is the make_cudaPitchedPtr. // The best way to understand it is to read - // http://stackoverflow.com/questions/16119943/how-and-when-should-i-use-pitched-pointer-with-the-cuda-api + // https://stackoverflow.com/questions/16119943/how-and-when-should-i-use-pitched-pointer-with-the-cuda-api for (unsigned int component = 0; component < 3; component++) { // Reset the intermediate memory diff --git a/src/rtkCudaWarpImageFilter.cxx b/src/rtkCudaWarpImageFilter.cxx index 954d4209c..0b09c1739 100644 --- a/src/rtkCudaWarpImageFilter.cxx +++ b/src/rtkCudaWarpImageFilter.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/rtkCudaWeidingerForwardModelImageFilter.cu b/src/rtkCudaWeidingerForwardModelImageFilter.cu index f5960efae..b3055d55c 100644 --- a/src/rtkCudaWeidingerForwardModelImageFilter.cu +++ b/src/rtkCudaWeidingerForwardModelImageFilter.cu @@ -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/rtkDCMImagXImageIO.cxx b/src/rtkDCMImagXImageIO.cxx index d2a816639..7f3144841 100644 --- a/src/rtkDCMImagXImageIO.cxx +++ b/src/rtkDCMImagXImageIO.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/rtkDCMImagXImageIOFactory.cxx b/src/rtkDCMImagXImageIOFactory.cxx index 06258b665..6fe4a0356 100644 --- a/src/rtkDCMImagXImageIOFactory.cxx +++ b/src/rtkDCMImagXImageIOFactory.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/rtkDbf.cxx b/src/rtkDbf.cxx index a77a9b405..60262a75a 100644 --- a/src/rtkDbf.cxx +++ b/src/rtkDbf.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/rtkDigisensGeometryReader.cxx b/src/rtkDigisensGeometryReader.cxx index a3cd55b32..5d2ea1747 100644 --- a/src/rtkDigisensGeometryReader.cxx +++ b/src/rtkDigisensGeometryReader.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/rtkDigisensGeometryXMLFileReader.cxx b/src/rtkDigisensGeometryXMLFileReader.cxx index 98698c6e9..18da3b5de 100644 --- a/src/rtkDigisensGeometryXMLFileReader.cxx +++ b/src/rtkDigisensGeometryXMLFileReader.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/rtkEdfImageIO.cxx b/src/rtkEdfImageIO.cxx index be22bef4e..f0e18e49c 100644 --- a/src/rtkEdfImageIO.cxx +++ b/src/rtkEdfImageIO.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/rtkEdfImageIOFactory.cxx b/src/rtkEdfImageIOFactory.cxx index 265e1b933..77cda3436 100644 --- a/src/rtkEdfImageIOFactory.cxx +++ b/src/rtkEdfImageIOFactory.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/rtkElektaSynergyGeometryReader.cxx b/src/rtkElektaSynergyGeometryReader.cxx index 2d1a7ce18..f23f4a048 100644 --- a/src/rtkElektaSynergyGeometryReader.cxx +++ b/src/rtkElektaSynergyGeometryReader.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/rtkElektaXVI5GeometryXMLFileReader.cxx b/src/rtkElektaXVI5GeometryXMLFileReader.cxx index 663781a96..5abdd0bad 100644 --- a/src/rtkElektaXVI5GeometryXMLFileReader.cxx +++ b/src/rtkElektaXVI5GeometryXMLFileReader.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/rtkForbildPhantomFileReader.cxx b/src/rtkForbildPhantomFileReader.cxx index 744bb7be9..c4bb17c57 100644 --- a/src/rtkForbildPhantomFileReader.cxx +++ b/src/rtkForbildPhantomFileReader.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/rtkGeometricPhantom.cxx b/src/rtkGeometricPhantom.cxx index cee5c7801..34c351938 100644 --- a/src/rtkGeometricPhantom.cxx +++ b/src/rtkGeometricPhantom.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/rtkGeometricPhantomFileReader.cxx b/src/rtkGeometricPhantomFileReader.cxx index b6c4c26d9..e8ffc4d7f 100644 --- a/src/rtkGeometricPhantomFileReader.cxx +++ b/src/rtkGeometricPhantomFileReader.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/rtkGlobalResourceProbe.cxx b/src/rtkGlobalResourceProbe.cxx index fcf2504e3..385591634 100644 --- a/src/rtkGlobalResourceProbe.cxx +++ b/src/rtkGlobalResourceProbe.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/rtkHisImageIO.cxx b/src/rtkHisImageIO.cxx index 1c45c2135..c85948515 100644 --- a/src/rtkHisImageIO.cxx +++ b/src/rtkHisImageIO.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/rtkHisImageIOFactory.cxx b/src/rtkHisImageIOFactory.cxx index 79990891f..350e2bee5 100644 --- a/src/rtkHisImageIOFactory.cxx +++ b/src/rtkHisImageIOFactory.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/rtkHncImageIO.cxx b/src/rtkHncImageIO.cxx index f45d87ee1..cc1528461 100644 --- a/src/rtkHncImageIO.cxx +++ b/src/rtkHncImageIO.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/rtkHncImageIOFactory.cxx b/src/rtkHncImageIOFactory.cxx index 5871a891d..e5a15e7bf 100644 --- a/src/rtkHncImageIOFactory.cxx +++ b/src/rtkHncImageIOFactory.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/rtkHndImageIO.cxx b/src/rtkHndImageIO.cxx index d515a0ff4..2d4a43214 100644 --- a/src/rtkHndImageIO.cxx +++ b/src/rtkHndImageIO.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/rtkHndImageIOFactory.cxx b/src/rtkHndImageIOFactory.cxx index 8a810afb4..78bb59cda 100644 --- a/src/rtkHndImageIOFactory.cxx +++ b/src/rtkHndImageIOFactory.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/rtkIOFactories.cxx b/src/rtkIOFactories.cxx index eb43b5f67..cb961d1ed 100644 --- a/src/rtkIOFactories.cxx +++ b/src/rtkIOFactories.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/rtkImagXImageIO.cxx b/src/rtkImagXImageIO.cxx index b66933cea..34b286dc9 100644 --- a/src/rtkImagXImageIO.cxx +++ b/src/rtkImagXImageIO.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/rtkImagXImageIOFactory.cxx b/src/rtkImagXImageIOFactory.cxx index aa5311978..5ae100322 100644 --- a/src/rtkImagXImageIOFactory.cxx +++ b/src/rtkImagXImageIOFactory.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/rtkImagXXMLFileReader.cxx b/src/rtkImagXXMLFileReader.cxx index 0bfae3ee8..e5ecb4f2e 100644 --- a/src/rtkImagXXMLFileReader.cxx +++ b/src/rtkImagXXMLFileReader.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/rtkIntersectionOfConvexShapes.cxx b/src/rtkIntersectionOfConvexShapes.cxx index 8b1a84902..d9e5ce4b8 100644 --- a/src/rtkIntersectionOfConvexShapes.cxx +++ b/src/rtkIntersectionOfConvexShapes.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/rtkOraGeometryReader.cxx b/src/rtkOraGeometryReader.cxx index 256eb48e1..0a6a0a93b 100644 --- a/src/rtkOraGeometryReader.cxx +++ b/src/rtkOraGeometryReader.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/rtkOraImageIO.cxx b/src/rtkOraImageIO.cxx index aa48372cf..9572dbbc5 100644 --- a/src/rtkOraImageIO.cxx +++ b/src/rtkOraImageIO.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/rtkOraImageIOFactory.cxx b/src/rtkOraImageIOFactory.cxx index 835cc5a70..b05489aec 100644 --- a/src/rtkOraImageIOFactory.cxx +++ b/src/rtkOraImageIOFactory.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/rtkOraXMLFileReader.cxx b/src/rtkOraXMLFileReader.cxx index abbcd8a28..6dbb0e92d 100644 --- a/src/rtkOraXMLFileReader.cxx +++ b/src/rtkOraXMLFileReader.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/rtkPhaseReader.cxx b/src/rtkPhaseReader.cxx index 9ceed28cf..a965b8417 100644 --- a/src/rtkPhaseReader.cxx +++ b/src/rtkPhaseReader.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/rtkPhasesToInterpolationWeights.cxx b/src/rtkPhasesToInterpolationWeights.cxx index e792ac5fe..ff48fff9c 100644 --- a/src/rtkPhasesToInterpolationWeights.cxx +++ b/src/rtkPhasesToInterpolationWeights.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/rtkQuadricShape.cxx b/src/rtkQuadricShape.cxx index fa855e38f..4ef2e552a 100644 --- a/src/rtkQuadricShape.cxx +++ b/src/rtkQuadricShape.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/rtkReg23ProjectionGeometry.cxx b/src/rtkReg23ProjectionGeometry.cxx index 9721cd9bc..bdac2ee59 100644 --- a/src/rtkReg23ProjectionGeometry.cxx +++ b/src/rtkReg23ProjectionGeometry.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/rtkResourceProbesCollector.cxx b/src/rtkResourceProbesCollector.cxx index b78b47e87..a69444729 100644 --- a/src/rtkResourceProbesCollector.cxx +++ b/src/rtkResourceProbesCollector.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/rtkSheppLoganPhantom.cxx b/src/rtkSheppLoganPhantom.cxx index 4e8fda72b..814459c70 100644 --- a/src/rtkSheppLoganPhantom.cxx +++ b/src/rtkSheppLoganPhantom.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/rtkSignalToInterpolationWeights.cxx b/src/rtkSignalToInterpolationWeights.cxx index db5074650..98b6bc1e6 100644 --- a/src/rtkSignalToInterpolationWeights.cxx +++ b/src/rtkSignalToInterpolationWeights.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/rtkThreeDCircularProjectionGeometry.cxx b/src/rtkThreeDCircularProjectionGeometry.cxx index 0fba668ac..0d6371d15 100644 --- a/src/rtkThreeDCircularProjectionGeometry.cxx +++ b/src/rtkThreeDCircularProjectionGeometry.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/rtkThreeDCircularProjectionGeometryXMLFileReader.cxx b/src/rtkThreeDCircularProjectionGeometryXMLFileReader.cxx index ebdb82ce8..5f23e28d1 100644 --- a/src/rtkThreeDCircularProjectionGeometryXMLFileReader.cxx +++ b/src/rtkThreeDCircularProjectionGeometryXMLFileReader.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/rtkThreeDCircularProjectionGeometryXMLFileWriter.cxx b/src/rtkThreeDCircularProjectionGeometryXMLFileWriter.cxx index 2b8848bca..278d85fc6 100644 --- a/src/rtkThreeDCircularProjectionGeometryXMLFileWriter.cxx +++ b/src/rtkThreeDCircularProjectionGeometryXMLFileWriter.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/rtkVarianObiGeometryReader.cxx b/src/rtkVarianObiGeometryReader.cxx index 8d4f326ee..2cab1cea7 100644 --- a/src/rtkVarianObiGeometryReader.cxx +++ b/src/rtkVarianObiGeometryReader.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/rtkVarianObiXMLFileReader.cxx b/src/rtkVarianObiXMLFileReader.cxx index a697ddaa2..7c64d1bc1 100644 --- a/src/rtkVarianObiXMLFileReader.cxx +++ b/src/rtkVarianObiXMLFileReader.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/rtkVarianProBeamGeometryReader.cxx b/src/rtkVarianProBeamGeometryReader.cxx index a94e1056e..72fd0d297 100644 --- a/src/rtkVarianProBeamGeometryReader.cxx +++ b/src/rtkVarianProBeamGeometryReader.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/rtkVarianProBeamXMLFileReader.cxx b/src/rtkVarianProBeamXMLFileReader.cxx index 41388d403..2380a281c 100644 --- a/src/rtkVarianProBeamXMLFileReader.cxx +++ b/src/rtkVarianProBeamXMLFileReader.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/rtkWatcherForResourceProbe.cxx b/src/rtkWatcherForResourceProbe.cxx index eb49a6fb4..b42fb1b8f 100644 --- a/src/rtkWatcherForResourceProbe.cxx +++ b/src/rtkWatcherForResourceProbe.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/rtkXRadGeometryReader.cxx b/src/rtkXRadGeometryReader.cxx index 10193a866..a84f02526 100644 --- a/src/rtkXRadGeometryReader.cxx +++ b/src/rtkXRadGeometryReader.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/rtkXRadImageIO.cxx b/src/rtkXRadImageIO.cxx index 4a810cde4..f4efbce85 100644 --- a/src/rtkXRadImageIO.cxx +++ b/src/rtkXRadImageIO.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/rtkXRadImageIOFactory.cxx b/src/rtkXRadImageIOFactory.cxx index 331a366aa..1a7625c11 100644 --- a/src/rtkXRadImageIOFactory.cxx +++ b/src/rtkXRadImageIOFactory.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/rtkXimImageIO.cxx b/src/rtkXimImageIO.cxx index d34d4dd2a..e03ce3425 100644 --- a/src/rtkXimImageIO.cxx +++ b/src/rtkXimImageIO.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/rtkXimImageIOFactory.cxx b/src/rtkXimImageIOFactory.cxx index d8d6cd9a8..f9d782fd5 100644 --- a/src/rtkXimImageIOFactory.cxx +++ b/src/rtkXimImageIOFactory.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/rtkTest.h b/test/rtkTest.h index 38e9603b4..cb7576bd4 100644 --- a/test/rtkTest.h +++ b/test/rtkTest.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/test/rtkTestConfiguration.h.in b/test/rtkTestConfiguration.h.in index 8301828ad..67e1200dd 100644 --- a/test/rtkTestConfiguration.h.in +++ b/test/rtkTestConfiguration.h.in @@ -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/rtkgaincorrectiontest.cxx b/test/rtkgaincorrectiontest.cxx index fc4b32af0..388efccd3 100644 --- a/test/rtkgaincorrectiontest.cxx +++ b/test/rtkgaincorrectiontest.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/utilities/ITKCudaCommon/LICENSE b/utilities/ITKCudaCommon/LICENSE index d64569567..62589edd1 100644 --- a/utilities/ITKCudaCommon/LICENSE +++ b/utilities/ITKCudaCommon/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/utilities/ITKCudaCommon/include/itkCudaContextManager.h b/utilities/ITKCudaCommon/include/itkCudaContextManager.h index c21830a4a..7b83cf8b6 100644 --- a/utilities/ITKCudaCommon/include/itkCudaContextManager.h +++ b/utilities/ITKCudaCommon/include/itkCudaContextManager.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/utilities/ITKCudaCommon/include/itkCudaDataManager.h b/utilities/ITKCudaCommon/include/itkCudaDataManager.h index 0566f47c3..4fc85b829 100644 --- a/utilities/ITKCudaCommon/include/itkCudaDataManager.h +++ b/utilities/ITKCudaCommon/include/itkCudaDataManager.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/utilities/ITKCudaCommon/include/itkCudaImage.h b/utilities/ITKCudaCommon/include/itkCudaImage.h index 5e2904695..c113be039 100644 --- a/utilities/ITKCudaCommon/include/itkCudaImage.h +++ b/utilities/ITKCudaCommon/include/itkCudaImage.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/utilities/ITKCudaCommon/include/itkCudaImage.hxx b/utilities/ITKCudaCommon/include/itkCudaImage.hxx index 487277867..4778b7d32 100644 --- a/utilities/ITKCudaCommon/include/itkCudaImage.hxx +++ b/utilities/ITKCudaCommon/include/itkCudaImage.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/utilities/ITKCudaCommon/include/itkCudaImageDataManager.h b/utilities/ITKCudaCommon/include/itkCudaImageDataManager.h index a3b5690cb..c6d4be5ab 100644 --- a/utilities/ITKCudaCommon/include/itkCudaImageDataManager.h +++ b/utilities/ITKCudaCommon/include/itkCudaImageDataManager.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/utilities/ITKCudaCommon/include/itkCudaImageDataManager.hxx b/utilities/ITKCudaCommon/include/itkCudaImageDataManager.hxx index b10faddff..277c16ab2 100644 --- a/utilities/ITKCudaCommon/include/itkCudaImageDataManager.hxx +++ b/utilities/ITKCudaCommon/include/itkCudaImageDataManager.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/utilities/ITKCudaCommon/include/itkCudaImageToImageFilter.h b/utilities/ITKCudaCommon/include/itkCudaImageToImageFilter.h index babe26338..075f0d9b6 100644 --- a/utilities/ITKCudaCommon/include/itkCudaImageToImageFilter.h +++ b/utilities/ITKCudaCommon/include/itkCudaImageToImageFilter.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/utilities/ITKCudaCommon/include/itkCudaImageToImageFilter.hxx b/utilities/ITKCudaCommon/include/itkCudaImageToImageFilter.hxx index fd4998ef8..db6b44985 100644 --- a/utilities/ITKCudaCommon/include/itkCudaImageToImageFilter.hxx +++ b/utilities/ITKCudaCommon/include/itkCudaImageToImageFilter.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/utilities/ITKCudaCommon/include/itkCudaInPlaceImageFilter.h b/utilities/ITKCudaCommon/include/itkCudaInPlaceImageFilter.h index 75e6e48f7..bfb9ecf57 100644 --- a/utilities/ITKCudaCommon/include/itkCudaInPlaceImageFilter.h +++ b/utilities/ITKCudaCommon/include/itkCudaInPlaceImageFilter.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/utilities/ITKCudaCommon/include/itkCudaInPlaceImageFilter.hxx b/utilities/ITKCudaCommon/include/itkCudaInPlaceImageFilter.hxx index 224043848..09c94ba5c 100644 --- a/utilities/ITKCudaCommon/include/itkCudaInPlaceImageFilter.hxx +++ b/utilities/ITKCudaCommon/include/itkCudaInPlaceImageFilter.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/utilities/ITKCudaCommon/include/itkCudaMemoryProbe.h b/utilities/ITKCudaCommon/include/itkCudaMemoryProbe.h index 44f212714..767211eb4 100644 --- a/utilities/ITKCudaCommon/include/itkCudaMemoryProbe.h +++ b/utilities/ITKCudaCommon/include/itkCudaMemoryProbe.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/utilities/ITKCudaCommon/include/itkCudaUtil.h b/utilities/ITKCudaCommon/include/itkCudaUtil.h index 13e096b07..644d4f3c4 100644 --- a/utilities/ITKCudaCommon/include/itkCudaUtil.h +++ b/utilities/ITKCudaCommon/include/itkCudaUtil.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/utilities/ITKCudaCommon/include/itkCudaWin32Header.h b/utilities/ITKCudaCommon/include/itkCudaWin32Header.h index e58153ca7..88f31bf92 100644 --- a/utilities/ITKCudaCommon/include/itkCudaWin32Header.h +++ b/utilities/ITKCudaCommon/include/itkCudaWin32Header.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/utilities/ITKCudaCommon/src/itkCudaContextManager.cxx b/utilities/ITKCudaCommon/src/itkCudaContextManager.cxx index 694efb474..4c80479eb 100644 --- a/utilities/ITKCudaCommon/src/itkCudaContextManager.cxx +++ b/utilities/ITKCudaCommon/src/itkCudaContextManager.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/utilities/ITKCudaCommon/src/itkCudaDataManager.cxx b/utilities/ITKCudaCommon/src/itkCudaDataManager.cxx index 5dbbe73c2..adaa2a3ae 100644 --- a/utilities/ITKCudaCommon/src/itkCudaDataManager.cxx +++ b/utilities/ITKCudaCommon/src/itkCudaDataManager.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, @@ -32,7 +32,7 @@ CudaDataManager::CudaDataManager() // without CUDA. So if the context pointer is nullptr, which indicates that there // is no CUDA device available, we just do not set the context (SR). This fixes // the problem reported here: - // http://public.kitware.com/pipermail/rtk-users/2015-July/000570.html + // https://public.kitware.com/pipermail/rtk-users/2015-July/000570.html CUcontext * ctx = m_ContextManager->GetCurrentContext(); if (ctx) CUDA_CHECK(cuCtxSetCurrent(*ctx)); diff --git a/utilities/ITKCudaCommon/src/itkCudaMemoryProbe.cxx b/utilities/ITKCudaCommon/src/itkCudaMemoryProbe.cxx index 1f243a388..b6c2f6004 100644 --- a/utilities/ITKCudaCommon/src/itkCudaMemoryProbe.cxx +++ b/utilities/ITKCudaCommon/src/itkCudaMemoryProbe.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/utilities/ITKCudaCommon/src/itkCudaUtil.cxx b/utilities/ITKCudaCommon/src/itkCudaUtil.cxx index 57a31e249..ebc7ea78c 100644 --- a/utilities/ITKCudaCommon/src/itkCudaUtil.cxx +++ b/utilities/ITKCudaCommon/src/itkCudaUtil.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/utilities/SetupForDevelopment.sh b/utilities/SetupForDevelopment.sh index 0477ef540..b6d0330e4 100755 --- a/utilities/SetupForDevelopment.sh +++ b/utilities/SetupForDevelopment.sh @@ -7,7 +7,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, @@ -31,7 +31,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/utilities/gengetopt/CMakeLists.txt b/utilities/gengetopt/CMakeLists.txt index d193139c4..e3f04b2dc 100755 --- a/utilities/gengetopt/CMakeLists.txt +++ b/utilities/gengetopt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gengetopt: http://www.gnu.org/software/gengetopt/ +# Gengetopt: https://www.gnu.org/software/gengetopt/ ADD_DEFINITIONS(-DPACKAGE=\"gengetopt\") ADD_DEFINITIONS(-DVERSION=\"2.22.4\") diff --git a/utilities/gengetopt/acceptedvalues.cpp b/utilities/gengetopt/acceptedvalues.cpp index ea66c0abf..e97a0c0f6 100644 --- a/utilities/gengetopt/acceptedvalues.cpp +++ b/utilities/gengetopt/acceptedvalues.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Lorenzo Bettini , (C) 2004 +// Author: Lorenzo Bettini , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/utilities/gengetopt/acceptedvalues.h b/utilities/gengetopt/acceptedvalues.h index da4ac673e..9b95cceb8 100644 --- a/utilities/gengetopt/acceptedvalues.h +++ b/utilities/gengetopt/acceptedvalues.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Lorenzo Bettini , (C) 2004 +// Author: Lorenzo Bettini , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/utilities/gengetopt/cmdline.h b/utilities/gengetopt/cmdline.h index a78de4a5e..8e578e463 100644 --- a/utilities/gengetopt/cmdline.h +++ b/utilities/gengetopt/cmdline.h @@ -1,7 +1,7 @@ /** @file cmdline.h * @brief The header file for the command line option parser * generated by GNU Gengetopt version 2.22.4 - * http://www.gnu.org/software/gengetopt. + * https://www.gnu.org/software/gengetopt. * DO NOT modify this file, since it can be overwritten * @author GNU Gengetopt by Lorenzo Bettini */ diff --git a/utilities/gengetopt/errorcodes.h b/utilities/gengetopt/errorcodes.h index b2786d51e..d31698c19 100644 --- a/utilities/gengetopt/errorcodes.h +++ b/utilities/gengetopt/errorcodes.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Lorenzo Bettini , (C) 2004 +// Author: Lorenzo Bettini , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/utilities/gengetopt/fileutils.cpp b/utilities/gengetopt/fileutils.cpp index d97782c1b..8adc7368d 100644 --- a/utilities/gengetopt/fileutils.cpp +++ b/utilities/gengetopt/fileutils.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Lorenzo Bettini , (C) 2004 +// Author: Lorenzo Bettini , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/utilities/gengetopt/fileutils.h b/utilities/gengetopt/fileutils.h index 013b7a6ee..a62707ed4 100644 --- a/utilities/gengetopt/fileutils.h +++ b/utilities/gengetopt/fileutils.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Lorenzo Bettini , (C) 2004 +// Author: Lorenzo Bettini , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/utilities/gengetopt/gengetopt.cc b/utilities/gengetopt/gengetopt.cc index 8ad790eba..2448b04f0 100644 --- a/utilities/gengetopt/gengetopt.cc +++ b/utilities/gengetopt/gengetopt.cc @@ -945,6 +945,6 @@ void print_reportbugs() { cout << endl; - cout << "Maintained by Lorenzo Bettini " << endl; + cout << "Maintained by Lorenzo Bettini " << endl; cout << "Report bugs to " << endl; } diff --git a/utilities/gengetopt/ggos.cpp b/utilities/gengetopt/ggos.cpp index 11e92a37a..48a8d6cf1 100644 --- a/utilities/gengetopt/ggos.cpp +++ b/utilities/gengetopt/ggos.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Lorenzo Bettini , (C) 2005-2007 +// Author: Lorenzo Bettini , (C) 2005-2007 // // Copyright: See COPYING file that comes with this distribution // diff --git a/utilities/gengetopt/gm_utils.cpp b/utilities/gengetopt/gm_utils.cpp index 229a00cca..571a9e6c7 100644 --- a/utilities/gengetopt/gm_utils.cpp +++ b/utilities/gengetopt/gm_utils.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Lorenzo Bettini , (C) 2004 +// Author: Lorenzo Bettini , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/utilities/gengetopt/gm_utils.h b/utilities/gengetopt/gm_utils.h index 4ee5ef0bf..50af0472b 100644 --- a/utilities/gengetopt/gm_utils.h +++ b/utilities/gengetopt/gm_utils.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Lorenzo Bettini , (C) 2004 +// Author: Lorenzo Bettini , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/utilities/gengetopt/parser.cc b/utilities/gengetopt/parser.cc index 7f7f1bf45..04146093f 100644 --- a/utilities/gengetopt/parser.cc +++ b/utilities/gengetopt/parser.cc @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work diff --git a/utilities/gengetopt/parser.h b/utilities/gengetopt/parser.h index c9105ce89..1fd8a99c0 100644 --- a/utilities/gengetopt/parser.h +++ b/utilities/gengetopt/parser.h @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work diff --git a/utilities/gengetopt/skels/c_source.cc b/utilities/gengetopt/skels/c_source.cc index dabe5a006..cc93796d6 100644 --- a/utilities/gengetopt/skels/c_source.cc +++ b/utilities/gengetopt/skels/c_source.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "c_source.h" diff --git a/utilities/gengetopt/skels/c_source.h b/utilities/gengetopt/skels/c_source.h index 2ef32c723..fa50eaa72 100644 --- a/utilities/gengetopt/skels/c_source.h +++ b/utilities/gengetopt/skels/c_source.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef C_SOURCE_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/check_modes.cc b/utilities/gengetopt/skels/check_modes.cc index b75146170..88473b8a1 100644 --- a/utilities/gengetopt/skels/check_modes.cc +++ b/utilities/gengetopt/skels/check_modes.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "check_modes.h" diff --git a/utilities/gengetopt/skels/check_modes.h b/utilities/gengetopt/skels/check_modes.h index 8cebd148d..1da840af5 100644 --- a/utilities/gengetopt/skels/check_modes.h +++ b/utilities/gengetopt/skels/check_modes.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef CHECK_MODES_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/clear_arg.cc b/utilities/gengetopt/skels/clear_arg.cc index cd6c6fcde..d66464398 100644 --- a/utilities/gengetopt/skels/clear_arg.cc +++ b/utilities/gengetopt/skels/clear_arg.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "clear_arg.h" diff --git a/utilities/gengetopt/skels/clear_arg.h b/utilities/gengetopt/skels/clear_arg.h index 61b18675c..4ba91efe5 100644 --- a/utilities/gengetopt/skels/clear_arg.h +++ b/utilities/gengetopt/skels/clear_arg.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef CLEAR_ARG_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/clear_given.cc b/utilities/gengetopt/skels/clear_given.cc index 9c412740c..013fd53ca 100644 --- a/utilities/gengetopt/skels/clear_given.cc +++ b/utilities/gengetopt/skels/clear_given.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "clear_given.h" diff --git a/utilities/gengetopt/skels/clear_given.h b/utilities/gengetopt/skels/clear_given.h index 44ab804af..87308c151 100644 --- a/utilities/gengetopt/skels/clear_given.h +++ b/utilities/gengetopt/skels/clear_given.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef CLEAR_GIVEN_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/copyright.cc b/utilities/gengetopt/skels/copyright.cc index a81f4f9e0..65613fd5b 100644 --- a/utilities/gengetopt/skels/copyright.cc +++ b/utilities/gengetopt/skels/copyright.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "copyright.h" diff --git a/utilities/gengetopt/skels/copyright.h b/utilities/gengetopt/skels/copyright.h index c7ec57190..204aade5d 100644 --- a/utilities/gengetopt/skels/copyright.h +++ b/utilities/gengetopt/skels/copyright.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef COPYRIGHT_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/custom_getopt_gen.cc b/utilities/gengetopt/skels/custom_getopt_gen.cc index 495f833db..207943bf1 100644 --- a/utilities/gengetopt/skels/custom_getopt_gen.cc +++ b/utilities/gengetopt/skels/custom_getopt_gen.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "custom_getopt_gen.h" diff --git a/utilities/gengetopt/skels/custom_getopt_gen.h b/utilities/gengetopt/skels/custom_getopt_gen.h index 501e45b2f..5809a4d74 100644 --- a/utilities/gengetopt/skels/custom_getopt_gen.h +++ b/utilities/gengetopt/skels/custom_getopt_gen.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef CUSTOM_GETOPT_GEN_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/dependant_option.cc b/utilities/gengetopt/skels/dependant_option.cc index 1698e3862..451abfd28 100644 --- a/utilities/gengetopt/skels/dependant_option.cc +++ b/utilities/gengetopt/skels/dependant_option.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "dependant_option.h" diff --git a/utilities/gengetopt/skels/dependant_option.h b/utilities/gengetopt/skels/dependant_option.h index fd102f19e..d3fd2274c 100644 --- a/utilities/gengetopt/skels/dependant_option.h +++ b/utilities/gengetopt/skels/dependant_option.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef DEPENDANT_OPTION_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/enum_decl.cc b/utilities/gengetopt/skels/enum_decl.cc index fa230d155..0d7080fe7 100644 --- a/utilities/gengetopt/skels/enum_decl.cc +++ b/utilities/gengetopt/skels/enum_decl.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "enum_decl.h" diff --git a/utilities/gengetopt/skels/enum_decl.h b/utilities/gengetopt/skels/enum_decl.h index 226751920..6d7760d0e 100644 --- a/utilities/gengetopt/skels/enum_decl.h +++ b/utilities/gengetopt/skels/enum_decl.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef ENUM_DECL_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/exit_failure.cc b/utilities/gengetopt/skels/exit_failure.cc index 326a55c23..561f20efb 100644 --- a/utilities/gengetopt/skels/exit_failure.cc +++ b/utilities/gengetopt/skels/exit_failure.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "exit_failure.h" diff --git a/utilities/gengetopt/skels/exit_failure.h b/utilities/gengetopt/skels/exit_failure.h index 988bdcefa..b5cc5eb8d 100644 --- a/utilities/gengetopt/skels/exit_failure.h +++ b/utilities/gengetopt/skels/exit_failure.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef EXIT_FAILURE_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/file_save.cc b/utilities/gengetopt/skels/file_save.cc index eb9c8a22b..4d37a12d6 100644 --- a/utilities/gengetopt/skels/file_save.cc +++ b/utilities/gengetopt/skels/file_save.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "file_save.h" diff --git a/utilities/gengetopt/skels/file_save.h b/utilities/gengetopt/skels/file_save.h index 629dbfea3..4bb3ae103 100644 --- a/utilities/gengetopt/skels/file_save.h +++ b/utilities/gengetopt/skels/file_save.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef FILE_SAVE_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/file_save_multiple.cc b/utilities/gengetopt/skels/file_save_multiple.cc index 84b8a7c9a..13a02f961 100644 --- a/utilities/gengetopt/skels/file_save_multiple.cc +++ b/utilities/gengetopt/skels/file_save_multiple.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "file_save_multiple.h" diff --git a/utilities/gengetopt/skels/file_save_multiple.h b/utilities/gengetopt/skels/file_save_multiple.h index 44e49b18a..2d4c8ff87 100644 --- a/utilities/gengetopt/skels/file_save_multiple.h +++ b/utilities/gengetopt/skels/file_save_multiple.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef FILE_SAVE_MULTIPLE_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/free_list.cc b/utilities/gengetopt/skels/free_list.cc index a11b7c4b1..fc0c77f69 100644 --- a/utilities/gengetopt/skels/free_list.cc +++ b/utilities/gengetopt/skels/free_list.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "free_list.h" diff --git a/utilities/gengetopt/skels/free_list.h b/utilities/gengetopt/skels/free_list.h index 50213226f..c14f4e113 100644 --- a/utilities/gengetopt/skels/free_list.h +++ b/utilities/gengetopt/skels/free_list.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef FREE_LIST_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/free_multiple.cc b/utilities/gengetopt/skels/free_multiple.cc index 4eb4914c4..d39786074 100644 --- a/utilities/gengetopt/skels/free_multiple.cc +++ b/utilities/gengetopt/skels/free_multiple.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "free_multiple.h" diff --git a/utilities/gengetopt/skels/free_multiple.h b/utilities/gengetopt/skels/free_multiple.h index 1f3f0a883..6286bf643 100644 --- a/utilities/gengetopt/skels/free_multiple.h +++ b/utilities/gengetopt/skels/free_multiple.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef FREE_MULTIPLE_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/free_string.cc b/utilities/gengetopt/skels/free_string.cc index b35fcf11a..0acd0d673 100644 --- a/utilities/gengetopt/skels/free_string.cc +++ b/utilities/gengetopt/skels/free_string.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "free_string.h" diff --git a/utilities/gengetopt/skels/free_string.h b/utilities/gengetopt/skels/free_string.h index 3d34b5612..86324f1b0 100644 --- a/utilities/gengetopt/skels/free_string.h +++ b/utilities/gengetopt/skels/free_string.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef FREE_STRING_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/generic_option.cc b/utilities/gengetopt/skels/generic_option.cc index 86e72c74d..bd4750771 100644 --- a/utilities/gengetopt/skels/generic_option.cc +++ b/utilities/gengetopt/skels/generic_option.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "generic_option.h" diff --git a/utilities/gengetopt/skels/generic_option.h b/utilities/gengetopt/skels/generic_option.h index 812062afd..3a56608a7 100644 --- a/utilities/gengetopt/skels/generic_option.h +++ b/utilities/gengetopt/skels/generic_option.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef GENERIC_OPTION_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/given_field.cc b/utilities/gengetopt/skels/given_field.cc index 9d170e3fc..363c4d5b6 100644 --- a/utilities/gengetopt/skels/given_field.cc +++ b/utilities/gengetopt/skels/given_field.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "given_field.h" diff --git a/utilities/gengetopt/skels/given_field.h b/utilities/gengetopt/skels/given_field.h index 78b64dccd..0451179bb 100644 --- a/utilities/gengetopt/skels/given_field.h +++ b/utilities/gengetopt/skels/given_field.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef GIVEN_FIELD_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/group_counter.cc b/utilities/gengetopt/skels/group_counter.cc index b22e67044..5cd8ab109 100644 --- a/utilities/gengetopt/skels/group_counter.cc +++ b/utilities/gengetopt/skels/group_counter.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.3 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "group_counter.h" diff --git a/utilities/gengetopt/skels/group_counter.h b/utilities/gengetopt/skels/group_counter.h index 22e0fb57a..c7067425f 100644 --- a/utilities/gengetopt/skels/group_counter.h +++ b/utilities/gengetopt/skels/group_counter.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.3 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef GROUP_COUNTER_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/group_option.cc b/utilities/gengetopt/skels/group_option.cc index 7b616cbef..c8595f81a 100644 --- a/utilities/gengetopt/skels/group_option.cc +++ b/utilities/gengetopt/skels/group_option.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "group_option.h" diff --git a/utilities/gengetopt/skels/group_option.h b/utilities/gengetopt/skels/group_option.h index 9f5b52977..d994b9bc0 100644 --- a/utilities/gengetopt/skels/group_option.h +++ b/utilities/gengetopt/skels/group_option.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef GROUP_OPTION_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/handle_help.cc b/utilities/gengetopt/skels/handle_help.cc index 3b49967bd..290a7b9d7 100644 --- a/utilities/gengetopt/skels/handle_help.cc +++ b/utilities/gengetopt/skels/handle_help.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "handle_help.h" diff --git a/utilities/gengetopt/skels/handle_help.h b/utilities/gengetopt/skels/handle_help.h index 5372b01d6..2e5d6f023 100644 --- a/utilities/gengetopt/skels/handle_help.h +++ b/utilities/gengetopt/skels/handle_help.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef HANDLE_HELP_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/handle_version.cc b/utilities/gengetopt/skels/handle_version.cc index 23501cb66..a634acb14 100644 --- a/utilities/gengetopt/skels/handle_version.cc +++ b/utilities/gengetopt/skels/handle_version.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "handle_version.h" diff --git a/utilities/gengetopt/skels/handle_version.h b/utilities/gengetopt/skels/handle_version.h index 421459d3e..cba1c441e 100644 --- a/utilities/gengetopt/skels/handle_version.h +++ b/utilities/gengetopt/skels/handle_version.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4.1 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef HANDLE_VERSION_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/header.cc b/utilities/gengetopt/skels/header.cc index 64ef1b80b..cc5e56e9a 100644 --- a/utilities/gengetopt/skels/header.cc +++ b/utilities/gengetopt/skels/header.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "header.h" @@ -29,7 +29,7 @@ header_gen_class::generate_header(ostream &stream, unsigned int indent) generate_string (generator_version, stream, indent + indent_str.length ()); stream << "\n"; stream << indent_str; - stream << " * http://www.gnu.org/software/gengetopt."; + stream << " * https://www.gnu.org/software/gengetopt."; stream << "\n"; stream << indent_str; stream << " * DO NOT modify this file, since it can be overwritten"; diff --git a/utilities/gengetopt/skels/header.h b/utilities/gengetopt/skels/header.h index b2beb8699..f15f8a91a 100644 --- a/utilities/gengetopt/skels/header.h +++ b/utilities/gengetopt/skels/header.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.4 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef HEADER_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/init_args_info.cc b/utilities/gengetopt/skels/init_args_info.cc index ce0355f88..9ee01c847 100644 --- a/utilities/gengetopt/skels/init_args_info.cc +++ b/utilities/gengetopt/skels/init_args_info.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "init_args_info.h" diff --git a/utilities/gengetopt/skels/init_args_info.h b/utilities/gengetopt/skels/init_args_info.h index 0abf2d0ff..1a134808b 100644 --- a/utilities/gengetopt/skels/init_args_info.h +++ b/utilities/gengetopt/skels/init_args_info.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef INIT_ARGS_INFO_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/multiple_fill_array.cc b/utilities/gengetopt/skels/multiple_fill_array.cc index 00715c782..7d6461da4 100644 --- a/utilities/gengetopt/skels/multiple_fill_array.cc +++ b/utilities/gengetopt/skels/multiple_fill_array.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "multiple_fill_array.h" diff --git a/utilities/gengetopt/skels/multiple_fill_array.h b/utilities/gengetopt/skels/multiple_fill_array.h index 73049af9b..7ac5a82f7 100644 --- a/utilities/gengetopt/skels/multiple_fill_array.h +++ b/utilities/gengetopt/skels/multiple_fill_array.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef MULTIPLE_FILL_ARRAY_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/multiple_opt_list.cc b/utilities/gengetopt/skels/multiple_opt_list.cc index 7aa76e154..ddd080882 100644 --- a/utilities/gengetopt/skels/multiple_opt_list.cc +++ b/utilities/gengetopt/skels/multiple_opt_list.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "multiple_opt_list.h" diff --git a/utilities/gengetopt/skels/multiple_opt_list.h b/utilities/gengetopt/skels/multiple_opt_list.h index fe5fa5a3f..6feea9896 100644 --- a/utilities/gengetopt/skels/multiple_opt_list.h +++ b/utilities/gengetopt/skels/multiple_opt_list.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef MULTIPLE_OPT_LIST_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/option_arg.cc b/utilities/gengetopt/skels/option_arg.cc index 34b2ce137..5a1d52099 100644 --- a/utilities/gengetopt/skels/option_arg.cc +++ b/utilities/gengetopt/skels/option_arg.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.3 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "option_arg.h" diff --git a/utilities/gengetopt/skels/option_arg.h b/utilities/gengetopt/skels/option_arg.h index 359fd7c45..b1c898696 100644 --- a/utilities/gengetopt/skels/option_arg.h +++ b/utilities/gengetopt/skels/option_arg.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.3 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef OPTION_ARG_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/print_help_string.cc b/utilities/gengetopt/skels/print_help_string.cc index 123ac12a2..0321d4287 100644 --- a/utilities/gengetopt/skels/print_help_string.cc +++ b/utilities/gengetopt/skels/print_help_string.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "print_help_string.h" diff --git a/utilities/gengetopt/skels/print_help_string.h b/utilities/gengetopt/skels/print_help_string.h index 754029ae8..148f84760 100644 --- a/utilities/gengetopt/skels/print_help_string.h +++ b/utilities/gengetopt/skels/print_help_string.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef PRINT_HELP_STRING_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/required_option.cc b/utilities/gengetopt/skels/required_option.cc index 300cfffbc..2b39ec62e 100644 --- a/utilities/gengetopt/skels/required_option.cc +++ b/utilities/gengetopt/skels/required_option.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "required_option.h" diff --git a/utilities/gengetopt/skels/required_option.h b/utilities/gengetopt/skels/required_option.h index 9e28372db..a0610d40c 100644 --- a/utilities/gengetopt/skels/required_option.h +++ b/utilities/gengetopt/skels/required_option.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef REQUIRED_OPTION_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/reset_group.cc b/utilities/gengetopt/skels/reset_group.cc index 112a5de4c..907ad6c23 100644 --- a/utilities/gengetopt/skels/reset_group.cc +++ b/utilities/gengetopt/skels/reset_group.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "reset_group.h" diff --git a/utilities/gengetopt/skels/reset_group.h b/utilities/gengetopt/skels/reset_group.h index 7d0b96b7b..9c5b47583 100644 --- a/utilities/gengetopt/skels/reset_group.h +++ b/utilities/gengetopt/skels/reset_group.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef RESET_GROUP_GEN_CLASS_H diff --git a/utilities/gengetopt/skels/update_given.cc b/utilities/gengetopt/skels/update_given.cc index c4ad6ec50..d75bf8603 100644 --- a/utilities/gengetopt/skels/update_given.cc +++ b/utilities/gengetopt/skels/update_given.cc @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #include "update_given.h" diff --git a/utilities/gengetopt/skels/update_given.h b/utilities/gengetopt/skels/update_given.h index 517d80559..29c0409d2 100644 --- a/utilities/gengetopt/skels/update_given.h +++ b/utilities/gengetopt/skels/update_given.h @@ -1,7 +1,7 @@ /* * File automatically generated by * gengen 1.2 by Lorenzo Bettini - * http://www.gnu.org/software/gengen + * https://www.gnu.org/software/gengen */ #ifndef UPDATE_GIVEN_GEN_CLASS_H diff --git a/utilities/lp_solve/README.txt b/utilities/lp_solve/README.txt index 7304d3eb8..a7753691c 100644 --- a/utilities/lp_solve/README.txt +++ b/utilities/lp_solve/README.txt @@ -486,7 +486,7 @@ Change history: - lpsolve.pas updated for Delphi 2009. - Python driver updated to allow also to provide numpy arrays to the lpsolve driver. - xli_MathProg is now compiled against glpk 4.44 meaning that it now supports the MathProg Tables feature - as described in http://www.cs.unb.ca/~bremner/docs/glpk/tables.pdf + as described in https://www.cs.unb.ca/~bremner/docs/glpk/tables.pdf csv, ODBC and MySQL are supported on all platforms. - Added MSF support. MSF (Microsoft Solver Foundation) is a microsoft .NET library to access solvers via an OO way MSF has a default lpsolve driver, but the one on the sourceforge site is enhanced in functionality and performance. diff --git a/utilities/lp_solve/colamd/colamd.c b/utilities/lp_solve/colamd/colamd.c index 70431a9b4..0ca852dbc 100644 --- a/utilities/lp_solve/colamd/colamd.c +++ b/utilities/lp_solve/colamd/colamd.c @@ -21,7 +21,7 @@ conventional partial pivoting with row interchanges. Colamd is the column ordering method used in SuperLU, part of the ScaLAPACK library. It is also available as built-in function in Matlab Version 6, - available from MathWorks, Inc. (http://www.mathworks.com). This + available from MathWorks, Inc. (https://www.mathworks.com). This routine can be used in place of colmmd in Matlab. By default, the \ and / operators in Matlab perform a column ordering (using colmmd or colamd) prior to LU factorization using sparse partial pivoting, @@ -75,9 +75,9 @@ The colamd/symamd library is available at - http://www.cise.ufl.edu/research/sparse/colamd/ + https://www.cise.ufl.edu/research/sparse/colamd/ - This is the http://www.cise.ufl.edu/research/sparse/colamd/colamd.c + This is the https://www.cise.ufl.edu/research/sparse/colamd/colamd.c file. It requires the colamd.h file. It is required by the colamdmex.c and symamdmex.c files, for the Matlab interface to colamd and symamd. @@ -389,7 +389,7 @@ Example: - See http://www.cise.ufl.edu/research/sparse/colamd/example.c + See https://www.cise.ufl.edu/research/sparse/colamd/example.c for a complete example. To order the columns of a 5-by-4 matrix with 11 nonzero entries in diff --git a/utilities/lp_solve/colamd/colamd.h b/utilities/lp_solve/colamd/colamd.h index e8539922a..8b98edd8c 100644 --- a/utilities/lp_solve/colamd/colamd.h +++ b/utilities/lp_solve/colamd/colamd.h @@ -47,9 +47,9 @@ The colamd/symamd library is available at - http://www.cise.ufl.edu/research/sparse/colamd + https://www.cise.ufl.edu/research/sparse/colamd - This is the http://www.cise.ufl.edu/research/sparse/colamd/colamd.h + This is the https://www.cise.ufl.edu/research/sparse/colamd/colamd.h file. It is required by the colamd.c, colamdmex.c, and symamdmex.c files, and by any C code that calls the routines whose prototypes are listed below, or that uses the colamd/symamd definitions listed below. diff --git a/utilities/lp_solve/shared/mmio.c b/utilities/lp_solve/shared/mmio.c index 4a1cd1ae5..0c80207f6 100644 --- a/utilities/lp_solve/shared/mmio.c +++ b/utilities/lp_solve/shared/mmio.c @@ -1,7 +1,7 @@ /* * Matrix Market I/O library for ANSI C * -* See http://math.nist.gov/MatrixMarket for details. +* See https://math.nist.gov/MatrixMarket for details. * * (Version 1.01, 5/2003) */ diff --git a/utilities/lp_solve/shared/mmio.h b/utilities/lp_solve/shared/mmio.h index 5cc764949..5fcf4a187 100644 --- a/utilities/lp_solve/shared/mmio.h +++ b/utilities/lp_solve/shared/mmio.h @@ -1,7 +1,7 @@ /* * Matrix Market I/O library for ANSI C * -* See http://math.nist.gov/MatrixMarket for details. +* See https://math.nist.gov/MatrixMarket for details. * * */