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/m68hc11 | |
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/m68hc11')
-rw-r--r-- | sim/m68hc11/Makefile.in | 3 | ||||
-rw-r--r-- | sim/m68hc11/dv-m68hc11.c | 2 | ||||
-rw-r--r-- | sim/m68hc11/dv-m68hc11eepr.c | 2 | ||||
-rw-r--r-- | sim/m68hc11/dv-m68hc11sio.c | 3 | ||||
-rw-r--r-- | sim/m68hc11/dv-m68hc11spi.c | 3 | ||||
-rw-r--r-- | sim/m68hc11/dv-m68hc11tim.c | 2 | ||||
-rw-r--r-- | sim/m68hc11/dv-nvram.c | 2 | ||||
-rw-r--r-- | sim/m68hc11/emulos.c | 2 | ||||
-rw-r--r-- | sim/m68hc11/gencode.c | 3 | ||||
-rw-r--r-- | sim/m68hc11/interp.c | 2 | ||||
-rw-r--r-- | sim/m68hc11/interrupts.c | 2 | ||||
-rw-r--r-- | sim/m68hc11/interrupts.h | 3 | ||||
-rw-r--r-- | sim/m68hc11/m68hc11_sim.c | 2 | ||||
-rw-r--r-- | sim/m68hc11/sim-main.h | 2 |
14 files changed, 19 insertions, 14 deletions
diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index 2e621b3..f060810 100644 --- a/sim/m68hc11/Makefile.in +++ b/sim/m68hc11/Makefile.in @@ -1,5 +1,6 @@ # Makefile template for Configure for the 68HC11 sim library. -# Copyright (C) 1999, 2000, 2001, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2007, 2008, 2009 +# Free Software Foundation, Inc. # Written by Cygnus Support. # # This program is free software; you can redistribute it and/or modify diff --git a/sim/m68hc11/dv-m68hc11.c b/sim/m68hc11/dv-m68hc11.c index 0ac12c0..6d1b777 100644 --- a/sim/m68hc11/dv-m68hc11.c +++ b/sim/m68hc11/dv-m68hc11.c @@ -1,5 +1,5 @@ /* dv-m68hc11.c -- CPU 68HC11&68HC12 as a device. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2007, 2008 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) (From a driver model Contributed by Cygnus Solutions.) diff --git a/sim/m68hc11/dv-m68hc11eepr.c b/sim/m68hc11/dv-m68hc11eepr.c index ca075b1..bd45ca7 100644 --- a/sim/m68hc11/dv-m68hc11eepr.c +++ b/sim/m68hc11/dv-m68hc11eepr.c @@ -1,5 +1,5 @@ /* dv-m68hc11eepr.c -- Simulation of the 68HC11 Internal EEPROM. - Copyright (C) 1999, 2000, 2001, 2002, 2007, 2008 + Copyright (C) 1999, 2000, 2001, 2002, 2007, 2008, 2009 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) (From a driver model Contributed by Cygnus Solutions.) diff --git a/sim/m68hc11/dv-m68hc11sio.c b/sim/m68hc11/dv-m68hc11sio.c index 39cd8b2..03d8fcd 100644 --- a/sim/m68hc11/dv-m68hc11sio.c +++ b/sim/m68hc11/dv-m68hc11sio.c @@ -1,5 +1,6 @@ /* dv-m68hc11sio.c -- Simulation of the 68HC11 serial device. - Copyright (C) 1999, 2000, 2001, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2007, 2008, 2009 + Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@worldnet.fr) (From a driver model Contributed by Cygnus Solutions.) diff --git a/sim/m68hc11/dv-m68hc11spi.c b/sim/m68hc11/dv-m68hc11spi.c index e29b2bb..bce7e08 100644 --- a/sim/m68hc11/dv-m68hc11spi.c +++ b/sim/m68hc11/dv-m68hc11spi.c @@ -1,5 +1,6 @@ /* dv-m68hc11spi.c -- Simulation of the 68HC11 SPI - Copyright (C) 2000, 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2007, 2008, 2009 + Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) (From a driver model Contributed by Cygnus Solutions.) diff --git a/sim/m68hc11/dv-m68hc11tim.c b/sim/m68hc11/dv-m68hc11tim.c index 4a60ee4..49572fe 100644 --- a/sim/m68hc11/dv-m68hc11tim.c +++ b/sim/m68hc11/dv-m68hc11tim.c @@ -1,5 +1,5 @@ /* dv-m68hc11tim.c -- Simulation of the 68HC11 timer devices. - Copyright (C) 1999, 2000, 2002, 2003, 2007, 2008 + Copyright (C) 1999, 2000, 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) (From a driver model Contributed by Cygnus Solutions.) diff --git a/sim/m68hc11/dv-nvram.c b/sim/m68hc11/dv-nvram.c index 7ca28c0..2a82641 100644 --- a/sim/m68hc11/dv-nvram.c +++ b/sim/m68hc11/dv-nvram.c @@ -1,5 +1,5 @@ /* dv-nvram.c -- Generic driver for a non volatile ram (battery saved) - Copyright (C) 1999, 2000, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007, 2008, 2009 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@worldnet.fr) (From a driver model Contributed by Cygnus Solutions.) diff --git a/sim/m68hc11/emulos.c b/sim/m68hc11/emulos.c index b439815..7535daf 100644 --- a/sim/m68hc11/emulos.c +++ b/sim/m68hc11/emulos.c @@ -1,5 +1,5 @@ /* emulos.c -- Small OS emulation - Copyright 1999, 2000, 2007, 2008 Free Software Foundation, Inc. + Copyright 1999, 2000, 2007, 2008, 2009 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@worldnet.fr) This file is part of GDB, GAS, and the GNU binutils. diff --git a/sim/m68hc11/gencode.c b/sim/m68hc11/gencode.c index 96da0b1..2780418 100644 --- a/sim/m68hc11/gencode.c +++ b/sim/m68hc11/gencode.c @@ -1,5 +1,6 @@ /* gencode.c -- Motorola 68HC11 & 68HC12 Emulator Generator - Copyright 1999, 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2002, 2007, 2008, 2009 + Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) This file is part of GDB, GAS, and the GNU binutils. diff --git a/sim/m68hc11/interp.c b/sim/m68hc11/interp.c index d0752dc..1a0dae4 100644 --- a/sim/m68hc11/interp.c +++ b/sim/m68hc11/interp.c @@ -1,5 +1,5 @@ /* interp.c -- Simulator for Motorola 68HC11/68HC12 - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) diff --git a/sim/m68hc11/interrupts.c b/sim/m68hc11/interrupts.c index c6beabd..bd1978e 100644 --- a/sim/m68hc11/interrupts.c +++ b/sim/m68hc11/interrupts.c @@ -1,5 +1,5 @@ /* interrupts.c -- 68HC11 Interrupts Emulation - Copyright 1999, 2000, 2001, 2002, 2003, 2007, 2008 + Copyright 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) diff --git a/sim/m68hc11/interrupts.h b/sim/m68hc11/interrupts.h index b24a296..9226c32 100644 --- a/sim/m68hc11/interrupts.h +++ b/sim/m68hc11/interrupts.h @@ -1,5 +1,6 @@ /* interrupts.h -- 68HC11 Interrupts Emulation - Copyright 1999, 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2002, 2007, 2008, 2009 + Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@worldnet.fr) This file is part of GDB, GAS, and the GNU binutils. diff --git a/sim/m68hc11/m68hc11_sim.c b/sim/m68hc11/m68hc11_sim.c index 50586b2..992d21d 100644 --- a/sim/m68hc11/m68hc11_sim.c +++ b/sim/m68hc11/m68hc11_sim.c @@ -1,5 +1,5 @@ /* m6811_cpu.c -- 68HC11&68HC12 CPU Emulation - Copyright 1999, 2000, 2001, 2002, 2003, 2007, 2008 + Copyright 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h index bd6d311..dededcb 100644 --- a/sim/m68hc11/sim-main.h +++ b/sim/m68hc11/sim-main.h @@ -1,5 +1,5 @@ /* sim-main.h -- Simulator for Motorola 68HC11 & 68HC12 - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2007, 2008 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) |