summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/m68k/fpu
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/m68k/fpu')
-rw-r--r--libc/ports/sysdeps/m68k/fpu/bits/fenv.h2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/fclrexcpt.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/fedisblxcpt.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/feenablxcpt.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/fegetenv.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/fegetexcept.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/fegetround.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/feholdexcpt.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/fesetenv.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/fesetround.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/feupdateenv.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/fgetexcptflg.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/fsetexcptflg.c2
-rw-r--r--libc/ports/sysdeps/m68k/fpu/ftestexcept.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/libc/ports/sysdeps/m68k/fpu/bits/fenv.h b/libc/ports/sysdeps/m68k/fpu/bits/fenv.h
index 584514c5d..bbb3d1d3f 100644
--- a/libc/ports/sysdeps/m68k/fpu/bits/fenv.h
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/fclrexcpt.c b/libc/ports/sysdeps/m68k/fpu/fclrexcpt.c
index cfc8d9e25..544c02f59 100644
--- a/libc/ports/sysdeps/m68k/fpu/fclrexcpt.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/fedisblxcpt.c b/libc/ports/sysdeps/m68k/fpu/fedisblxcpt.c
index a9a2df668..996c8d1a6 100644
--- a/libc/ports/sysdeps/m68k/fpu/fedisblxcpt.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/feenablxcpt.c b/libc/ports/sysdeps/m68k/fpu/feenablxcpt.c
index e18c79e74..9149a24cc 100644
--- a/libc/ports/sysdeps/m68k/fpu/feenablxcpt.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/fegetenv.c b/libc/ports/sysdeps/m68k/fpu/fegetenv.c
index 84838a2cf..9c5b769dc 100644
--- a/libc/ports/sysdeps/m68k/fpu/fegetenv.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/fegetexcept.c b/libc/ports/sysdeps/m68k/fpu/fegetexcept.c
index d735884e2..707950d6a 100644
--- a/libc/ports/sysdeps/m68k/fpu/fegetexcept.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/fegetround.c b/libc/ports/sysdeps/m68k/fpu/fegetround.c
index 7d09e0fd3..f1227fe59 100644
--- a/libc/ports/sysdeps/m68k/fpu/fegetround.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/feholdexcpt.c b/libc/ports/sysdeps/m68k/fpu/feholdexcpt.c
index c58de5b97..4aa9fdaa1 100644
--- a/libc/ports/sysdeps/m68k/fpu/feholdexcpt.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/fesetenv.c b/libc/ports/sysdeps/m68k/fpu/fesetenv.c
index 1186010ad..b143515d9 100644
--- a/libc/ports/sysdeps/m68k/fpu/fesetenv.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/fesetround.c b/libc/ports/sysdeps/m68k/fpu/fesetround.c
index bfc463d07..294c49aaf 100644
--- a/libc/ports/sysdeps/m68k/fpu/fesetround.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/feupdateenv.c b/libc/ports/sysdeps/m68k/fpu/feupdateenv.c
index dbfa3501f..2e45ce4b9 100644
--- a/libc/ports/sysdeps/m68k/fpu/feupdateenv.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/fgetexcptflg.c b/libc/ports/sysdeps/m68k/fpu/fgetexcptflg.c
index c6f277e49..ddcce3338 100644
--- a/libc/ports/sysdeps/m68k/fpu/fgetexcptflg.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/fsetexcptflg.c b/libc/ports/sysdeps/m68k/fpu/fsetexcptflg.c
index dca265f0b..ce9d7260c 100644
--- a/libc/ports/sysdeps/m68k/fpu/fsetexcptflg.c
+++ b/libc/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/libc/ports/sysdeps/m68k/fpu/ftestexcept.c b/libc/ports/sysdeps/m68k/fpu/ftestexcept.c
index 535d0eabc..654989e2b 100644
--- a/libc/ports/sysdeps/m68k/fpu/ftestexcept.c
+++ b/libc/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>