summaryrefslogtreecommitdiff
path: root/sim/m32c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-01-02 15:37:31 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-01-02 15:37:31 +0000
commite5a03915cd98e1f5587c783a486bd79c81d34a63 (patch)
tree1426da23e59fbd77adaef67c6550a202b26d8d85 /sim/m32c
parent17f147ec12e6fff1c3a028d901abe26b3bc3ec40 (diff)
downloadgdb-e5a03915cd98e1f5587c783a486bd79c81d34a63.tar.gz
Update the copyright header of various files...
... to follow the correct syntax (according to the gospel of gnulib's update-copyright). In other words: - no comma after the last year; - FSF spelled exactly "Free Software Foundation, Inc.", with the comma and the period at the end. sim/common/ChangeLog: * dv-sockser.h, sim-assert.h, sim-fpu.c: Reformat the copyright header. sim/m32c/ChangeLog: * blinky.S, gloss.S, sample.S: Reformat copyright header. sim/mn10300/ChangeLog: * sim-main.h: Reformat copyright header. sim/ppc/ChangeLog: * dp-bit.c: Reformat copyright header. gdb/ChangeLog: * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c, gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c: Reformat the copyright header. gdb/gdbserver/ChangeLog: * terminal.h: Reformat copyright header. gdb/testsuite/ChangeLog: * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c, gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c, gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c, gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c, gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc, gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc, gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp, gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c, gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c, gdb.threads/thread_check.c: Reformat copyright header.
Diffstat (limited to 'sim/m32c')
-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
4 files changed, 7 insertions, 3 deletions
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog
index d3ba69d304a..fce8381c725 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 b53976d77a3..d0548b09dac 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 2940e59e4f7..4441d47e308 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 4839e6914e0..18a1b22fbde 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.