aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-01-04 08:28:28 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-01-04 08:28:28 +0000
commitc5a570810022466eaa5e077cd1b8aa00d74706f1 (patch)
tree34591c7977f834cbf2e2fc867e44173b32a894d4 /sim/arm
parent0b30217134add051e159a192066a1e568ebd837f (diff)
downloadgdb-c5a570810022466eaa5e077cd1b8aa00d74706f1.zip
gdb-c5a570810022466eaa5e077cd1b8aa00d74706f1.tar.gz
gdb-c5a570810022466eaa5e077cd1b8aa00d74706f1.tar.bz2
Copyright year update in most files of the GDB Project.
gdb/ChangeLog: Copyright year update in most files of the GDB Project.
Diffstat (limited to 'sim/arm')
-rw-r--r--sim/arm/Makefile.in3
-rw-r--r--sim/arm/iwmmxt.c3
-rw-r--r--sim/arm/iwmmxt.h3
-rw-r--r--sim/arm/maverick.c3
-rw-r--r--sim/arm/wrapper.c4
5 files changed, 6 insertions, 10 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in
index 579cf20..aa1aa19 100644
--- a/sim/arm/Makefile.in
+++ b/sim/arm/Makefile.in
@@ -1,6 +1,5 @@
# Makefile template for Configure for the arm sim library.
-# Copyright 1995, 1996, 1997, 2002, 2007, 2008, 2009, 2010, 2011
-# Free Software Foundation, Inc.
+# Copyright 1995-1997, 2002, 2007-2012 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 02302fc..e5e1e0c 100644
--- a/sim/arm/iwmmxt.c
+++ b/sim/arm/iwmmxt.c
@@ -1,6 +1,5 @@
/* iwmmxt.c -- Intel(r) Wireless MMX(tm) technology co-processor interface.
- Copyright (C) 2002, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2002, 2007-2012 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 62d4ed2..4f5386e 100644
--- a/sim/arm/iwmmxt.h
+++ b/sim/arm/iwmmxt.h
@@ -1,6 +1,5 @@
/* iwmmxt.h -- Intel(r) Wireless MMX(tm) technology co-processor interface.
- Copyright (C) 2002, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2002, 2007-2012 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 edead09..ed03ca5 100644
--- a/sim/arm/maverick.c
+++ b/sim/arm/maverick.c
@@ -1,6 +1,5 @@
/* maverick.c -- Cirrus/DSP co-processor interface.
- Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2003, 2007-2012 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 b81631d..3f185f0 100644
--- a/sim/arm/wrapper.c
+++ b/sim/arm/wrapper.c
@@ -1,6 +1,6 @@
/* run front end support for arm
- Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2007, 2008, 2009, 2010,
- 2011 Free Software Foundation, Inc.
+ Copyright (C) 1995-1997, 2000-2002, 2007-2012 Free Software
+ Foundation, Inc.
This file is part of ARM SIM.