aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-12-23 19:01:20 +0000
committerEli Zaretskii <eliz@gnu.org>2005-12-23 19:01:20 +0000
commit770561746548d7517246fe9c234deda4aeb9638f (patch)
tree0ff9385a5a9fd8e97c429c8d9d87d7414815ba16 /gdb
parent1caae1650bba5786cdc26dfcfe6325086f08fe44 (diff)
downloadgdb-770561746548d7517246fe9c234deda4aeb9638f.zip
gdb-770561746548d7517246fe9c234deda4aeb9638f.tar.gz
gdb-770561746548d7517246fe9c234deda4aeb9638f.tar.bz2
* nlm/Makefile.in: Add (C) after Copyright. Update the FSF
address.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog27
-rw-r--r--gdb/nlm/Makefile.in4
2 files changed, 29 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c0caff8..4449b5f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,30 @@
+2005-12-23 Eli Zaretskii <eliz@gnu.org>
+
+ * nlm/Makefile.in:
+ * mi/mi-symbol-cmds.c:
+ * mi/mi-parse.h:
+ * mi/mi-parse.c:
+ * mi/mi-out.h:
+ * mi/mi-out.c:
+ * mi/mi-main.h:
+ * mi/mi-main.c:
+ * mi/mi-interp.c:
+ * mi/mi-getopt.h:
+ * mi/mi-getopt.c:
+ * mi/mi-console.h:
+ * mi/mi-console.c:
+ * mi/mi-common.h:
+ * mi/mi-common.c:
+ * mi/mi-cmds.h:
+ * mi/mi-cmds.c:
+ * mi/mi-cmd-var.c:
+ * mi/mi-cmd-stack.c:
+ * mi/mi-cmd-file.c:
+ * mi/mi-cmd-env.c:
+ * mi/mi-cmd-disas.c:
+ * mi/mi-cmd-break.c: Add (C) after Copyright. Update the FSF
+ address.
+
2005-12-22 Daniel Jacobowitz <dan@codesourcery.com>
* arm-linux-tdep.c (ARM_SET_R7_SIGRETURN, ARM_SET_R7_RT_SIGRETURN)
diff --git a/gdb/nlm/Makefile.in b/gdb/nlm/Makefile.in
index a3fd151..18a74c4 100644
--- a/gdb/nlm/Makefile.in
+++ b/gdb/nlm/Makefile.in
@@ -1,4 +1,4 @@
-#Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999
+#Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999
#Free Software Foundation, Inc.
# This file is part of GDB.
@@ -15,7 +15,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
srcdir = @srcdir@
VPATH = @srcdir@