From patchwork Sun Jan 13 08:23:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 211591 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 AFF872C00F7 for ; Sun, 13 Jan 2013 19:23:32 +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=1358670212; 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=Kdv0EQROy/7AhHoBUqIjbnejyxs=; b=cMj5UfBxBl3MfyP vlEJ5q04RmSbyQzKqQWKRBQQ1nwzk5uMtSXuv0eA8zmsVDG5oDCpKyYYcLywAW2E YRsifbKP4Djbb6+9KVQ20mwLwQMzKuLy5HpI5MS77IyO1t8sC2cYVXnAZXT5ZuC4 XlDDCvECIodGBcSWc5j8a3jwhnz8= 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=aWBEZjm+C+W1hoUJLnskJiNEPFYQfWOBh1qi23ypVUQUOYNFrrKByzY7YrGgMV qSXg0Pzn9kd3U9Bj7Ye0M+jgQQqAK6mlPuhjP51shAFPbkJVF1CywYwhupiDFjMV 6oXUqbewII+1shyGXccgUMrpH1yYymZnNwvaLcnbwUqD0=; Received: (qmail 8858 invoked by alias); 13 Jan 2013 08:23:23 -0000 Received: (qmail 8845 invoked by uid 22791); 13 Jan 2013 08:23:22 -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-f54.google.com (HELO mail-wg0-f54.google.com) (74.125.82.54) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 13 Jan 2013 08:23:19 +0000 Received: by mail-wg0-f54.google.com with SMTP id fg15so1474857wgb.33 for ; Sun, 13 Jan 2013 00:23:17 -0800 (PST) X-Received: by 10.180.96.225 with SMTP id dv1mr7028748wib.0.1358065397787; Sun, 13 Jan 2013 00:23:17 -0800 (PST) Received: from localhost ([2.26.203.77]) by mx.google.com with ESMTPS id dm3sm6998163wib.9.2013.01.13.00.23.16 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 13 Jan 2013 00:23:16 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, charlet@act-europe.fr, ebotcazou@libertysurf.fr, rdsandiford@googlemail.com Cc: charlet@act-europe.fr, ebotcazou@libertysurf.fr Subject: RFA: Update copyright for libada Date: Sun, 13 Jan 2013 08:23:15 +0000 Message-ID: <87y5fxze30.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 libada/. Again, it's very short, but I've kept with the idiom of not listing every file. Tested on x86_64-linux-gnu (with Ada enabled). OK to install? Richard libada/ Update copyright years Index: libada/ChangeLog =================================================================== --- libada/ChangeLog 2013-01-13 08:05:05.912392436 +0000 +++ libada/ChangeLog 2013-01-13 08:18:49.441207175 +0000 @@ -310,7 +310,7 @@ * New directory, new ChangeLog. -Copyright 2003, 2004 Free Software Foundation, Inc. +Copyright (C) 2003-2013 Free Software Foundation, Inc. This ChangeLog is free software; the Free Software Foundation gives unlimited permission to copy, distribute, and modify it. Index: libada/Makefile.in =================================================================== --- libada/Makefile.in 2013-01-13 08:05:05.912392436 +0000 +++ libada/Makefile.in 2013-01-13 08:18:49.464207260 +0000 @@ -1,5 +1,5 @@ # Makefile for libada. -# Copyright 2003, 2004, 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Index: libada/configure.ac =================================================================== --- libada/configure.ac 2013-01-13 08:05:05.912392436 +0000 +++ libada/configure.ac 2013-01-13 08:18:49.449207204 +0000 @@ -1,5 +1,5 @@ # Configure script for libada. -# Copyright 2003, 2004, 2009, 2011 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by