diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-07-11 18:45:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-07-11 18:45:45 +0000 |
commit | 31a27ee80123634e7ed62ef106312b8c84c5b35b (patch) | |
tree | 1796f3c0523e3a4e59d336798bea6104f4ec1b51 /sim/rx | |
parent | a92c088a0dee89f9aa73c2c96bd033d1f2ced99b (diff) | |
download | gdb-31a27ee80123634e7ed62ef106312b8c84c5b35b.zip gdb-31a27ee80123634e7ed62ef106312b8c84c5b35b.tar.gz gdb-31a27ee80123634e7ed62ef106312b8c84c5b35b.tar.bz2 |
sim: m32c/rx: fix typo in copyright updating
Diffstat (limited to 'sim/rx')
-rw-r--r-- | sim/rx/ChangeLog | 4 | ||||
-rw-r--r-- | sim/rx/configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 2eabd23..917bcfc 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,7 @@ +2011-07-11 Mike Frysinger <vapier@gentoo.org> + + * configure.in: Add "dnl" before copyright notice. + 2011-04-16 Mike Frysinger <vapier@gentoo.org> * gdb-if.c (sim_complete_command): New stub function. diff --git a/sim/rx/configure.in b/sim/rx/configure.in index c643222..d80a09f 100644 --- a/sim/rx/configure.in +++ b/sim/rx/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. 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 dnl This file is part of the GNU simulators. |