diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-01-01 06:41:43 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-01-01 06:41:43 +0000 |
commit | 8acc9f485bba28b65935dcc3498d9f3b712ddac7 (patch) | |
tree | e13e491e8492db235dd73edb9ec9a3c33a5754e6 /sim/iq2000 | |
parent | 28e7fd62340426746f9c896cbc40c5d374ec47aa (diff) | |
download | gdb-8acc9f485bba28b65935dcc3498d9f3b712ddac7.zip gdb-8acc9f485bba28b65935dcc3498d9f3b712ddac7.tar.gz gdb-8acc9f485bba28b65935dcc3498d9f3b712ddac7.tar.bz2 |
Update years in copyright notice for the GDB files.
Two modifications:
1. The addition of 2013 to the copyright year range for every file;
2. The use of a single year range, instead of potentially multiple
year ranges, as approved by the FSF.
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/Makefile.in | 2 | ||||
-rw-r--r-- | sim/iq2000/arch.c | 2 | ||||
-rw-r--r-- | sim/iq2000/arch.h | 2 | ||||
-rw-r--r-- | sim/iq2000/cpu.c | 2 | ||||
-rw-r--r-- | sim/iq2000/cpu.h | 2 | ||||
-rw-r--r-- | sim/iq2000/cpuall.h | 2 | ||||
-rw-r--r-- | sim/iq2000/decode.c | 2 | ||||
-rw-r--r-- | sim/iq2000/decode.h | 2 | ||||
-rw-r--r-- | sim/iq2000/iq2000-sim.h | 2 | ||||
-rw-r--r-- | sim/iq2000/iq2000.c | 2 | ||||
-rw-r--r-- | sim/iq2000/mloop.in | 2 | ||||
-rw-r--r-- | sim/iq2000/model.c | 2 | ||||
-rw-r--r-- | sim/iq2000/sem-switch.c | 2 | ||||
-rw-r--r-- | sim/iq2000/sem.c | 2 | ||||
-rw-r--r-- | sim/iq2000/sim-if.c | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in index fb4663a..829d1d8 100644 --- a/sim/iq2000/Makefile.in +++ b/sim/iq2000/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the IQ2000 simulator -# Copyright (C) 1998, 2007-2012 Free Software Foundation, Inc. +# Copyright (C) 1998-2013 Free Software Foundation, Inc. # Contributed by Cygnus Support. # # This program is free software; you can redistribute it and/or modify diff --git a/sim/iq2000/arch.c b/sim/iq2000/arch.c index 55ef926..fd22a85 100644 --- a/sim/iq2000/arch.c +++ b/sim/iq2000/arch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/arch.h b/sim/iq2000/arch.h index 3bac7d2..376f0a0 100644 --- a/sim/iq2000/arch.h +++ b/sim/iq2000/arch.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/cpu.c b/sim/iq2000/cpu.c index 7c6fdd5..01ef478 100644 --- a/sim/iq2000/cpu.c +++ b/sim/iq2000/cpu.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/cpu.h b/sim/iq2000/cpu.h index 0dc1403..53afb79 100644 --- a/sim/iq2000/cpu.h +++ b/sim/iq2000/cpu.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/cpuall.h b/sim/iq2000/cpuall.h index 9d01fdf..b1e218e 100644 --- a/sim/iq2000/cpuall.h +++ b/sim/iq2000/cpuall.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/decode.c b/sim/iq2000/decode.c index f098b4a..2a66670 100644 --- a/sim/iq2000/decode.c +++ b/sim/iq2000/decode.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/decode.h b/sim/iq2000/decode.h index 991e9ea..0260ac1 100644 --- a/sim/iq2000/decode.h +++ b/sim/iq2000/decode.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/iq2000-sim.h b/sim/iq2000/iq2000-sim.h index f8ae7c6..c28b393 100644 --- a/sim/iq2000/iq2000-sim.h +++ b/sim/iq2000/iq2000-sim.h @@ -1,5 +1,5 @@ /* collection of junk waiting time to sort out - Copyright (C) 1998-1999, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 1998-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of the GNU Simulators. diff --git a/sim/iq2000/iq2000.c b/sim/iq2000/iq2000.c index f63564a..2d65ba4 100644 --- a/sim/iq2000/iq2000.c +++ b/sim/iq2000/iq2000.c @@ -1,5 +1,5 @@ /* IQ2000 simulator support code - Copyright (C) 2000, 2004, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of the GNU simulators. diff --git a/sim/iq2000/mloop.in b/sim/iq2000/mloop.in index b67236c..1824526 100644 --- a/sim/iq2000/mloop.in +++ b/sim/iq2000/mloop.in @@ -1,5 +1,5 @@ # Simulator main loop for IQ2000. -*- C -*- -# Copyright (C) 1998-1999, 2007-2012 Free Software Foundation, Inc. +# Copyright (C) 1998-2013 Free Software Foundation, Inc. # Contributed by Cygnus Solutions. # # This file is part of the GNU Simulators. diff --git a/sim/iq2000/model.c b/sim/iq2000/model.c index 0dfc414..383c515 100644 --- a/sim/iq2000/model.c +++ b/sim/iq2000/model.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/sem-switch.c b/sim/iq2000/sem-switch.c index 62c1761..854bd15 100644 --- a/sim/iq2000/sem-switch.c +++ b/sim/iq2000/sem-switch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/sem.c b/sim/iq2000/sem.c index a3f2ab3..c78ecd0 100644 --- a/sim/iq2000/sem.c +++ b/sim/iq2000/sem.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/iq2000/sim-if.c b/sim/iq2000/sim-if.c index fa0893e..62bf504 100644 --- a/sim/iq2000/sim-if.c +++ b/sim/iq2000/sim-if.c @@ -1,5 +1,5 @@ /* Main simulator entry points specific to the IQ2000. - Copyright (C) 2000, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of the GNU simulators. |