From patchwork Thu Jun 28 08:18:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 167814 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id A25451007D4 for ; Thu, 28 Jun 2012 18:19:21 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1341476362; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:From:To:Cc:Subject:References:Date:In-Reply-To: Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=PqRDxyZlPX4Ofq+4AyVYQnM2C5o=; b=rrFDuaTw0TJtQZfGv6H4nAJw2awXIH5rnVElUcMEI4PZOivaERT95i0IGFFf/s pGf0djrEV74mfK03iDTBozB4FnP24jcIjPAJIfZGBjt/bPQUYB/H4+nCZLGQg/n0 3+5iVEUkFC2kgmR9T5UP/9qnsjwH7TdLmAEwoGyoMb4ZE= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:From:To:Cc:Subject:References:X-Yow:Date:In-Reply-To:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=CeaiZb5zdER0q+abF0Pftn5vwV1xkkmfAZg0ZeVT72B0DqJCn1o9KBpDBgn7mi KUUTzsOsYTgMDsNSZPXpLDO5a0BF2v0CIFeOewdXevEM936FJ07kJ2eeZG/0+C65 ChT0VaQM6xc2q9lGNzDoqIhrfXFL0w0a70FxzVlJbMI+g=; Received: (qmail 13178 invoked by alias); 28 Jun 2012 08:19:10 -0000 Received: (qmail 13161 invoked by uid 22791); 28 Jun 2012 08:19:07 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Jun 2012 08:18:54 +0000 Received: from frontend4.mail.m-online.net (unknown [192.168.8.183]) by mail-out.m-online.net (Postfix) with ESMTP id 3WNDR95j71z3hhb8; Thu, 28 Jun 2012 10:19:01 +0200 (CEST) Received: from igel.home (ppp-88-217-113-177.dynamic.mnet-online.de [88.217.113.177]) by mail.mnet-online.de (Postfix) with ESMTPA id 3WNDQx6XlxzbcVf; Thu, 28 Jun 2012 10:18:49 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id 93790CA2A5; Thu, 28 Jun 2012 10:18:49 +0200 (CEST) From: Andreas Schwab To: "Joseph S. Myers" Cc: Georg-Johann Lay , gcc@gcc.gnu.org, Gerald Pfeifer , gcc-patches@gcc.gnu.org Subject: Re: [onlinedocs]: No more automatic rebuilt? References: <4FE36192.5000103@gjlay.de> <4FEBEF1D.8060408@gjlay.de> X-Yow: I'm ZIPPY the PINHEAD and I'm totally committed to the festive mode. Date: Thu, 28 Jun 2012 10:18:49 +0200 In-Reply-To: <4FEBEF1D.8060408@gjlay.de> (Georg-Johann Lay's message of "Thu, 28 Jun 2012 07:43:57 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 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 libgomp.texi is still using gpl.texi, although libgomp has been relicensed to GPLv3 in 2009. OK? (This is the last use of gpl.texi in the gcc sources. Perhaps it should be removed and gpl_v3.texi renamed back to gpl.texi?) Andreas. * libgomp.texi: Include gpl_v3.texi instead of gpl.texi. diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 29c078b..f8996f4 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -7,7 +7,7 @@ @copying -Copyright @copyright{} 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. +Copyright @copyright{} 2006, 2007, 2008, 2010, 2011, 2012 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -1737,7 +1737,7 @@ Bugs in the GNU OpenMP implementation should be reported via @c GNU General Public License @c --------------------------------------------------------------------- -@include gpl.texi +@include gpl_v3.texi