diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-01-01 22:53:26 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-01-01 22:53:26 +0000 |
commit | 9b254dd1ce46c19dde1dde5b8d1e22e862dfacce (patch) | |
tree | 0048e6aecca22cb0ca44ebb3175f7c85ec9cea43 /sim/arm | |
parent | 33605d39628625079897972b9ecfa8d082000e67 (diff) | |
download | gdb-9b254dd1ce46c19dde1dde5b8d1e22e862dfacce.zip gdb-9b254dd1ce46c19dde1dde5b8d1e22e862dfacce.tar.gz gdb-9b254dd1ce46c19dde1dde5b8d1e22e862dfacce.tar.bz2 |
Updated copyright notices for most files.
Diffstat (limited to 'sim/arm')
-rw-r--r-- | sim/arm/Makefile.in | 3 | ||||
-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, 6 insertions, 5 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in index ccee330..2a0e1d7 100644 --- a/sim/arm/Makefile.in +++ b/sim/arm/Makefile.in @@ -1,5 +1,6 @@ # Makefile template for Configure for the arm sim library. -# Copyright 1995, 1996, 1997, 2002, 2007 Free Software Foundation, Inc. +# Copyright 1995, 1996, 1997, 2002, 2007, 2008 +# 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 aa87307..6a26f14 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, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2007, 2008 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 17c4695..d4a98fc 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, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2007, 2008 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 b910c9b..80fc2b2 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, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2007, 2008 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 bb1e345..945070a 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, 2007 + Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. This file is part of ARM SIM. |