aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libmath
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/libmath')
-rw-r--r--libstdc++-v3/libmath/Makefile.am3
-rw-r--r--libstdc++-v3/libmath/copysignf.c2
-rw-r--r--libstdc++-v3/libmath/nan.c2
-rw-r--r--libstdc++-v3/libmath/signbit.c2
-rw-r--r--libstdc++-v3/libmath/signbitf.c2
-rw-r--r--libstdc++-v3/libmath/signbitl.c2
6 files changed, 7 insertions, 6 deletions
diff --git a/libstdc++-v3/libmath/Makefile.am b/libstdc++-v3/libmath/Makefile.am
index 6464c9a..6e77bf1 100644
--- a/libstdc++-v3/libmath/Makefile.am
+++ b/libstdc++-v3/libmath/Makefile.am
@@ -1,6 +1,7 @@
## Makefile for the math subdirectory of the GNU C++ Standard library.
##
-## Copyright (C) 1997-2002 Free Software Foundation, Inc.
+## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+## Free Software Foundation, Inc.
##
## This file is part of the libstdc++ version 3 distribution.
## Process this file with automake to produce Makefile.in.
diff --git a/libstdc++-v3/libmath/copysignf.c b/libstdc++-v3/libmath/copysignf.c
index 968c147..91d40e9 100644
--- a/libstdc++-v3/libmath/copysignf.c
+++ b/libstdc++-v3/libmath/copysignf.c
@@ -1,6 +1,6 @@
/* Copy sign of one number to another. */
-/* Copyright (C) 1997-1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU ISO C++ Library. This library is free
software; you can redistribute it and/or modify it under the
diff --git a/libstdc++-v3/libmath/nan.c b/libstdc++-v3/libmath/nan.c
index 779173a..1814b5d 100644
--- a/libstdc++-v3/libmath/nan.c
+++ b/libstdc++-v3/libmath/nan.c
@@ -1,6 +1,6 @@
/* Return quiet nan. */
-/* Copyright (C) 1997-1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU ISO C++ Library. This library is free
software; you can redistribute it and/or modify it under the
diff --git a/libstdc++-v3/libmath/signbit.c b/libstdc++-v3/libmath/signbit.c
index 0d58ed8..f400b8d 100644
--- a/libstdc++-v3/libmath/signbit.c
+++ b/libstdc++-v3/libmath/signbit.c
@@ -1,6 +1,6 @@
/* Return nonzero value if number is negative. */
-/* Copyright (C) 1997-1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU ISO C++ Library. This library is free
software; you can redistribute it and/or modify it under the
diff --git a/libstdc++-v3/libmath/signbitf.c b/libstdc++-v3/libmath/signbitf.c
index 5e2eee1..6a72f46 100644
--- a/libstdc++-v3/libmath/signbitf.c
+++ b/libstdc++-v3/libmath/signbitf.c
@@ -1,6 +1,6 @@
/* Return nonzero value if number is negative. */
-/* Copyright (C) 1997-1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU ISO C++ Library. This library is free
software; you can redistribute it and/or modify it under the
diff --git a/libstdc++-v3/libmath/signbitl.c b/libstdc++-v3/libmath/signbitl.c
index 3516f07..f5e0035 100644
--- a/libstdc++-v3/libmath/signbitl.c
+++ b/libstdc++-v3/libmath/signbitl.c
@@ -1,6 +1,6 @@
/* Return nonzero value if number is negative. */
-/* Copyright (C) 1997-1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU ISO C++ Library. This library is free
software; you can redistribute it and/or modify it under the