diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-02-05 16:22:43 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-03-13 10:59:34 +0100 |
commit | 0a47c08db07d0a01018aec34d10a294aed79fdd1 (patch) | |
tree | 6958c593a71514ac58d0373f5973746e2416e420 /doc | |
parent | e7e89684173c82e5104fe265a93916454f68200f (diff) | |
download | gnutls-0a47c08db07d0a01018aec34d10a294aed79fdd1.tar.gz |
Use https:// for www.gnu.org and www.example.com
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/COPYING | 6 | ||||
-rw-r--r-- | doc/alert-printlist.c | 2 | ||||
-rw-r--r-- | doc/certtool.cfg | 8 | ||||
-rw-r--r-- | doc/cha-library.texi | 2 | ||||
-rw-r--r-- | doc/doxygen/Doxyfile.in | 6 | ||||
-rw-r--r-- | doc/doxygen/Doxyfile.orig | 6 | ||||
-rw-r--r-- | doc/errcodes.c | 2 | ||||
-rw-r--r-- | doc/fdl-1.3.texi | 2 | ||||
-rw-r--r-- | doc/gnutls-guile.texi | 2 | ||||
-rw-r--r-- | doc/latex/fdl.tex | 2 | ||||
-rw-r--r-- | doc/printlist.c | 2 | ||||
-rwxr-xr-x | doc/scripts/gdoc | 4 |
12 files changed, 22 insertions, 22 deletions
diff --git a/doc/COPYING b/doc/COPYING index 94a9ed024d..2a000655e9 100644 --- a/doc/COPYING +++ b/doc/COPYING @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. Also add information on how to contact you by electronic and paper mail. @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -<http://www.gnu.org/licenses/>. +<https://www.gnu.org/licenses/>. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -<http://www.gnu.org/philosophy/why-not-lgpl.html>. +<https://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/doc/alert-printlist.c b/doc/alert-printlist.c index ab746aa2f2..3483766817 100644 --- a/doc/alert-printlist.c +++ b/doc/alert-printlist.c @@ -15,7 +15,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 <http://www.gnu.org/licenses/>. + * along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/doc/certtool.cfg b/doc/certtool.cfg index c5f2ddc778..9ec3aa2cc2 100644 --- a/doc/certtool.cfg +++ b/doc/certtool.cfg @@ -60,7 +60,7 @@ expiration_days = 700 # Alternatively you may set concrete dates and time. The GNU date string # formats are accepted. See: -# http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html +# https://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html #activation_date = "2004-02-29 16:21:42" #expiration_date = "2025-02-29 16:24:41" @@ -72,7 +72,7 @@ expiration_days = 700 #dns_name = "www.morethanone.org" # A subject alternative name URI -#uri = "http://www.example.com" +#uri = "https://www.example.com" # An IP address in case of a server. #ip_address = "192.168.1.1" @@ -153,11 +153,11 @@ encryption_key # Certificate policies #policy1 = 1.3.6.1.4.1.5484.1.10.99.1.0 #policy1_txt = "This is a long policy to summarize" -#policy1_url = http://www.example.com/a-policy-to-read +#policy1_url = https://www.example.com/a-policy-to-read #policy2 = 1.3.6.1.4.1.5484.1.10.99.1.1 #policy2_txt = "This is a short policy" -#policy2_url = http://www.example.com/another-policy-to-read +#policy2_url = https://www.example.com/another-policy-to-read # Name constraints diff --git a/doc/cha-library.texi b/doc/cha-library.texi index 354bb0a769..f7433e45f7 100644 --- a/doc/cha-library.texi +++ b/doc/cha-library.texi @@ -78,7 +78,7 @@ Several parts of GnuTLS require ASN.1 functionality, which is provided by a library called libtasn1. A copy of libtasn1 is included in GnuTLS. If you want to install it separately (e.g., to make it possibly to use libtasn1 in other programs), you can get it from -@url{http://www.gnu.org/software/libtasn1/}. +@url{https://www.gnu.org/software/libtasn1/}. The compression library, @code{libz}, the PKCS #11 helper library @code{p11-kit}, the TPM library @code{trousers}, as well as the IDN library @code{libidn}@footnote{Needed diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in index 003e191487..95c26281ae 100644 --- a/doc/doxygen/Doxyfile.in +++ b/doc/doxygen/Doxyfile.in @@ -18,7 +18,7 @@ # 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 for the list of possible encodings. +# https://www.gnu.org/software/libiconv for the list of possible encodings. DOXYFILE_ENCODING = UTF-8 @@ -539,7 +539,7 @@ INPUT = ../../ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built -# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for +# into libc) for the transcoding. See https://www.gnu.org/software/libiconv for # the list of possible encodings. INPUT_ENCODING = UTF-8 @@ -682,7 +682,7 @@ REFERENCES_LINK_SOURCE = 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 +# tagging system (see https://www.gnu.org/software/global/global.html). You # will need version 4.8.6 or higher. USE_HTAGS = NO diff --git a/doc/doxygen/Doxyfile.orig b/doc/doxygen/Doxyfile.orig index 1eeea5ecd1..3864b12c65 100644 --- a/doc/doxygen/Doxyfile.orig +++ b/doc/doxygen/Doxyfile.orig @@ -18,7 +18,7 @@ # 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 for the list of possible encodings. +# https://www.gnu.org/software/libiconv for the list of possible encodings. DOXYFILE_ENCODING = UTF-8 @@ -539,7 +539,7 @@ INPUT = # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built -# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for +# into libc) for the transcoding. See https://www.gnu.org/software/libiconv for # the list of possible encodings. INPUT_ENCODING = UTF-8 @@ -682,7 +682,7 @@ REFERENCES_LINK_SOURCE = 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 +# tagging system (see https://www.gnu.org/software/global/global.html). You # will need version 4.8.6 or higher. USE_HTAGS = NO diff --git a/doc/errcodes.c b/doc/errcodes.c index defee3a19c..1548f93aac 100644 --- a/doc/errcodes.c +++ b/doc/errcodes.c @@ -15,7 +15,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 <http://www.gnu.org/licenses/>. + * along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H diff --git a/doc/fdl-1.3.texi b/doc/fdl-1.3.texi index 3a74be0f70..88e0f192ba 100644 --- a/doc/fdl-1.3.texi +++ b/doc/fdl-1.3.texi @@ -414,7 +414,7 @@ The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See -@uref{http://www.gnu.org/copyleft/}. +@uref{https://www.gnu.org/copyleft/}. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this diff --git a/doc/gnutls-guile.texi b/doc/gnutls-guile.texi index 2488b62f70..4b13ef18dd 100644 --- a/doc/gnutls-guile.texi +++ b/doc/gnutls-guile.texi @@ -71,7 +71,7 @@ Documentation License''. @node Preface @chapter Preface -This manual describes the @uref{http://www.gnu.org/software/guile/, +This manual describes the @uref{https://www.gnu.org/software/guile/, GNU Guile} Scheme programming interface to GnuTLS, which is distributed as part of @uref{http://gnutls.org,GnuTLS}. The reader is assumed to have basic knowledge of the protocol and library. Details diff --git a/doc/latex/fdl.tex b/doc/latex/fdl.tex index 1b2ea6ea2c..77a0389ea0 100644 --- a/doc/latex/fdl.tex +++ b/doc/latex/fdl.tex @@ -483,7 +483,7 @@ The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See -http://www.gnu.org/copyleft/. +https://www.gnu.org/copyleft/. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this diff --git a/doc/printlist.c b/doc/printlist.c index 908c98d7a7..bda2b01531 100644 --- a/doc/printlist.c +++ b/doc/printlist.c @@ -15,7 +15,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 <http://www.gnu.org/licenses/>. + * along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc index 3214b9c317..1ecbbdc16c 100755 --- a/doc/scripts/gdoc +++ b/doc/scripts/gdoc @@ -21,7 +21,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 <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # This will read a C source code file and scan for embedded comments # in the style of gnome comments (+minor extensions - see below). @@ -713,7 +713,7 @@ sub output_man { print ".SH \"REPORTING BUGS\"\n"; print "Report bugs to <". $args{'bugsto'} . ">.\n"; #print ".br\n"; - #print "General guidelines for reporting bugs: http://www.gnu.org/gethelp/\n"; + #print "General guidelines for reporting bugs: https://www.gnu.org/gethelp/\n"; print ".br\n"; if ($args{'pkgsite'}) { print "Home page: " . $args{'pkgsite'} . "\n"; |