aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-01-01 22:53:26 +0000
committerDaniel Jacobowitz <drow@false.org>2008-01-01 22:53:26 +0000
commit9b254dd1ce46c19dde1dde5b8d1e22e862dfacce (patch)
tree0048e6aecca22cb0ca44ebb3175f7c85ec9cea43 /sim/ppc
parent33605d39628625079897972b9ecfa8d082000e67 (diff)
downloadfsf-binutils-gdb-9b254dd1ce46c19dde1dde5b8d1e22e862dfacce.zip
fsf-binutils-gdb-9b254dd1ce46c19dde1dde5b8d1e22e862dfacce.tar.gz
fsf-binutils-gdb-9b254dd1ce46c19dde1dde5b8d1e22e862dfacce.tar.bz2
Updated copyright notices for most files.
Diffstat (limited to 'sim/ppc')
-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_expression.h2
-rw-r--r--sim/ppc/e500_registers.h2
-rw-r--r--sim/ppc/gdb-sim.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/sim/ppc/altivec_expression.h b/sim/ppc/altivec_expression.h
index eac5926..9530c9c 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 Free Software Foundation, Inc.
+ Copyright 2003, 2007, 2008 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 c0b3063..f9bbbc3 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 Free Software Foundation, Inc.
+ Copyright 2003, 2007, 2008 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 9525e8a..d1c5158 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 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 2007, 2008 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_expression.h b/sim/ppc/e500_expression.h
index 13d5404..26465f6 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 Free Software Foundation, Inc.
+ Copyright 2003, 2007, 2008 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 2eda411..0af9942 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 Free Software Foundation, Inc.
+ Copyright 2003, 2007, 2008 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 a8eaa08..30687b6 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 Free Software Foundation, Inc.
+ Copyright 2004, 2007, 2008 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