From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23356 invoked by alias); 11 Jul 2011 18:45:46 -0000 Received: (qmail 23348 invoked by uid 22791); 11 Jul 2011 18:45:46 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jul 2011 18:45:33 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3F3951BC01C; Mon, 11 Jul 2011 18:45:32 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [patch] sim: m32c/rx: fix typo in copyright updating Date: Mon, 11 Jul 2011 18:54:00 -0000 User-Agent: KMail/1.13.7 (Linux/2.6.39; KDE/4.6.3; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2132946.5xEXZ1uLgN"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201107111445.32563.vapier@gentoo.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00280.txt.bz2 --nextPart2132946.5xEXZ1uLgN Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-length: 1234 i vaguely recall this coming up earlier in the year, but seems two files we= re=20 missed ... probably because they're named "configure.in" and not=20 "configure.ac" :). committed as obvious. -mike sim/m32c/: 2011-07-11 Mike Frysinger * configure.in: Add "dnl" before copyright notice. sim/rx/: 2011-07-11 Mike Frysinger * configure.in: Add "dnl" before copyright notice. --- sim/rx/configure.in 1 Jan 2011 15:34:04 -0000 1.5 +++ sim/rx/configure.in 11 Jul 2011 18:42:13 -0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. =20 dnl Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. +dnl Free Software Foundation, Inc. dnl Contributed by Red Hat, Inc. dnl=20 dnl This file is part of the GNU simulators. --- sim/m32c/configure.in 1 Jan 2011 15:34:01 -0000 1.8 +++ sim/m32c/configure.in 11 Jul 2011 18:42:13 -0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. =20 dnl Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. +dnl Free Software Foundation, Inc. dnl Contributed by Red Hat, Inc. dnl=20 dnl This file is part of the GNU simulators. --nextPart2132946.5xEXZ1uLgN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJOG0TMAAoJEEFjO5/oN/WBHZEQAL/cSootXGB6qWQkyrHamdjw Drk49RSZYw/mApZlu5+Hfin3cX+g47AscDzAmkFTPqWzXLTynq0JDpDI1FpAttQ1 xz7CcMEthNJhJAbkyHLV+dB7ZQr+YIAvsTapPCLBlw7Tb87XL3trDcl3wJpCEyF1 VuwAgeimSETj58gs8mfT3JGpAjKuoQj7eMQRFzX6MM7R6djvZad9Hart1T8W5fZE 7SqLT2jfY61gFyDukqWUqTGdf7SLwtkAnmf/1I/H2TACztsc4Aj6Y711kexeeekQ J5HLBQ2hqcU4EMPUplK394d7Q4kh+zLIuZn5voyVHa7kB9aSzVz39MVvv/+HeAa4 tiEqq7IAbq0FUtwwCO1quxlWDy4Gc3g90GEJtdkspPReTYxT56UOB0yTAkznG8fO EuSU29acaDxQhCV/jbieIDuwrVIVvqGgZJolm6ZVo2+3agcTpoQw8OR5q24GzV2R p2L1KUy7yIGDy7CT0fvniLjzEPYH9/vZcanTsfEGMCn5br7GsfZ9BQmOR06M3nAH BEaIGn9dyS++Up3sSzC3S7Oln2i9bS5EVeSxsOJ+MZchY8a3Ndryk5M4kaxUyfeN 42RJ6AfZYFuu5iiA4yyaAtF8XEiEH7fuVb4Q7O1K6JnFI/zU/Hr/sdJLrewz9QFZ nutBGQv+8Z3Iaf2PHMlY =Yrdn -----END PGP SIGNATURE----- --nextPart2132946.5xEXZ1uLgN--