summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-09-10 16:02:35 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-09-14 19:06:39 -0400
commita19b83c0b433ab75b5d32c3355a87e79693335b1 (patch)
tree4cb51c5163454677cca29a547586249470c1277b
parent514fc25b69a6b679a571e40caf0166a27080bd67 (diff)
downloadmailscripts-a19b83c0b433ab75b5d32c3355a87e79693335b1.tar.gz
use https:// instead of http://
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-rwxr-xr-xemail-extract-openpgp-certs2
-rwxr-xr-xmaildir-import-patch2
-rw-r--r--mailscripts.el2
-rwxr-xr-xmbox2maildir2
-rwxr-xr-xmdmv2
-rw-r--r--notmuch-extract-patch/LICENSE8
-rwxr-xr-xnotmuch-extract-patch/notmuch-extract-patch2
-rwxr-xr-xnotmuch-import-patch2
-rwxr-xr-xnotmuch-slurp-debbug2
9 files changed, 12 insertions, 12 deletions
diff --git a/email-extract-openpgp-certs b/email-extract-openpgp-certs
index 2a95748..03b7753 100755
--- a/email-extract-openpgp-certs
+++ b/email-extract-openpgp-certs
@@ -13,7 +13,7 @@
# 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/>.
'''Extract all OpenPGP certificates from an e-mail message
diff --git a/maildir-import-patch b/maildir-import-patch
index a17c6cb..f69a5e6 100755
--- a/maildir-import-patch
+++ b/maildir-import-patch
@@ -15,7 +15,7 @@
# 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/>.
import os
import sys
diff --git a/mailscripts.el b/mailscripts.el
index fde627d..f0002fc 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -17,7 +17,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/>.
;;; Code:
diff --git a/mbox2maildir b/mbox2maildir
index 351a37c..e2f8e23 100755
--- a/mbox2maildir
+++ b/mbox2maildir
@@ -15,7 +15,7 @@
# 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/>.
# Credits:
diff --git a/mdmv b/mdmv
index c81e52d..fa1533f 100755
--- a/mdmv
+++ b/mdmv
@@ -15,7 +15,7 @@
# 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/>.
import os
import sys
diff --git a/notmuch-extract-patch/LICENSE b/notmuch-extract-patch/LICENSE
index 94a9ed0..e600086 100644
--- a/notmuch-extract-patch/LICENSE
+++ b/notmuch-extract-patch/LICENSE
@@ -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/notmuch-extract-patch/notmuch-extract-patch b/notmuch-extract-patch/notmuch-extract-patch
index df87a6c..cfd4464 100755
--- a/notmuch-extract-patch/notmuch-extract-patch
+++ b/notmuch-extract-patch/notmuch-extract-patch
@@ -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/>.
import mailbox
import sys
diff --git a/notmuch-import-patch b/notmuch-import-patch
index ea61634..5a8e589 100755
--- a/notmuch-import-patch
+++ b/notmuch-import-patch
@@ -15,7 +15,7 @@
# 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 strict;
use warnings;
diff --git a/notmuch-slurp-debbug b/notmuch-slurp-debbug
index d424236..ff5a54f 100755
--- a/notmuch-slurp-debbug
+++ b/notmuch-slurp-debbug
@@ -15,7 +15,7 @@
# 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 strict;
use warnings;