aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-08-04 01:27:09 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-08-04 01:39:39 +0200
commit89c94e697545c3333277194dfa862daede14a5e8 (patch)
treef06fbe2202bf9f9f6047ed380a190ae136dff526
parente419eb68718085fa2e2505eb4b4aa08145f7dc1c (diff)
Upgrade links to secure HTTP.
-rw-r--r--COPYING8
-rwxr-xr-xclient2
-rwxr-xr-xlacme2
-rwxr-xr-xlacme-accountd2
-rw-r--r--lacme-accountd.1.md6
-rw-r--r--lacme.8.md2
-rwxr-xr-xwebserver2
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. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
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 <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/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 <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
#----------------------------------------------------------------------
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 <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
#----------------------------------------------------------------------
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 <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
#----------------------------------------------------------------------
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 <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
#----------------------------------------------------------------------
use v5.14.2;