diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:16:07 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:16:07 +0100 |
commit | 4712d0bb0653b4827ed699c4ac0493a68c531c1d (patch) | |
tree | bb3cb88c594667ca8288c5502872128f493c7abc /doc/fr | |
parent | d9fbf59c6b65fb9c989751868a55b145cd600532 (diff) | |
download | weechat-4712d0bb0653b4827ed699c4ac0493a68c531c1d.zip |
core: use https for links to GNU GPL license
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/fr/Makefile.am | 2 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/fr/CMakeLists.txt b/doc/fr/CMakeLists.txt index c041ab758..12fef8c24 100644 --- a/doc/fr/CMakeLists.txt +++ b/doc/fr/CMakeLists.txt @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with WeeChat. If not, see <http://www.gnu.org/licenses/>. +# along with WeeChat. If not, see <https://www.gnu.org/licenses/>. # if(ENABLE_MAN) diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index f403042d3..bd9b7ae37 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -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 WeeChat. If not, see <http://www.gnu.org/licenses/>. +# along with WeeChat. If not, see <https://www.gnu.org/licenses/>. # docdir = $(datadir)/doc/$(PACKAGE) diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index c2f518de6..d76ff97ba 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -476,7 +476,7 @@ Exemple en C : * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ ---- |