aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-01 10:03:36 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-01 10:03:36 +0000
commitdc3cf14f35b666eed7be13100ff58639450aa5cf (patch)
tree928766ed33028b6983172ae85cf914a67c102e77 /sim/ppc
parentabd775ced888559dcee0fa46b6b06bccabbd84cb (diff)
downloadgdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.zip
gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.tar.gz
gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.tar.bz2
Update copyright notices to add year 2010.
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/altivec.igen2
-rw-r--r--sim/ppc/altivec_expression.h2
-rw-r--r--sim/ppc/altivec_registers.h2
-rw-r--r--sim/ppc/dp-bit.c2
-rw-r--r--sim/ppc/e500.igen2
-rw-r--r--sim/ppc/e500_expression.h2
-rw-r--r--sim/ppc/e500_registers.h2
-rw-r--r--sim/ppc/gdb-sim.c2
-rw-r--r--sim/ppc/psim.texinfo6
9 files changed, 12 insertions, 10 deletions
diff --git a/sim/ppc/altivec.igen b/sim/ppc/altivec.igen
index 3a224cc..f041e6b 100644
--- a/sim/ppc/altivec.igen
+++ b/sim/ppc/altivec.igen
@@ -1,6 +1,6 @@
# Altivec instruction set, for PSIM, the PowerPC simulator.
-# Copyright 2003 Free Software Foundation, Inc.
+# Copyright 2003, 2010 Free Software Foundation, Inc.
# Contributed by Red Hat Inc; developed under contract from Motorola.
# Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/altivec_expression.h b/sim/ppc/altivec_expression.h
index fd68418..0a059f6 100644
--- a/sim/ppc/altivec_expression.h
+++ b/sim/ppc/altivec_expression.h
@@ -1,6 +1,6 @@
/* Altivec expression macros, for PSIM, the PowerPC simulator.
- Copyright 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from Motorola.
Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/altivec_registers.h b/sim/ppc/altivec_registers.h
index 9e5b9f4..faad431 100644
--- a/sim/ppc/altivec_registers.h
+++ b/sim/ppc/altivec_registers.h
@@ -1,6 +1,6 @@
/* Altivec registers, for PSIM, the PowerPC simulator.
- Copyright 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from Motorola.
Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/dp-bit.c b/sim/ppc/dp-bit.c
index f6454e9..b40dd43 100644
--- a/sim/ppc/dp-bit.c
+++ b/sim/ppc/dp-bit.c
@@ -2,7 +2,7 @@
the floating point routines in libgcc1.c for targets without hardware
floating point. */
-/* Copyright (C) 1994, 2007, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 2007, 2008, 2009, 2010 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/ppc/e500.igen b/sim/ppc/e500.igen
index 24e1324..c14f6ca 100644
--- a/sim/ppc/e500.igen
+++ b/sim/ppc/e500.igen
@@ -1,6 +1,6 @@
# e500 core instructions, for PSIM, the PowerPC simulator.
-# Copyright 2003 Free Software Foundation, Inc.
+# Copyright 2003, 2010 Free Software Foundation, Inc.
# Contributed by Red Hat Inc; developed under contract from Motorola.
# Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/e500_expression.h b/sim/ppc/e500_expression.h
index f25e270..a2756a8 100644
--- a/sim/ppc/e500_expression.h
+++ b/sim/ppc/e500_expression.h
@@ -1,6 +1,6 @@
/* e500 expression macros, for PSIM, the PowerPC simulator.
- Copyright 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from Motorola.
Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/e500_registers.h b/sim/ppc/e500_registers.h
index 2e245b9..3d9fb01 100644
--- a/sim/ppc/e500_registers.h
+++ b/sim/ppc/e500_registers.h
@@ -1,6 +1,6 @@
/* e500 registers, for PSIM, the PowerPC simulator.
- Copyright 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from Motorola.
Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/gdb-sim.c b/sim/ppc/gdb-sim.c
index 1847f81..97ef099 100644
--- a/sim/ppc/gdb-sim.c
+++ b/sim/ppc/gdb-sim.c
@@ -1,6 +1,6 @@
/* This file is part of GDB.
- Copyright 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright 2004, 2007, 2008, 2009, 2010 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/ppc/psim.texinfo b/sim/ppc/psim.texinfo
index f81e460..4e73e46 100644
--- a/sim/ppc/psim.texinfo
+++ b/sim/ppc/psim.texinfo
@@ -54,7 +54,8 @@ END-INFO-DIR-ENTRY
This file documents Texinfo, a documentation system that uses a single
source file to produce both on-line information and a printed manual.
-Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995 Free Software Foundation, Inc.
+Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 2010
+Free Software Foundation, Inc.
This is the second edition of the Texinfo documentation,@*
and is consistent with version 2 of @file{texinfo.tex}.
@@ -99,7 +100,8 @@ by the Free Software Foundation.
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1988, 1990, 1991, 1992, 1993, 1995 Free Software Foundation, Inc.
+Copyright @copyright{} 1988, 1990, 1991, 1992, 1993, 1995, 2010
+Free Software Foundation, Inc.
@sp 2
This is the second edition of the Texinfo documentation,@*