From patchwork Sun Jan 6 11:53:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 209744 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 D5E852C007C for ; Sun, 6 Jan 2013 22:53: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=1358078014; 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=V8+sPLXZ+gPdKUCuMfuFxFZyN+E=; b=czHjU2vFxgwNGV0 jKzgBN0E8twX03kwaTYm2KusN+PISj+3W9ObzHRD7xe1gqhCMLyz6h82kQ2DaRYE 6vUhkfBVicS/k0DLvW8Wuv7ubEM4c5Khh7uH/6xnfPB+jSOg6MtaB9S3QN7dIArQ 777sSWSUBjqFwC6vMKSoin0rB8Ig= 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=k0/nazJDa+lOrIVVSFuYpFsH5VEPrV3IGAEqksbQ9NZHofKYaIvlBpZNoWMn1e rES16vH9Ygbm1O1cxXnspE2ugLQofj423IpLOPH9OXLAe+6vy92NBKr+0Oj35Ct6 2feaLrsb6vy3FyccmC/H7ZtHleZ7mtwjg3YjgKFVPwVBk=; Received: (qmail 20471 invoked by alias); 6 Jan 2013 11:53:27 -0000 Received: (qmail 20455 invoked by uid 22791); 6 Jan 2013 11:53:26 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL, BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, DKIM_VALID, FREEMAIL_FROM, KHOP_RCVD_TRUST, KHOP_SPAMHAUS_DROP, NML_ADSP_CUSTOM_MED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-we0-f169.google.com (HELO mail-we0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 06 Jan 2013 11:53:20 +0000 Received: by mail-we0-f169.google.com with SMTP id t49so9196887wey.0 for ; Sun, 06 Jan 2013 03:53:19 -0800 (PST) X-Received: by 10.194.7.104 with SMTP id i8mr91077134wja.27.1357473199434; Sun, 06 Jan 2013 03:53:19 -0800 (PST) Received: from localhost ([2.26.203.77]) by mx.google.com with ESMTPS id bw9sm7138288wib.5.2013.01.06.03.53.17 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 06 Jan 2013 03:53:18 -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, libstdc++] Fix a couple of copyright typos Date: Sun, 06 Jan 2013 11:53:16 +0000 Message-ID: <87mwwm5xzn.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 As per the subject, although I'd love to hear about this imaginary 2010. :-) Committed as obvious. Richard libstdc++-v3/ * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Fix typo in copyright years. * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise. Index: libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp =================================================================== --- libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp 2013-01-06 11:36:11.918659461 +0000 +++ libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp 2013-01-06 11:38:01.933408174 +0000 @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005, 2006, 2009, 2010i, 2011 Free Software Foundation, Inc. +// Copyright (C) 2005, 2006, 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 terms Index: libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc =================================================================== --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc 2013-01-06 11:36:11.918659461 +0000 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc 2013-01-06 11:38:01.934408183 +0000 @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009' +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009 // Free Software Foundation // // This file is part of the GNU ISO C++ Library. This library is free