diff options
Diffstat (limited to 'sim/m32c')
-rw-r--r-- | sim/m32c/ChangeLog | 4 | ||||
-rw-r--r-- | sim/m32c/blinky.S | 2 | ||||
-rw-r--r-- | sim/m32c/gloss.S | 2 | ||||
-rw-r--r-- | sim/m32c/sample.S | 2 |
4 files changed, 7 insertions, 3 deletions
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. |