From patchwork Sun Jul 28 14:30:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1138020 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-505740-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="HzEHjXr4"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45xQGm60tPz9s4Y for ; Mon, 29 Jul 2019 00:30:54 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=PLCOc4gDcAWQbNSvgIRVrw+UpT4seXYMIbczeo2SYHpvPztVZv/Lo 22mC8BD6CRmjB/xJq/nugJEU4H9nTb9q+HBMhq14oN+xJSiQDxvul5pjJ8BFJLeV GsbG/qz15GlGhIBpFRLTgJfFXitfahjQhZBwdLknEV799KjrQCafZM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=ZBWp0pL6DOXwGnXiO4gPHUgmcCo=; b=HzEHjXr4BDx2iE9zUxw9 Ja74w9W5OeQJHkyk0UUb7cHPmb+2QPcess5kEDeu3+sae6TRIkAsQ8DQfp8OBOq4 f/cS0rT+IW4bR7K+Pt9tqxvm+DVdxUdDLUwqPEeS9zkEEggaN8aNBtxGjsChgG+L 6AUKrZF6qOt99vk2yA1JfSQ= Received: (qmail 11911 invoked by alias); 28 Jul 2019 14:30:18 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 11834 invoked by uid 89); 28 Jul 2019 14:30:16 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 28 Jul 2019 14:30:14 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id A44E133FAE for ; Sun, 28 Jul 2019 10:30:12 -0400 (EDT) Received: from anthias (unknown [178.114.243.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 4182033FAD for ; Sun, 28 Jul 2019 10:30:12 -0400 (EDT) Date: Sun, 28 Jul 2019 16:30:02 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [doc] Use https for www.gnu.org (doc/include/gpl_v3.texi) Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Applied. Gerald 2019-07-28 Gerald Pfeifer * doc/include/gpl_v3.texi (Copying): Use https for www.gnu.org. Index: doc/include/gpl_v3.texi =================================================================== --- doc/include/gpl_v3.texi (revision 273850) +++ doc/include/gpl_v3.texi (working copy) @@ -729,5 +729,5 @@ program into proprietary programs. If your progra 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 @url{http://www.gnu.org/philosophy/why-not-lgpl.html}. +first, please read @url{https://www.gnu.org/philosophy/why-not-lgpl.html}. @c man end