From 89c94e697545c3333277194dfa862daede14a5e8 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 4 Aug 2020 01:27:09 +0200 Subject: Upgrade links to secure HTTP. --- COPYING | 8 ++++---- client | 2 +- lacme | 2 +- lacme-accountd | 2 +- lacme-accountd.1.md | 6 +++--- lacme.8.md | 2 +- webserver | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/COPYING b/COPYING index 94a9ed0..e600086 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -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 . + along with this program. If not, see . 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 -. +. 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 -. +. diff --git a/client b/client index 2eebbf0..b59c013 100755 --- a/client +++ b/client @@ -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 . +# along with this program. If not, see . #---------------------------------------------------------------------- use v5.14.2; diff --git a/lacme b/lacme index 8701047..1ca4a38 100755 --- a/lacme +++ b/lacme @@ -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 . +# along with this program. If not, see . #---------------------------------------------------------------------- use v5.14.2; diff --git a/lacme-accountd b/lacme-accountd index 89774c2..af64168 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -16,7 +16,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 . #---------------------------------------------------------------------- use v5.14.2; diff --git a/lacme-accountd.1.md b/lacme-accountd.1.md index 77cc8ed..6cf9ea8 100644 --- a/lacme-accountd.1.md +++ b/lacme-accountd.1.md @@ -137,7 +137,7 @@ See also [ACME]: https://tools.ietf.org/html/rfc8555 [`lacme`(8)]: lacme.8.html -[`signal`(7)]: http://linux.die.net/man/7/signal +[`signal`(7)]: https://linux.die.net/man/7/signal [`gpg`(1)]: https://www.gnupg.org/documentation/manpage.en.html -[OpenSSH]: http://www.openssh.com/ -[`ssh`(1)]: http://man.openbsd.org/ssh +[OpenSSH]: https://www.openssh.com/ +[`ssh`(1)]: https://man.openbsd.org/ssh diff --git a/lacme.8.md b/lacme.8.md index 8f8eb41..90fd3cf 100644 --- a/lacme.8.md +++ b/lacme.8.md @@ -407,6 +407,6 @@ See also [ACME]: https://tools.ietf.org/html/rfc8555 [`lacme-accountd`(1)]: lacme-accountd.1.html -[`iptables`(8)]: http://linux.die.net/man/8/iptables +[`iptables`(8)]: https://linux.die.net/man/8/iptables [`ciphers`(1ssl)]: https://www.openssl.org/docs/manmaster/apps/ciphers.html [`x509v3_config`(5ssl)]: https://www.openssl.org/docs/manmaster/apps/x509v3_config.html diff --git a/webserver b/webserver index 584f0bb..c16737f 100755 --- a/webserver +++ b/webserver @@ -16,7 +16,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 . #---------------------------------------------------------------------- use v5.14.2; -- cgit v1.2.3