summaryrefslogtreecommitdiff
path: root/sin_cos.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-01-05 02:02:47 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-01-05 02:02:47 +0000
commit47eb12e3a3933588fce421ae42704d3fa6dbd515 (patch)
tree4b49f2fbd5d2462ad667cee34f53b85d0cc33c0c /sin_cos.c
parentcf5067222e8f74c261e63e01c460b371b724f96f (diff)
downloadmpfr-47eb12e3a3933588fce421ae42704d3fa6dbd515.tar.gz
Updated the copyright notices according to the new GNU rules on:
http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices i.e. added 2006 to every MPFR file. Note: the copyright notices (currently 336) should match the regexp Copyright.* 2006 Free Software so that it will be easier to update them for the next year... git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3983 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'sin_cos.c')
-rw-r--r--sin_cos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sin_cos.c b/sin_cos.c
index ec822fd9f..44fde8fe4 100644
--- a/sin_cos.c
+++ b/sin_cos.c
@@ -1,6 +1,6 @@
/* mpfr_sin_cos -- sine and cosine of a floating-point number
-Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+Copyright 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.