From patchwork Sun Feb 3 10:42:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 217741 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 D4F1A2C0089 for ; Sun, 3 Feb 2013 21:43:07 +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=1360492988; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: From:To:Mail-Followup-To: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=EXDiHD2ojTOUGoGVux2+AEyvL3g=; b=NHn4sbUblD1xs5Y /AN3HDDG80AKNgnSxVM6yMMmo1TvQyZcb3qge3r5M5Za682pzGK3ldc3nStX97Ae UuctOH2A8S2Nfgaz7Fuu7QDq6eMZbJdsFLm4iHlcisSOKvnPvOHTtzgKbS6V2g5i fZWayB1K9lkMR8e4Th4E5AiJyVT8= 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: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=wJ6DI3TpdcQ4g0eQTmiO9tz/oYF6kB3K4xvhNJoLC+gyfBPbWUu+qOwMRxnEkW NscbHVv2nr8DoTsM/YyaIr3gWqH83hCUwt+zBjj9pursLbQmgNQIfBP+5VwnVG4E T03Xgrd4I5BsXMQtNl7FdSHiiqVLVhrea8OgqGX+Z7zTo=; Received: (qmail 12296 invoked by alias); 3 Feb 2013 10:43:03 -0000 Received: (qmail 12268 invoked by uid 22791); 3 Feb 2013 10:43:02 -0000 X-SWARE-Spam-Status: No, hits=-4.0 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, KHOP_SPAMHAUS_DROP, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wg0-f53.google.com (HELO mail-wg0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Feb 2013 10:42:58 +0000 Received: by mail-wg0-f53.google.com with SMTP id fn15so4055191wgb.20 for ; Sun, 03 Feb 2013 02:42:57 -0800 (PST) X-Received: by 10.180.95.166 with SMTP id dl6mr5505745wib.9.1359888177021; Sun, 03 Feb 2013 02:42:57 -0800 (PST) Received: from localhost ([2.26.176.154]) by mx.google.com with ESMTPS id j9sm7114870wia.5.2013.02.03.02.42.55 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 03 Feb 2013 02:42:56 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org, rdsandiford@googlemail.com Subject: [committed] Fix copyright typo Date: Sun, 03 Feb 2013 10:42:54 +0000 Message-ID: <87r4kxptjl.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 Committed as obvious. Richard libstdc++-v3/ * config/os/mingw32/ctype_inline.h: Fix copyright typo. Index: libstdc++-v3/config/os/mingw32/ctype_inline.h =================================================================== --- libstdc++-v3/config/os/mingw32/ctype_inline.h 2013-01-06 11:17:47.000000000 +0000 +++ libstdc++-v3/config/os/mingw32/ctype_inline.h 2013-02-02 10:06:22.706943134 +0000 @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000, 2009, 2010,2 011 Free Software Foundation, Inc. +// Copyright (C) 2000, 2009, 2010, 2011 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the