From e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 14 Jan 2009 10:53:10 +0000 Subject: Update the copyright notice of some of the files I missed in the previous copyright update. --- sim/frv/Makefile.in | 2 +- sim/frv/cache.c | 2 +- sim/frv/cache.h | 3 ++- sim/frv/devices.c | 2 +- sim/frv/frv-sim.h | 2 +- sim/frv/frv.c | 2 +- sim/frv/interrupts.c | 3 ++- sim/frv/memory.c | 2 +- sim/frv/mloop.in | 2 +- sim/frv/options.c | 2 +- sim/frv/pipeline.c | 2 +- sim/frv/profile-fr400.c | 2 +- sim/frv/profile-fr400.h | 2 +- sim/frv/profile-fr450.c | 2 +- sim/frv/profile-fr500.c | 2 +- sim/frv/profile-fr500.h | 2 +- sim/frv/profile-fr550.c | 2 +- sim/frv/profile-fr550.h | 2 +- sim/frv/profile.c | 2 +- sim/frv/profile.h | 2 +- sim/frv/registers.c | 3 ++- sim/frv/registers.h | 2 +- sim/frv/reset.c | 2 +- sim/frv/sim-if.c | 3 ++- sim/frv/sim-main.h | 3 ++- sim/frv/traps.c | 2 +- 26 files changed, 31 insertions(+), 26 deletions(-) (limited to 'sim/frv') diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index 046902e..1ae92e8 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the frv simulator -# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 +# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009 # Free Software Foundation, Inc. # Contributed by Red Hat. # diff --git a/sim/frv/cache.c b/sim/frv/cache.c index cce2aae..849cf4a 100644 --- a/sim/frv/cache.c +++ b/sim/frv/cache.c @@ -1,5 +1,5 @@ /* frv cache model. - Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008 + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/cache.h b/sim/frv/cache.h index 98d388d..355b22b 100644 --- a/sim/frv/cache.h +++ b/sim/frv/cache.h @@ -1,5 +1,6 @@ /* Cache support for the FRV simulator - Copyright (C) 1999, 2000, 2003, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2003, 2007, 2008, 2009 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU Simulators. diff --git a/sim/frv/devices.c b/sim/frv/devices.c index 3d02bd0..6161dbf 100644 --- a/sim/frv/devices.c +++ b/sim/frv/devices.c @@ -1,5 +1,5 @@ /* frv device support - Copyright (C) 1998, 1999, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/frv-sim.h b/sim/frv/frv-sim.h index a9d67c0..57d778c 100644 --- a/sim/frv/frv-sim.h +++ b/sim/frv/frv-sim.h @@ -1,5 +1,5 @@ /* collection of junk waiting time to sort out - Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/frv.c b/sim/frv/frv.c index fb409dd..e8d2390 100644 --- a/sim/frv/frv.c +++ b/sim/frv/frv.c @@ -1,5 +1,5 @@ /* frv simulator support code - Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/interrupts.c b/sim/frv/interrupts.c index 3ffb80b..4a9f28d 100644 --- a/sim/frv/interrupts.c +++ b/sim/frv/interrupts.c @@ -1,5 +1,6 @@ /* frv exception and interrupt support - Copyright (C) 1999, 2000, 2001, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2007, 2008, 2009 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/memory.c b/sim/frv/memory.c index 50f7403..436e60b 100644 --- a/sim/frv/memory.c +++ b/sim/frv/memory.c @@ -1,5 +1,5 @@ /* frv memory model. - Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008 + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/mloop.in b/sim/frv/mloop.in index e679fa7..aa5ded0 100644 --- a/sim/frv/mloop.in +++ b/sim/frv/mloop.in @@ -1,5 +1,5 @@ # Simulator main loop for frv. -*- C -*- -# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 +# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009 # Free Software Foundation, Inc. # Contributed by Red Hat. # diff --git a/sim/frv/options.c b/sim/frv/options.c index f8d878d..e464f18 100644 --- a/sim/frv/options.c +++ b/sim/frv/options.c @@ -1,5 +1,5 @@ /* FRV simulator memory option handling. - Copyright (C) 1999, 2000, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GDB, the GNU debugger. diff --git a/sim/frv/pipeline.c b/sim/frv/pipeline.c index 21192b7..8b96f57 100644 --- a/sim/frv/pipeline.c +++ b/sim/frv/pipeline.c @@ -1,5 +1,5 @@ /* frv vliw model. - Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008 + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/profile-fr400.c b/sim/frv/profile-fr400.c index f7b9ffb..702690a 100644 --- a/sim/frv/profile-fr400.c +++ b/sim/frv/profile-fr400.c @@ -1,6 +1,6 @@ /* frv simulator fr400 dependent profiling code. - Copyright (C) 2001, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2001, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat This file is part of the GNU simulators. diff --git a/sim/frv/profile-fr400.h b/sim/frv/profile-fr400.h index d80bff1..eb62fa1 100644 --- a/sim/frv/profile-fr400.h +++ b/sim/frv/profile-fr400.h @@ -1,5 +1,5 @@ /* Profiling definitions for the fr400 model of the FRV simulator - Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008 + Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/profile-fr450.c b/sim/frv/profile-fr450.c index 28828a5..1d385aa 100644 --- a/sim/frv/profile-fr450.c +++ b/sim/frv/profile-fr450.c @@ -1,6 +1,6 @@ /* frv simulator fr450 dependent profiling code. - Copyright (C) 2001, 2004, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2001, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat This file is part of the GNU simulators. diff --git a/sim/frv/profile-fr500.c b/sim/frv/profile-fr500.c index 505924b..0f44f77 100644 --- a/sim/frv/profile-fr500.c +++ b/sim/frv/profile-fr500.c @@ -1,6 +1,6 @@ /* frv simulator fr500 dependent profiling code. - Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/profile-fr500.h b/sim/frv/profile-fr500.h index 304ca28..730242f 100644 --- a/sim/frv/profile-fr500.h +++ b/sim/frv/profile-fr500.h @@ -1,5 +1,5 @@ /* Profiling definitions for the fr500 model of the FRV simulator - Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008 + Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/profile-fr550.c b/sim/frv/profile-fr550.c index e9fb4e9..e0ec27b 100644 --- a/sim/frv/profile-fr550.c +++ b/sim/frv/profile-fr550.c @@ -1,6 +1,6 @@ /* frv simulator fr550 dependent profiling code. - Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat This file is part of the GNU simulators. diff --git a/sim/frv/profile-fr550.h b/sim/frv/profile-fr550.h index ee59991..63f41cd 100644 --- a/sim/frv/profile-fr550.h +++ b/sim/frv/profile-fr550.h @@ -1,5 +1,5 @@ /* Profiling definitions for the fr550 model of the FRV simulator - Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU Simulators. diff --git a/sim/frv/profile.c b/sim/frv/profile.c index 8cb22f4..fb0bd02 100644 --- a/sim/frv/profile.c +++ b/sim/frv/profile.c @@ -1,6 +1,6 @@ /* frv simulator machine independent profiling code. - Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/profile.h b/sim/frv/profile.h index e9de7d3..3fba867 100644 --- a/sim/frv/profile.h +++ b/sim/frv/profile.h @@ -1,5 +1,5 @@ /* Profiling definitions for the FRV simulator - Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/registers.c b/sim/frv/registers.c index 8fc6868..db9a433 100644 --- a/sim/frv/registers.c +++ b/sim/frv/registers.c @@ -1,5 +1,6 @@ /* frv simulator support code - Copyright (C) 2000, 2001, 2003, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2003, 2007, 2008, 2009 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/registers.h b/sim/frv/registers.h index 52518cf..f648f11 100644 --- a/sim/frv/registers.h +++ b/sim/frv/registers.h @@ -1,5 +1,5 @@ /* Register definitions for the FRV simulator - Copyright (C) 2000, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU Simulators. diff --git a/sim/frv/reset.c b/sim/frv/reset.c index 04d51a9..bb31cc8 100644 --- a/sim/frv/reset.c +++ b/sim/frv/reset.c @@ -1,5 +1,5 @@ /* frv simulator support code - Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008 + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/sim-if.c b/sim/frv/sim-if.c index 8ee1bd5..993a56d 100644 --- a/sim/frv/sim-if.c +++ b/sim/frv/sim-if.c @@ -1,5 +1,6 @@ /* Main simulator entry points specific to the FRV. - Copyright (C) 1998, 1999, 2000, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/sim-main.h b/sim/frv/sim-main.h index 033d372..34b53d9 100644 --- a/sim/frv/sim-main.h +++ b/sim/frv/sim-main.h @@ -1,5 +1,6 @@ /* frv simulator support code - Copyright (C) 1998, 2000, 2001, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1998, 2000, 2001, 2007, 2008, 2009 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/traps.c b/sim/frv/traps.c index 874d5bd..62c380a 100644 --- a/sim/frv/traps.c +++ b/sim/frv/traps.c @@ -1,5 +1,5 @@ /* frv trap support - Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008 + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. -- cgit v1.1