From patchwork Sat Aug 17 10:07:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1148688 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-507182-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="DmZjGBBv"; 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 469bTf1sj8z9sND for ; Sat, 17 Aug 2019 20:07:31 +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=FeKeZpv1A188Kv6AmmJ9Enb6K7o+QK+ybSdd/C24RpF1HDXve1/v7 P2WJY9uNEfWgAbrNSCLNej39Mn26/afmOo5hdzypWW9kJlL8ZUcXaU7gN1H9Qbwc jpRs9OXDVoKy0KRTLomCkPhNQ3xmghOZcy1eVHGMsweMaHlRd1TyvI= 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=G8vlrW2x+XTPHV5LO/iqUYzhhBo=; b=DmZjGBBvs0D/iQJcHgcC mHOFU54gU73g6RWhUWZ65fYZUH07sdG+Hg+kpDivME12Cedxshva650aYEyrMZJg HSrhKmwYOFcKfcZlXRW9BjAabSt4z+blOeftHjw99fKyn52fQFeHWlTzAQAZleKl Mwf0oPJRBV7v6M7WHwwS6J8= Received: (qmail 122926 invoked by alias); 17 Aug 2019 10:07:21 -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 122917 invoked by uid 89); 17 Aug 2019 10:07:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.0 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; Sat, 17 Aug 2019 10:07:20 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 6C3D133DE7 for ; Sat, 17 Aug 2019 06:07:18 -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 0A19533DE4 for ; Sat, 17 Aug 2019 06:07:17 -0400 (EDT) Date: Sat, 17 Aug 2019 12:07:42 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [doc] Adjust links to the FSF's why-not-lgpl article Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Committed. 2019-08-17 Gerald Pfeifer * doc/include/gpl_v3.texi (Copying): Adjust the link to "Why not LGPL". Index: doc/include/gpl_v3.texi =================================================================== --- doc/include/gpl_v3.texi (revision 274599) +++ 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{https://www.gnu.org/philosophy/why-not-lgpl.html}. +first, please read @url{https://www.gnu.org/licenses/why-not-lgpl.html}. @c man end