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/cr16 | |
parent | abd775ced888559dcee0fa46b6b06bccabbd84cb (diff) | |
download | gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.zip gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.tar.gz gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.tar.bz2 |
Update copyright notices to add year 2010.
Diffstat (limited to 'sim/cr16')
-rw-r--r-- | sim/cr16/Makefile.in | 2 | ||||
-rw-r--r-- | sim/cr16/cr16_sim.h | 4 | ||||
-rw-r--r-- | sim/cr16/endian.c | 4 | ||||
-rw-r--r-- | sim/cr16/gencode.c | 4 | ||||
-rw-r--r-- | sim/cr16/interp.c | 4 | ||||
-rw-r--r-- | sim/cr16/simops.c | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in index c6b337d..6b16483 100644 --- a/sim/cr16/Makefile.in +++ b/sim/cr16/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the CR16 sim library. -# Copyright (C) 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. # Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> # # This program is free software; you can redistribute it and/or modify diff --git a/sim/cr16/cr16_sim.h b/sim/cr16/cr16_sim.h index 67c6252..e00974b 100644 --- a/sim/cr16/cr16_sim.h +++ b/sim/cr16/cr16_sim.h @@ -1,12 +1,12 @@ /* Simulation code for the CR16 processor. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> 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, diff --git a/sim/cr16/endian.c b/sim/cr16/endian.c index 3a1e7fc..620a953 100644 --- a/sim/cr16/endian.c +++ b/sim/cr16/endian.c @@ -1,12 +1,12 @@ /* Simulation code for the CR16 processor. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> 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, diff --git a/sim/cr16/gencode.c b/sim/cr16/gencode.c index 6c49264..d3028c5 100644 --- a/sim/cr16/gencode.c +++ b/sim/cr16/gencode.c @@ -1,12 +1,12 @@ /* Simulation code for the CR16 processor. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> 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, diff --git a/sim/cr16/interp.c b/sim/cr16/interp.c index 52281d8..f8b7842 100644 --- a/sim/cr16/interp.c +++ b/sim/cr16/interp.c @@ -1,12 +1,12 @@ /* Simulation code for the CR16 processor. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> 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, diff --git a/sim/cr16/simops.c b/sim/cr16/simops.c index c46aa1b..a4bf3bb 100644 --- a/sim/cr16/simops.c +++ b/sim/cr16/simops.c @@ -1,12 +1,12 @@ /* Simulation code for the CR16 processor. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> 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, |