diff options
Diffstat (limited to 'ports/sysdeps/m68k/fpu')
-rw-r--r-- | ports/sysdeps/m68k/fpu/bits/fenv.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/fclrexcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/fedisblxcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/feenablxcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/fegetenv.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/fegetexcept.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/fegetround.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/feholdexcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/fesetenv.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/fesetround.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/feupdateenv.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/fgetexcptflg.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/fsetexcptflg.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/m68k/fpu/ftestexcept.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/ports/sysdeps/m68k/fpu/bits/fenv.h b/ports/sysdeps/m68k/fpu/bits/fenv.h index 584514c5d9..bbb3d1d3f1 100644 --- a/ports/sysdeps/m68k/fpu/bits/fenv.h +++ b/ports/sysdeps/m68k/fpu/bits/fenv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 1999, 2000, 2012 Free Software Foundation, Inc. +/* Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/ports/sysdeps/m68k/fpu/fclrexcpt.c b/ports/sysdeps/m68k/fpu/fclrexcpt.c index cfc8d9e258..544c02f592 100644 --- a/ports/sysdeps/m68k/fpu/fclrexcpt.c +++ b/ports/sysdeps/m68k/fpu/fclrexcpt.c @@ -1,5 +1,5 @@ /* Clear given exceptions in current floating-point environment. - Copyright (C) 1997-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> diff --git a/ports/sysdeps/m68k/fpu/fedisblxcpt.c b/ports/sysdeps/m68k/fpu/fedisblxcpt.c index a9a2df6688..996c8d1a61 100644 --- a/ports/sysdeps/m68k/fpu/fedisblxcpt.c +++ b/ports/sysdeps/m68k/fpu/fedisblxcpt.c @@ -1,5 +1,5 @@ /* Disable floating-point exceptions. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@suse.de>, 2000. diff --git a/ports/sysdeps/m68k/fpu/feenablxcpt.c b/ports/sysdeps/m68k/fpu/feenablxcpt.c index e18c79e74b..9149a24cc1 100644 --- a/ports/sysdeps/m68k/fpu/feenablxcpt.c +++ b/ports/sysdeps/m68k/fpu/feenablxcpt.c @@ -1,5 +1,5 @@ /* Enable floating-point exceptions. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@suse.de>, 2000. diff --git a/ports/sysdeps/m68k/fpu/fegetenv.c b/ports/sysdeps/m68k/fpu/fegetenv.c index 84838a2cff..9c5b769dcd 100644 --- a/ports/sysdeps/m68k/fpu/fegetenv.c +++ b/ports/sysdeps/m68k/fpu/fegetenv.c @@ -1,5 +1,5 @@ /* Store current floating-point environment. - Copyright (C) 1997,99,2000,01,10 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> diff --git a/ports/sysdeps/m68k/fpu/fegetexcept.c b/ports/sysdeps/m68k/fpu/fegetexcept.c index d735884e2a..707950d6a7 100644 --- a/ports/sysdeps/m68k/fpu/fegetexcept.c +++ b/ports/sysdeps/m68k/fpu/fegetexcept.c @@ -1,5 +1,5 @@ /* Get enabled floating-point exceptions. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@suse.de>, 2000. diff --git a/ports/sysdeps/m68k/fpu/fegetround.c b/ports/sysdeps/m68k/fpu/fegetround.c index 7d09e0fd37..f1227fe593 100644 --- a/ports/sysdeps/m68k/fpu/fegetround.c +++ b/ports/sysdeps/m68k/fpu/fegetround.c @@ -1,5 +1,5 @@ /* Return current rounding direction. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> diff --git a/ports/sysdeps/m68k/fpu/feholdexcpt.c b/ports/sysdeps/m68k/fpu/feholdexcpt.c index c58de5b972..4aa9fdaa1f 100644 --- a/ports/sysdeps/m68k/fpu/feholdexcpt.c +++ b/ports/sysdeps/m68k/fpu/feholdexcpt.c @@ -1,5 +1,5 @@ /* Store current floating-point environment and clear exceptions. - Copyright (C) 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> diff --git a/ports/sysdeps/m68k/fpu/fesetenv.c b/ports/sysdeps/m68k/fpu/fesetenv.c index 1186010adc..b143515d9a 100644 --- a/ports/sysdeps/m68k/fpu/fesetenv.c +++ b/ports/sysdeps/m68k/fpu/fesetenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment. - Copyright (C) 1997,99,2000,01,02 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> diff --git a/ports/sysdeps/m68k/fpu/fesetround.c b/ports/sysdeps/m68k/fpu/fesetround.c index bfc463d07a..294c49aaf1 100644 --- a/ports/sysdeps/m68k/fpu/fesetround.c +++ b/ports/sysdeps/m68k/fpu/fesetround.c @@ -1,5 +1,5 @@ /* Set current rounding direction. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> diff --git a/ports/sysdeps/m68k/fpu/feupdateenv.c b/ports/sysdeps/m68k/fpu/feupdateenv.c index dbfa3501f3..2e45ce4b9f 100644 --- a/ports/sysdeps/m68k/fpu/feupdateenv.c +++ b/ports/sysdeps/m68k/fpu/feupdateenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment and raise exceptions. - Copyright (C) 1997,1999-2001,2010 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> diff --git a/ports/sysdeps/m68k/fpu/fgetexcptflg.c b/ports/sysdeps/m68k/fpu/fgetexcptflg.c index c6f277e490..ddcce3338b 100644 --- a/ports/sysdeps/m68k/fpu/fgetexcptflg.c +++ b/ports/sysdeps/m68k/fpu/fgetexcptflg.c @@ -1,5 +1,5 @@ /* Store current representation for exceptions. - Copyright (C) 1997,99,2000,01 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> diff --git a/ports/sysdeps/m68k/fpu/fsetexcptflg.c b/ports/sysdeps/m68k/fpu/fsetexcptflg.c index dca265f0b8..ce9d7260cc 100644 --- a/ports/sysdeps/m68k/fpu/fsetexcptflg.c +++ b/ports/sysdeps/m68k/fpu/fsetexcptflg.c @@ -1,5 +1,5 @@ /* Set floating-point environment exception handling. - Copyright (C) 1997,99,2000,01 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> diff --git a/ports/sysdeps/m68k/fpu/ftestexcept.c b/ports/sysdeps/m68k/fpu/ftestexcept.c index 535d0eabc7..654989e2b4 100644 --- a/ports/sysdeps/m68k/fpu/ftestexcept.c +++ b/ports/sysdeps/m68k/fpu/ftestexcept.c @@ -1,5 +1,5 @@ /* Test exception in current environment. - Copyright (C) 1997, 2010 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |