diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-09 17:59:20 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-09 17:59:20 +0000 |
commit | 6aba47ca06d9150c6196a374b745c2711b46e045 (patch) | |
tree | 6c2e7595d93caa39ac2477aed38a4954f7b938c8 /sim/testsuite | |
parent | 5ccca1c07181a553d50892bc77cdf047f2acf0b2 (diff) | |
download | binutils-6aba47ca06d9150c6196a374b745c2711b46e045.tar.gz binutils-6aba47ca06d9150c6196a374b745c2711b46e045.tar.bz2 binutils-6aba47ca06d9150c6196a374b745c2711b46e045.zip |
Copyright updates for 2007.
Diffstat (limited to 'sim/testsuite')
-rw-r--r-- | sim/testsuite/Makefile.in | 2 | ||||
-rw-r--r-- | sim/testsuite/common/bits-gen.c | 2 | ||||
-rw-r--r-- | sim/testsuite/d10v-elf/Makefile.in | 2 | ||||
-rw-r--r-- | sim/testsuite/frv-elf/Makefile.in | 2 | ||||
-rw-r--r-- | sim/testsuite/m32r-elf/Makefile.in | 2 | ||||
-rw-r--r-- | sim/testsuite/mips64el-elf/Makefile.in | 2 | ||||
-rw-r--r-- | sim/testsuite/sim/cris/asm/asm.exp | 2 | ||||
-rw-r--r-- | sim/testsuite/sim/cris/c/c.exp | 2 | ||||
-rw-r--r-- | sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp | 2 | ||||
-rw-r--r-- | sim/testsuite/sim/mips/testutils.inc | 2 | ||||
-rw-r--r-- | sim/testsuite/sim/mips/utils-dsp.inc | 2 | ||||
-rw-r--r-- | sim/testsuite/sim/mips/utils-fpu.inc | 2 | ||||
-rw-r--r-- | sim/testsuite/sim/mips/utils-mdmx.inc | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/sim/testsuite/Makefile.in b/sim/testsuite/Makefile.in index 637a8fe7aa4..adaf108ad11 100644 --- a/sim/testsuite/Makefile.in +++ b/sim/testsuite/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright (C) 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2007 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/common/bits-gen.c b/sim/testsuite/common/bits-gen.c index 71ddef303df..1a79e4336f3 100644 --- a/sim/testsuite/common/bits-gen.c +++ b/sim/testsuite/common/bits-gen.c @@ -1,5 +1,5 @@ /* Miscellaneous simulator utilities. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/testsuite/d10v-elf/Makefile.in b/sim/testsuite/d10v-elf/Makefile.in index 0626ee8781c..cd7eac3ed33 100644 --- a/sim/testsuite/d10v-elf/Makefile.in +++ b/sim/testsuite/d10v-elf/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 2007 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/frv-elf/Makefile.in b/sim/testsuite/frv-elf/Makefile.in index 795bdd1aed1..9d15159a46d 100644 --- a/sim/testsuite/frv-elf/Makefile.in +++ b/sim/testsuite/frv-elf/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the frv simulator. -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 2007 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/m32r-elf/Makefile.in b/sim/testsuite/m32r-elf/Makefile.in index bbfb6a55322..3ad4adb8cba 100644 --- a/sim/testsuite/m32r-elf/Makefile.in +++ b/sim/testsuite/m32r-elf/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the m32r simulator. -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 2007 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/mips64el-elf/Makefile.in b/sim/testsuite/mips64el-elf/Makefile.in index c8191aea4ae..2bcda594611 100644 --- a/sim/testsuite/mips64el-elf/Makefile.in +++ b/sim/testsuite/mips64el-elf/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 2007 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/sim/cris/asm/asm.exp b/sim/testsuite/sim/cris/asm/asm.exp index 16fa6573a2a..e70655eb886 100644 --- a/sim/testsuite/sim/cris/asm/asm.exp +++ b/sim/testsuite/sim/cris/asm/asm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007 Free Software Foundation, Inc. # # 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 diff --git a/sim/testsuite/sim/cris/c/c.exp b/sim/testsuite/sim/cris/c/c.exp index c76fc773112..1bf7a5e4f1c 100644 --- a/sim/testsuite/sim/cris/c/c.exp +++ b/sim/testsuite/sim/cris/c/c.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007 Free Software Foundation, Inc. # # 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 diff --git a/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp b/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp index 6f3c8f378a9..d4a956240e0 100644 --- a/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp +++ b/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. # # 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 diff --git a/sim/testsuite/sim/mips/testutils.inc b/sim/testsuite/sim/mips/testutils.inc index 1d4b732c5a1..8b78750e78a 100644 --- a/sim/testsuite/sim/mips/testutils.inc +++ b/sim/testsuite/sim/mips/testutils.inc @@ -1,5 +1,5 @@ # MIPS simulator testsuite utility functions. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007 Free Software Foundation, Inc. # Contributed by Chris Demetriou of Broadcom Corporation. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/utils-dsp.inc b/sim/testsuite/sim/mips/utils-dsp.inc index 4c56ffd0d68..0f3d4345477 100644 --- a/sim/testsuite/sim/mips/utils-dsp.inc +++ b/sim/testsuite/sim/mips/utils-dsp.inc @@ -1,5 +1,5 @@ # MIPS DSP ASE simulator testsuite utility functions. -# Copyright (C) 2005 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007 Free Software Foundation, Inc. # Contributed by MIPS Technologies, Inc. Written by Chao-ying Fu. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/utils-fpu.inc b/sim/testsuite/sim/mips/utils-fpu.inc index 82feb61ce9d..a3219ae97de 100644 --- a/sim/testsuite/sim/mips/utils-fpu.inc +++ b/sim/testsuite/sim/mips/utils-fpu.inc @@ -1,5 +1,5 @@ # MIPS simulator testsuite FPU utility functions. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007 Free Software Foundation, Inc. # Contributed by Chris Demetriou of Broadcom Corporation. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/utils-mdmx.inc b/sim/testsuite/sim/mips/utils-mdmx.inc index cda6550dc8c..8c5743fe82b 100644 --- a/sim/testsuite/sim/mips/utils-mdmx.inc +++ b/sim/testsuite/sim/mips/utils-mdmx.inc @@ -1,5 +1,5 @@ # MIPS simulator testsuite MDMX utility functions. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007 Free Software Foundation, Inc. # Contributed by Chris Demetriou of Broadcom Corporation. # # This file is part of the GNU simulators. |