diff options
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 5 | ||||
-rw-r--r-- | sim/common/dv-sockser.h | 2 | ||||
-rw-r--r-- | sim/common/sim-assert.h | 2 | ||||
-rw-r--r-- | sim/common/sim-fpu.c | 2 |
4 files changed, 8 insertions, 3 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 |