diff options
Diffstat (limited to 'attic/modules')
-rw-r--r-- | attic/modules/FindLibLZMA.cmake | 2 | ||||
-rw-r--r-- | attic/modules/FindPyQt4.cmake | 2 | ||||
-rw-r--r-- | attic/modules/FindQt4.cmake | 2 | ||||
-rw-r--r-- | attic/modules/FindSIP.cmake | 2 | ||||
-rw-r--r-- | attic/modules/README | 4 | ||||
-rw-r--r-- | attic/modules/SIPMacros.cmake | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/attic/modules/FindLibLZMA.cmake b/attic/modules/FindLibLZMA.cmake index 1a341b28..b0553d86 100644 --- a/attic/modules/FindLibLZMA.cmake +++ b/attic/modules/FindLibLZMA.cmake @@ -25,7 +25,7 @@ SET(LIBLZMA_INCLUDE_DIRS ${LIBLZMA_INCLUDE_DIR}) # We're using new code known now as XZ, even library still been called LZMA -# it can be found in http://tukaani.org/xz/ +# it can be found in https://tukaani.org/xz/ # Avoid using old codebase IF (LIBLZMA_LIBRARIES) INCLUDE(CheckLibraryExists) diff --git a/attic/modules/FindPyQt4.cmake b/attic/modules/FindPyQt4.cmake index dab7a9f1..dfaa141b 100644 --- a/attic/modules/FindPyQt4.cmake +++ b/attic/modules/FindPyQt4.cmake @@ -4,7 +4,7 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. # -# PyQt4 website: http://www.riverbankcomputing.co.uk/pyqt/index.php +# PyQt4 website: https://riverbankcomputing.com/software/pyqt # # Find the installed version of PyQt4. FindPyQt4 should only be called after # Python has been found. diff --git a/attic/modules/FindQt4.cmake b/attic/modules/FindQt4.cmake index f501f358..2c1b2de4 100644 --- a/attic/modules/FindQt4.cmake +++ b/attic/modules/FindQt4.cmake @@ -346,7 +346,7 @@ # QT_QT_LIBRARY Qt-Library is now split # Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. -# See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. +# See Copyright.txt or https://cmake.org/licensing for details. # Use FIND_PACKAGE( Qt4 COMPONENTS ... ) to enable modules IF( Qt4_FIND_COMPONENTS ) diff --git a/attic/modules/FindSIP.cmake b/attic/modules/FindSIP.cmake index 58b95c8a..d94bd8ef 100644 --- a/attic/modules/FindSIP.cmake +++ b/attic/modules/FindSIP.cmake @@ -1,7 +1,7 @@ # Find SIP # ~~~~~~~~ # -# SIP website: http://www.riverbankcomputing.co.uk/sip/index.php +# SIP website: https://riverbankcomputing.com/software/sip # # Find the installed version of SIP. FindSIP should be called after Python # has been found. diff --git a/attic/modules/README b/attic/modules/README index d487a0b2..29483051 100644 --- a/attic/modules/README +++ b/attic/modules/README @@ -8,11 +8,11 @@ Changes to any files should follow the cmake commit policy - at http://techbase.kde.org/Policies/CMake_Commit_Policy + at https://community.kde.org/Policies/CMake_Commit_Policy and the cmake coding style - at http://techbase.kde.org/Policies/CMake_Coding_Style + at https://community.kde.org/Policies/CMake_Coding_Style Alex <neundorf@kde.org> diff --git a/attic/modules/SIPMacros.cmake b/attic/modules/SIPMacros.cmake index 7c5476ef..69fec90e 100644 --- a/attic/modules/SIPMacros.cmake +++ b/attic/modules/SIPMacros.cmake @@ -4,7 +4,7 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. # -# SIP website: http://www.riverbankcomputing.co.uk/sip/index.php +# SIP website: https://riverbankcomputing.com/software/sip # # This file defines the following macros: # |