diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-14 10:53:10 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-14 10:53:10 +0000 |
commit | e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9 (patch) | |
tree | a6b60ab24842146c084847dd99087501402c13b8 /sim/cr16 | |
parent | a588db63bd94f9c8d43bd33a1dd399ea3bbc8c5b (diff) | |
download | gdb-e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9.zip gdb-e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9.tar.gz gdb-e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9.tar.bz2 |
Update the copyright notice of some of the files I missed
in the previous copyright update.
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 f63c8dc..c6b337d 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 Free Software Foundation, Inc. +# Copyright (C) 2008, 2009 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 289fe33..67c6252 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 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 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 3, or (at your option) + the Free Software Foundation; either version 2, 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 83a6aac..3a1e7fc 100644 --- a/sim/cr16/endian.c +++ b/sim/cr16/endian.c @@ -1,12 +1,12 @@ /* Simulation code for the CR16 processor. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 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 3, or (at your option) + the Free Software Foundation; either version 2, 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 e772fac..6c49264 100644 --- a/sim/cr16/gencode.c +++ b/sim/cr16/gencode.c @@ -1,12 +1,12 @@ /* Simulation code for the CR16 processor. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 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 3, or (at your option) + the Free Software Foundation; either version 2, 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 aa12a69..52281d8 100644 --- a/sim/cr16/interp.c +++ b/sim/cr16/interp.c @@ -1,12 +1,12 @@ /* Simulation code for the CR16 processor. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 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 3, or (at your option) + the Free Software Foundation; either version 2, 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 c42837f..c46aa1b 100644 --- a/sim/cr16/simops.c +++ b/sim/cr16/simops.c @@ -1,12 +1,12 @@ /* Simulation code for the CR16 processor. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 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 3, or (at your option) + the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, |