From patchwork Sun Jan 13 08:18:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 211590 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 855E02C00EA for ; Sun, 13 Jan 2013 19:19:08 +1100 (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=1358669949; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: From:To:Mail-Followup-To:Cc:Subject:Date: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=xFCtZPh4ReuHd1IV1zsS1jDLj5c=; b=Y5u2WCVADiOiXES c4OYhQsd9swvQcphE32LCi0G0AqRkURfomlPnpSFY4naxlfhMGdODa+7AvBfe8iA UUnwYHUPya8u9CUuodjpsl1p2qbca+lRPx0ancpn1bRHfJTnGDCsyxX3uMeLUa6+ ax2XqFQq48GeIQV059VbYombIgms= 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:X-Received:Received:From:To:Mail-Followup-To:Cc:Subject:Date: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=agShSmd1l7oonh234ABR3rioHDLYRizYm8kREBpz0Oyw+qXQUwgFTSHbbDrVaS jMUTeWIn9vWBZpQrihtlVov2Mhuz+HDjlhMrsF+1nzUJz/2YLedZN+2fOyriviWG IAIma1EmkUuVwUyov4AkGTxU92C8QaRl/UaNxHMFEGuwY=; Received: (qmail 7626 invoked by alias); 13 Jan 2013 08:18:58 -0000 Received: (qmail 7616 invoked by uid 22791); 13 Jan 2013 08:18:56 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL, BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, DKIM_VALID, FREEMAIL_FROM, KHOP_RCVD_TRUST, NML_ADSP_CUSTOM_MED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wg0-f50.google.com (HELO mail-wg0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 13 Jan 2013 08:18:48 +0000 Received: by mail-wg0-f50.google.com with SMTP id es5so1474650wgb.17 for ; Sun, 13 Jan 2013 00:18:47 -0800 (PST) X-Received: by 10.194.21.70 with SMTP id t6mr129283878wje.42.1358065127420; Sun, 13 Jan 2013 00:18:47 -0800 (PST) Received: from localhost ([2.26.203.77]) by mx.google.com with ESMTPS id u6sm7739450wif.2.2013.01.13.00.18.45 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 13 Jan 2013 00:18:46 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, tromey@redhat.com, rdsandiford@googlemail.com Cc: tromey@redhat.com Subject: RFA: Update copyright for libcpp Date: Sun, 13 Jan 2013 08:18:44 +0000 Message-ID: <8738y51onv.fsf@talisman.default> 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 Here's the result of running the copyright script on libcpp/. It's nice and short, but for consistency with the other patches, I've not listed out every file in the changelog. Tested on x86_64-linux-gnu. OK to install? Richard libcpp/ Update copyright years Index: libcpp/Makefile.in =================================================================== --- libcpp/Makefile.in 2013-01-13 08:05:06.004393059 +0000 +++ libcpp/Makefile.in 2013-01-13 08:15:46.807012235 +0000 @@ -1,7 +1,7 @@ # @configure_input@ # Makefile for libcpp. Run 'configure' to generate Makefile from Makefile.in -# Copyright (C) 2004, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004-2013 Free Software Foundation, Inc. #This file is part of libcpp. Index: libcpp/charset.c =================================================================== --- libcpp/charset.c 2013-01-13 08:05:06.004393059 +0000 +++ libcpp/charset.c 2013-01-13 08:15:46.188009166 +0000 @@ -1,6 +1,5 @@ /* CPP Library - charsets - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2008, 2009, - 2010, 2012 Free Software Foundation, Inc. + Copyright (C) 1998-2013 Free Software Foundation, Inc. Broken out of c-lex.c Apr 2003, adding valid C99 UCN ranges. Index: libcpp/directives-only.c =================================================================== --- libcpp/directives-only.c 2013-01-13 08:05:06.004393059 +0000 +++ libcpp/directives-only.c 2013-01-13 08:15:46.194009196 +0000 @@ -1,6 +1,5 @@ /* CPP Library - directive only preprocessing for distributed compilation. - Copyright (C) 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 2007-2013 Free Software Foundation, Inc. Contributed by Ollie Wild . This program is free software; you can redistribute it and/or modify it Index: libcpp/directives.c =================================================================== --- libcpp/directives.c 2013-01-13 08:05:06.004393059 +0000 +++ libcpp/directives.c 2013-01-13 08:15:46.292009682 +0000 @@ -1,5 +1,5 @@ /* CPP Library. (Directive handling.) - Copyright (C) 1986-2012 Free Software Foundation, Inc. + Copyright (C) 1986-2013 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 Index: libcpp/errors.c =================================================================== --- libcpp/errors.c 2013-01-13 08:05:06.005393065 +0000 +++ libcpp/errors.c 2013-01-13 08:15:46.300009721 +0000 @@ -1,6 +1,5 @@ /* Default error handlers for CPP Library. - Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1998, 1999, 2000, - 2001, 2002, 2004, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1986-2013 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 Index: libcpp/expr.c =================================================================== --- libcpp/expr.c 2013-01-13 08:05:06.003393053 +0000 +++ libcpp/expr.c 2013-01-13 08:15:46.307009756 +0000 @@ -1,6 +1,5 @@ /* Parse C expressions for cpplib. - Copyright (C) 1987, 1992, 1994, 1995, 1997, 1998, 1999, 2000, 2001, - 2002, 2004, 2008, 2009, 2010, 2011 Free Software Foundation. + Copyright (C) 1987-2013 Free Software Foundation, Inc. Contributed by Per Bothner, 1994. This program is free software; you can redistribute it and/or modify it Index: libcpp/files.c =================================================================== --- libcpp/files.c 2013-01-13 08:05:06.003393053 +0000 +++ libcpp/files.c 2013-01-13 08:15:46.358010009 +0000 @@ -1,7 +1,5 @@ /* Part of CPP library. File handling. - Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 1986-2013 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 Index: libcpp/identifiers.c =================================================================== --- libcpp/identifiers.c 2013-01-13 08:05:06.002393046 +0000 +++ libcpp/identifiers.c 2013-01-13 08:15:46.411010272 +0000 @@ -1,6 +1,5 @@ /* Hash tables for the CPP library. - Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1998, - 1999, 2000, 2001, 2002, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1986-2013 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 Index: libcpp/include/cpp-id-data.h =================================================================== --- libcpp/include/cpp-id-data.h 2013-01-13 08:05:06.016393141 +0000 +++ libcpp/include/cpp-id-data.h 2013-01-13 08:15:46.413010282 +0000 @@ -1,6 +1,5 @@ /* Structures that hang off cpp_identifier, for PCH. - Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1986-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Index: libcpp/include/cpplib.h =================================================================== --- libcpp/include/cpplib.h 2013-01-13 08:05:06.016393141 +0000 +++ libcpp/include/cpplib.h 2013-01-13 08:15:46.414010287 +0000 @@ -1,7 +1,5 @@ /* Definitions for CPP library. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1995-2013 Free Software Foundation, Inc. Written by Per Bothner, 1994-95. This program is free software; you can redistribute it and/or modify it Index: libcpp/include/line-map.h =================================================================== --- libcpp/include/line-map.h 2013-01-13 08:05:06.016393141 +0000 +++ libcpp/include/line-map.h 2013-01-13 08:15:46.487010649 +0000 @@ -1,6 +1,5 @@ /* Map logical line numbers to (source file, line number) pairs. - Copyright (C) 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Index: libcpp/include/mkdeps.h =================================================================== --- libcpp/include/mkdeps.h 2013-01-13 08:05:06.016393141 +0000 +++ libcpp/include/mkdeps.h 2013-01-13 08:15:46.631011363 +0000 @@ -1,5 +1,5 @@ /* Dependency generator for Makefile fragments. - Copyright (C) 2000, 2001, 2003, 2009 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Zack Weinberg, Mar 2000 This program is free software; you can redistribute it and/or modify it Index: libcpp/include/symtab.h =================================================================== --- libcpp/include/symtab.h 2013-01-13 08:05:06.016393141 +0000 +++ libcpp/include/symtab.h 2013-01-13 08:15:46.652011467 +0000 @@ -1,6 +1,5 @@ /* Hash tables. - Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Index: libcpp/init.c =================================================================== --- libcpp/init.c 2013-01-13 08:05:06.004393059 +0000 +++ libcpp/init.c 2013-01-13 08:15:46.660011506 +0000 @@ -1,7 +1,5 @@ /* CPP Library. - Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, - 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 1986-2013 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 Index: libcpp/internal.h =================================================================== --- libcpp/internal.h 2013-01-13 08:05:06.002393046 +0000 +++ libcpp/internal.h 2013-01-13 08:15:46.669011551 +0000 @@ -1,6 +1,5 @@ /* Part of CPP library. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, - 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Index: libcpp/lex.c =================================================================== --- libcpp/lex.c 2013-01-13 08:05:06.002393046 +0000 +++ libcpp/lex.c 2013-01-13 08:15:46.679011601 +0000 @@ -1,6 +1,5 @@ /* CPP Library - lexical analysis. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007-2013 - Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 Index: libcpp/line-map.c =================================================================== --- libcpp/line-map.c 2013-01-13 08:05:06.004393059 +0000 +++ libcpp/line-map.c 2013-01-13 08:15:46.687011640 +0000 @@ -1,6 +1,5 @@ /* Map logical line numbers to (source file, line number) pairs. - Copyright (C) 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Index: libcpp/macro.c =================================================================== --- libcpp/macro.c 2013-01-13 08:05:06.003393053 +0000 +++ libcpp/macro.c 2013-01-13 08:15:46.696011685 +0000 @@ -1,7 +1,5 @@ /* Part of CPP library. (Macro and #define handling.) - Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 1986-2013 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 Index: libcpp/makeucnid.c =================================================================== --- libcpp/makeucnid.c 2013-01-13 08:05:06.003393053 +0000 +++ libcpp/makeucnid.c 2013-01-13 08:15:46.705011729 +0000 @@ -1,5 +1,5 @@ /* Make ucnid.h from various sources. - Copyright (C) 2005, 2009 Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -269,7 +269,7 @@ write_copyright (void) { static const char copyright[] = "\ /* Unicode characters and various properties.\n\ - Copyright (C) 2003, 2005 Free Software Foundation, Inc.\n\ + Copyright (C) 2003-2013 Free Software Foundation, Inc.\n\ \n\ This program is free software; you can redistribute it and/or modify it\n\ under the terms of the GNU General Public License as published by the\n\ Index: libcpp/mkdeps.c =================================================================== --- libcpp/mkdeps.c 2013-01-13 08:05:06.004393059 +0000 +++ libcpp/mkdeps.c 2013-01-13 08:15:46.719011799 +0000 @@ -1,6 +1,5 @@ /* Dependency generator for Makefile fragments. - Copyright (C) 2000, 2001, 2003, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Zack Weinberg, Mar 2000 This program is free software; you can redistribute it and/or modify it Index: libcpp/pch.c =================================================================== --- libcpp/pch.c 2013-01-13 08:05:06.004393059 +0000 +++ libcpp/pch.c 2013-01-13 08:15:46.727011838 +0000 @@ -1,6 +1,5 @@ /* Part of CPP library. (Precompiled header reading/writing.) - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Index: libcpp/symtab.c =================================================================== --- libcpp/symtab.c 2013-01-13 08:05:06.005393065 +0000 +++ libcpp/symtab.c 2013-01-13 08:15:46.734011873 +0000 @@ -1,6 +1,5 @@ /* Hash tables. - Copyright (C) 2000, 2001, 2003, 2004, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Index: libcpp/system.h =================================================================== --- libcpp/system.h 2013-01-13 08:05:06.003393053 +0000 +++ libcpp/system.h 2013-01-13 08:15:46.742011913 +0000 @@ -1,7 +1,6 @@ /* Get common system includes and various definitions and declarations based on autoconf macros. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1998-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libcpp/traditional.c =================================================================== --- libcpp/traditional.c 2013-01-13 08:05:06.003393053 +0000 +++ libcpp/traditional.c 2013-01-13 08:15:46.750011953 +0000 @@ -1,6 +1,5 @@ /* CPP Library - traditional lexical analysis and macro expansion. - Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Neil Booth, May 2002 This program is free software; you can redistribute it and/or modify it Index: libcpp/ucnid.h =================================================================== --- libcpp/ucnid.h 2013-01-13 08:05:06.003393053 +0000 +++ libcpp/ucnid.h 2013-01-13 08:15:46.759011997 +0000 @@ -1,5 +1,5 @@ /* Unicode characters and various properties. - Copyright (C) 2003, 2005, 2009 Free Software Foundation, Inc. + Copyright (C) 2003-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Index: libcpp/ucnid.tab =================================================================== --- libcpp/ucnid.tab 2013-01-13 08:05:06.003393053 +0000 +++ libcpp/ucnid.tab 2013-01-13 08:15:46.766012032 +0000 @@ -1,5 +1,5 @@ ; Table of UCNs which are valid in identifiers. -; Copyright (C) 2003, 2005, 2009 Free Software Foundation, Inc. +; Copyright (C) 2003-2013 Free Software Foundation, Inc. ; ; This program is free software; you can redistribute it and/or modify it ; under the terms of the GNU General Public License as published by the