diff options
Diffstat (limited to 'lang/qt')
-rw-r--r-- | lang/qt/doc/Doxyfile.in | 6 | ||||
-rw-r--r-- | lang/qt/doc/Makefile.am | 2 | ||||
-rw-r--r-- | lang/qt/tests/Makefile.am | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lang/qt/doc/Doxyfile.in b/lang/qt/doc/Doxyfile.in index 5d94f901..c672c4c5 100644 --- a/lang/qt/doc/Doxyfile.in +++ b/lang/qt/doc/Doxyfile.in @@ -20,7 +20,7 @@ # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all text # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv -# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# built into libc) for the transcoding. See https://www.gnu.org/software/libiconv # for the list of possible encodings. # The default value is: UTF-8. @@ -758,7 +758,7 @@ INPUT = "@top_srcdir@/lang/qt/src" # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv -# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# documentation (see: https://www.gnu.org/software/libiconv) for the list of # possible encodings. # The default value is: UTF-8. @@ -950,7 +950,7 @@ SOURCE_TOOLTIPS = YES # If the USE_HTAGS tag is set to YES then the references to source code will # point to the HTML generated by the htags(1) tool instead of doxygen built-in # source browser. The htags tool is part of GNU's global source tagging system -# (see http://www.gnu.org/software/global/global.html). You will need version +# (see https://www.gnu.org/software/global/global.html). You will need version # 4.8.6 or higher. # # To use it do the following: diff --git a/lang/qt/doc/Makefile.am b/lang/qt/doc/Makefile.am index fd57cc85..e59fc322 100644 --- a/lang/qt/doc/Makefile.am +++ b/lang/qt/doc/Makefile.am @@ -15,7 +15,7 @@ # Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this program; if not, see <http://www.gnu.org/licenses/>. +# License along with this program; if not, see <https://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am index 08b1c4c8..6d543408 100644 --- a/lang/qt/tests/Makefile.am +++ b/lang/qt/tests/Makefile.am @@ -15,7 +15,7 @@ # Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this program; if not, see <http://www.gnu.org/licenses/>. +# License along with this program; if not, see <https://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in |