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/arm | |
parent | 5ccca1c07181a553d50892bc77cdf047f2acf0b2 (diff) | |
download | gdb-6aba47ca06d9150c6196a374b745c2711b46e045.zip gdb-6aba47ca06d9150c6196a374b745c2711b46e045.tar.gz gdb-6aba47ca06d9150c6196a374b745c2711b46e045.tar.bz2 |
Copyright updates for 2007.
Diffstat (limited to 'sim/arm')
-rw-r--r-- | sim/arm/Makefile.in | 2 | ||||
-rw-r--r-- | sim/arm/iwmmxt.c | 2 | ||||
-rw-r--r-- | sim/arm/iwmmxt.h | 2 | ||||
-rw-r--r-- | sim/arm/maverick.c | 2 | ||||
-rw-r--r-- | sim/arm/wrapper.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in index c8d10af..a0cafed 100644 --- a/sim/arm/Makefile.in +++ b/sim/arm/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the arm sim library. -# Copyright 1995, 1996, 1997, 2002 Free Software Foundation, Inc. +# Copyright 1995, 1996, 1997, 2002, 2007 Free Software Foundation, Inc. # Written by Cygnus Support. # # This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/iwmmxt.c b/sim/arm/iwmmxt.c index 9773f61..b93a8d9 100644 --- a/sim/arm/iwmmxt.c +++ b/sim/arm/iwmmxt.c @@ -1,5 +1,5 @@ /* iwmmxt.c -- Intel(r) Wireless MMX(tm) technology co-processor interface. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by matthew green (mrg@redhat.com). This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/iwmmxt.h b/sim/arm/iwmmxt.h index ff24a1c..de76334 100644 --- a/sim/arm/iwmmxt.h +++ b/sim/arm/iwmmxt.h @@ -1,5 +1,5 @@ /* iwmmxt.h -- Intel(r) Wireless MMX(tm) technology co-processor interface. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by matthew green (mrg@redhat.com). This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/maverick.c b/sim/arm/maverick.c index 303b1c9..7ebe5b7 100644 --- a/sim/arm/maverick.c +++ b/sim/arm/maverick.c @@ -1,5 +1,5 @@ /* maverick.c -- Cirrus/DSP co-processor interface. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@redhat.com). This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c index 4133110..5416fc4 100644 --- a/sim/arm/wrapper.c +++ b/sim/arm/wrapper.c @@ -1,5 +1,5 @@ /* run front end support for arm - Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002 + Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2007 Free Software Foundation, Inc. This file is part of ARM SIM. |