From patchwork Mon Nov 11 13:36:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1192933 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-512940-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="DaNQ9dDm"; 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 47BX3M1pCdz9sP3 for ; Tue, 12 Nov 2019 00:36:45 +1100 (AEDT) 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=Pjd1M6c+PZ3XrXlvqH8ZaVdC48eJMl9/d1VmkmQHBQCK6mnouZ6+T 2wsOE3HX8zyIAcxTm34zonMaWCKITixzJZarTmubFKN58rIIvPsT3O9Ji6SyVhS1 n4c4sZbVGe/j22Fj0gyIVv/LzZbLuisisO5h+hZOJUrE70GJLMRKJE= 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=jKfMDV083XnCfsScMoAPTXVtzlY=; b=DaNQ9dDm5FACxOBiWHoP kSwaRGzsI/qQUMofZeCg164XYS2KxlEuB3AFR1dOXxbXwq2JIZHLY1zBVlzyQdSY mxWu9lnJf43dEN/zQKdBjTC+Zz4Qn6y+mfpCU9Dk6dd+sOFlPCG7Ux9IWnMmrB3s eHy8dG5AxEbOTTGzhergEjc= Received: (qmail 4782 invoked by alias); 11 Nov 2019 13:36:31 -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 4762 invoked by uid 89); 11 Nov 2019 13:36:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=para, H*c:HHHH 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; Mon, 11 Nov 2019 13:36:29 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id E9E1133E1C; Mon, 11 Nov 2019 08:36:27 -0500 (EST) Received: from [10.244.19.88] (unknown [193.43.158.242]) (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 2F54933E11; Mon, 11 Nov 2019 08:36:27 -0500 (EST) Date: Mon, 11 Nov 2019 14:36:25 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [PATCH,libstdc++] Update link to "Why not LGPL". Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Committed. With a one line GIT log at the top. ;-) Gerald 2019-11-11 Gerald Pfeifer * doc/xml/gnu/gpl-3.0.xml: Adjust link to "Why not LGPL". Index: doc/xml/gnu/gpl-3.0.xml =================================================================== --- doc/xml/gnu/gpl-3.0.xml (revision 278050) +++ doc/xml/gnu/gpl-3.0.xml (working copy) @@ -829,6 +829,6 @@ under certain conditions; type ‘show c< 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 https://www.gnu.org/philosophy/why-not-lgpl.html. + License. But first, please read https://www.gnu.org/licenses/why-not-lgpl.html.