From: Daniel Kahn Gillmor Date: Tue, 14 Jun 2016 18:27:49 +0000 (-0400) Subject: fsf, gnu, and cc are all using https X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=a9c913c9820b8c43519e8eb808ebb346b8281669 fsf, gnu, and cc are all using https --- diff --git a/COPYING-CC-BY-SA-3.0.mdwn b/COPYING-CC-BY-SA-3.0.mdwn index be31965..27d8792 100644 --- a/COPYING-CC-BY-SA-3.0.mdwn +++ b/COPYING-CC-BY-SA-3.0.mdwn @@ -48,7 +48,7 @@ considered an Adaptation (as defined below) for the purposes of this License. c. "Creative Commons Compatible License" means a license that is listed - at http://creativecommons.org/compatiblelicenses that has been + at https://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License @@ -356,5 +356,5 @@ available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of the License. - Creative Commons may be contacted at http://creativecommons.org/. + Creative Commons may be contacted at https://creativecommons.org/. diff --git a/COPYING-GPL-3.mdwn b/COPYING-GPL-3.mdwn index da56d74..95cbbf6 100644 --- a/COPYING-GPL-3.mdwn +++ b/COPYING-GPL-3.mdwn @@ -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 @@ 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 @@ 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/COPYING-GPL-ONLY.mdwn b/COPYING-GPL-ONLY.mdwn index 8368781..84c3199 100644 --- a/COPYING-GPL-ONLY.mdwn +++ b/COPYING-GPL-ONLY.mdwn @@ -1,3 +1,3 @@ The source fragment linking to this page is (only) licensed under - [The GNU General Public License](http://www.gnu.org/licenses/gpl.txt), + [The GNU General Public License](https://www.gnu.org/licenses/gpl.txt), either version 3.0 or at your option any later version. diff --git a/COPYING.mdwn b/COPYING.mdwn index cc6595d..381b4be 100644 --- a/COPYING.mdwn +++ b/COPYING.mdwn @@ -4,16 +4,16 @@ The contents of this wiki are (unless otherwise explicitly noted, see below) dual licensed under: -- [CC-BY-SA-3.0](http://creativecommons.org/licenses/by-sa/3.0/) Creative Commons License +- [CC-BY-SA-3.0](https://creativecommons.org/licenses/by-sa/3.0/) Creative Commons License -- [The GNU General Public License](http://www.gnu.org/licenses/gpl.txt), either +- [The GNU General Public License](https://www.gnu.org/licenses/gpl.txt), either version 3.0 or at your option any later version. The [[Notmuch manual pages|manpages]], copied from the [Notmuch source tree](https://git.notmuchmail.org/git/notmuch) and modified for the wiki, *and* any source code fragment specifically marked by its contributor as [[COPYING-GPL-ONLY]] are licensed under -[the GNU General Public License](http://www.gnu.org/licenses/gpl.txt), +[the GNU General Public License](https://www.gnu.org/licenses/gpl.txt), either version 3.0 or at your option any later version. By pushing to the repository you agree that all of your contributions to the diff --git a/index.mdwn b/index.mdwn index 6c2cb7b..92ea95a 100644 --- a/index.mdwn +++ b/index.mdwn @@ -149,9 +149,9 @@ requests](http://nmbug.notmuchmail.org/status/#Wish-list). ## Development and Contributing All of the code for Notmuch is available as [free -software](http://www.fsf.org/licensing/essays/free-sw.html) released +software](https://www.fsf.org/licensing/essays/free-sw.html) released under the GNU [GPL version -3](http://www.fsf.org/licensing/licenses/gpl.html). The latest +3](https://www.fsf.org/licensing/licenses/gpl.html). The latest versions can be checked out via git with this command: git clone git://notmuchmail.org/git/notmuch diff --git a/manpages.mdwn b/manpages.mdwn index 1439d7e..137f5b9 100644 --- a/manpages.mdwn +++ b/manpages.mdwn @@ -18,5 +18,5 @@ Manual page index * notmuch-search-terms(7) - syntax for notmuch queries The manual pages are licensed under -[the GNU General Public License](http://www.gnu.org/licenses/gpl.txt), +[the GNU General Public License](https://www.gnu.org/licenses/gpl.txt), either version 3.0 or at your option any later version. diff --git a/notmuch-emacs.mdwn b/notmuch-emacs.mdwn index 06aa82b..6b7eccd 100644 --- a/notmuch-emacs.mdwn +++ b/notmuch-emacs.mdwn @@ -2,7 +2,7 @@ # Notmuch Emacs Interface One of the more popular Notmuch message reading clients is **notmuch.el**, or -`notmuch-emacs`, an [Emacs](http://www.gnu.org/software/emacs/) major mode for +`notmuch-emacs`, an [Emacs](https://www.gnu.org/software/emacs/) major mode for interacting with Notmuch. It is included in the Notmuch package (`notmuch-emacs` in Debian). The [[screenshots|screenshots]] give a good overview of the mode.