aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog5
-rw-r--r--sim/common/dv-sockser.h2
-rw-r--r--sim/common/sim-assert.h2
-rw-r--r--sim/common/sim-fpu.c2
-rw-r--r--sim/m32c/ChangeLog4
-rw-r--r--sim/m32c/blinky.S2
-rw-r--r--sim/m32c/gloss.S2
-rw-r--r--sim/m32c/sample.S2
-rw-r--r--sim/mn10300/ChangeLog4
-rw-r--r--sim/mn10300/sim-main.h2
-rw-r--r--sim/ppc/ChangeLog4
-rw-r--r--sim/ppc/dp-bit.c2
12 files changed, 25 insertions, 8 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index b2b8b63..e2259e9 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-02 Joel Brobecker <brobecker@adacore.com>
+
+ * dv-sockser.h, sim-assert.h, sim-fpu.c: Reformat the copyright
+ header.
+
2011-12-19 Joel Brobecker <brobecker@adacore.com>
* Make-common.in (hw-config.h): Work around bug in Solaris 2.8
diff --git a/sim/common/dv-sockser.h b/sim/common/dv-sockser.h
index 0ad071a..bfa8406 100644
--- a/sim/common/dv-sockser.h
+++ b/sim/common/dv-sockser.h
@@ -1,5 +1,5 @@
/* Serial port emulation via sockets.
- Copyright (C) 1998, Free Software Foundation, Inc.
+ Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/common/sim-assert.h b/sim/common/sim-assert.h
index 871a68e..04aff2c 100644
--- a/sim/common/sim-assert.h
+++ b/sim/common/sim-assert.h
@@ -1,6 +1,6 @@
/* This file is part of the program GDB.
- Copyright (C) 1997, Free Software Foundation, Inc.
+ Copyright (C) 1997 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/common/sim-fpu.c b/sim/common/sim-fpu.c
index be4336b..032429e 100644
--- a/sim/common/sim-fpu.c
+++ b/sim/common/sim-fpu.c
@@ -3,7 +3,7 @@
hardware floating point. */
/* Copyright 1994, 1997, 1998, 2003, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+ 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/m32c/ChangeLog b/sim/m32c/ChangeLog
index d3ba69d..fce8381 100644
--- a/sim/m32c/ChangeLog
+++ b/sim/m32c/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-02 Joel Brobecker <brobecker@adacore.com>
+
+ * blinky.S, gloss.S, sample.S: Reformat copyright header.
+
2011-12-03 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: New file.
diff --git a/sim/m32c/blinky.S b/sim/m32c/blinky.S
index b53976d..d0548b0 100644
--- a/sim/m32c/blinky.S
+++ b/sim/m32c/blinky.S
@@ -1,7 +1,7 @@
;;; blinky.S --- sample program to blink LED's on M32C simulator
;;;
;;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+;;; Free Software Foundation, Inc.
;;; Contributed by Red Hat, Inc.
;;;
;;; This file is part of the GNU simulators.
diff --git a/sim/m32c/gloss.S b/sim/m32c/gloss.S
index 2940e59..4441d47 100644
--- a/sim/m32c/gloss.S
+++ b/sim/m32c/gloss.S
@@ -1,7 +1,7 @@
;;; gloss.S --- system calls for sample2.x
;;;
;;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+;;; Free Software Foundation, Inc.
;;; Contributed by Red Hat, Inc.
;;;
;;; This file is part of the GNU simulators.
diff --git a/sim/m32c/sample.S b/sim/m32c/sample.S
index 4839e69..18a1b22 100644
--- a/sim/m32c/sample.S
+++ b/sim/m32c/sample.S
@@ -1,7 +1,7 @@
;;; sample.S --- simple test program for M32C simulator
;;;
;;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+;;; Free Software Foundation, Inc.
;;; Contributed by Red Hat, Inc.
;;;
;;; This file is part of the GNU simulators.
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog
index f5fd974..e8c845d 100644
--- a/sim/mn10300/ChangeLog
+++ b/sim/mn10300/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-02 Joel Brobecker <brobecker@adacore.com>
+
+ * sim-main.h: Reformat copyright header.
+
2011-12-03 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: New file.
diff --git a/sim/mn10300/sim-main.h b/sim/mn10300/sim-main.h
index 29cc4b0..6fd38a8 100644
--- a/sim/mn10300/sim-main.h
+++ b/sim/mn10300/sim-main.h
@@ -1,7 +1,7 @@
/* This file is part of the program psim.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au>
- Copyright (C) 1997, Free Software Foundation
+ Copyright (C) 1997 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/ChangeLog b/sim/ppc/ChangeLog
index 1771d2f..769b299 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-02 Joel Brobecker <brobecker@adacore.com>
+
+ * dp-bit.c: Reformat copyright header.
+
2011-02-11 Ben Golding <ben_golding@yahoo.co.uk>
* events.c: add #include <stdlib.h> for free(). Fix PR build/13372.
diff --git a/sim/ppc/dp-bit.c b/sim/ppc/dp-bit.c
index abc47e2..05f373e 100644
--- a/sim/ppc/dp-bit.c
+++ b/sim/ppc/dp-bit.c
@@ -3,7 +3,7 @@
floating point. */
/* Copyright (C) 1994, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+ 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