diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-01 10:03:36 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-01 10:03:36 +0000 |
commit | dc3cf14f35b666eed7be13100ff58639450aa5cf (patch) | |
tree | 928766ed33028b6983172ae85cf914a67c102e77 /sim/microblaze | |
parent | abd775ced888559dcee0fa46b6b06bccabbd84cb (diff) | |
download | binutils-gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.tar.gz |
Update copyright notices to add year 2010.
Diffstat (limited to 'sim/microblaze')
-rw-r--r-- | sim/microblaze/Makefile.in | 2 | ||||
-rw-r--r-- | sim/microblaze/interp.c | 2 | ||||
-rw-r--r-- | sim/microblaze/microblaze.h | 2 | ||||
-rw-r--r-- | sim/microblaze/microblaze.isa | 2 | ||||
-rw-r--r-- | sim/microblaze/sim-main.h | 2 | ||||
-rw-r--r-- | sim/microblaze/sysdep.h | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/sim/microblaze/Makefile.in b/sim/microblaze/Makefile.in index f8babfed871..67a43f92719 100644 --- a/sim/microblaze/Makefile.in +++ b/sim/microblaze/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the MCore sim library. -# Copyright (C) 1990, 91, 92, 95, 96, 19, 1999, 2007, 2008, 2009 +# Copyright (C) 1990, 91, 92, 95, 96, 19, 1999, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # Written by Cygnus Solutions. # diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c index 8394c36bc2f..044a55b879e 100644 --- a/sim/microblaze/interp.c +++ b/sim/microblaze/interp.c @@ -1,5 +1,5 @@ /* Simulator for Xilinx MicroBlaze processor - Copyright 2009 Free Software Foundation, Inc. + Copyright 2009, 2010 Free Software Foundation, Inc. This file is part of GDB, the GNU debugger. diff --git a/sim/microblaze/microblaze.h b/sim/microblaze/microblaze.h index 2b31f2ead1b..3667ca74b1a 100644 --- a/sim/microblaze/microblaze.h +++ b/sim/microblaze/microblaze.h @@ -1,7 +1,7 @@ #ifndef MICROBLAZE_H #define MICROBLAZE_H -/* Copyright 2009 Free Software Foundation, Inc. +/* Copyright 2009, 2010 Free Software Foundation, Inc. This file is part of the Xilinx MicroBlaze simulator. diff --git a/sim/microblaze/microblaze.isa b/sim/microblaze/microblaze.isa index d1369b2eaf6..35e7a214e6c 100644 --- a/sim/microblaze/microblaze.isa +++ b/sim/microblaze/microblaze.isa @@ -1,4 +1,4 @@ -/* Copyright 2009 Free Software Foundation, Inc. +/* Copyright 2009, 2010 Free Software Foundation, Inc. This file is part of the Xilinx MicroBlaze simulator. diff --git a/sim/microblaze/sim-main.h b/sim/microblaze/sim-main.h index 67e6faeb32f..562962f35d0 100644 --- a/sim/microblaze/sim-main.h +++ b/sim/microblaze/sim-main.h @@ -1,7 +1,7 @@ #ifndef MICROBLAZE_SIM_MAIN #define MICROBLAZE_SIM_MAIN -/* Copyright 2009 Free Software Foundation, Inc. +/* Copyright 2009, 2010 Free Software Foundation, Inc. This file is part of the Xilinx MicroBlaze simulator. diff --git a/sim/microblaze/sysdep.h b/sim/microblaze/sysdep.h index 335f52a7940..777b9471762 100644 --- a/sim/microblaze/sysdep.h +++ b/sim/microblaze/sysdep.h @@ -1,12 +1,12 @@ /* System includes and definitions used by the Xilinx MicroBlaze simulator. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB, the GNU debugger. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) +the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, |