[PATCH 24/27] Add missing copyrights in newlib/libm/math
Keith Packard <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Keith Packard <[email protected]> --- newlib/libm/math/math.tex | 8 ++++++++ newlib/libm/math/w_drem.c | 8 ++++++++ newlib/libm/math/w_sincos.c | 1 + newlib/libm/math/wf_drem.c | 8 ++++++++ newlib/libm/math/wf_sincos.c | 1 + 5 files changed, 26 insertions(+) diff --git a/newlib/libm/math/math.tex b/newlib/libm/math/math.tex index 92b384f63..6fb3d4c75 100644 --- a/newlib/libm/math/math.tex +++ b/newlib/libm/math/math.tex @@ -1,3 +1,11 @@ +# +#Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. +# +#Developed at SunPro, a Sun Microsystems, Inc. business. +#Permission to use, copy, modify, and distribute this +#software is freely granted, provided that this notice +#is preserved. +# @node Math @chapter Mathematical Functions (@file{math.h}) diff --git a/newlib/libm/math/w_drem.c b/newlib/libm/math/w_drem.c index d289bdaac..64ff4068e 100644 --- a/newlib/libm/math/w_drem.c +++ b/newlib/libm/math/w_drem.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* * drem() wrapper for remainder(). * diff --git a/newlib/libm/math/w_sincos.c b/newlib/libm/math/w_sincos.c index 491efa418..01f61adaf 100644 --- a/newlib/libm/math/w_sincos.c +++ b/newlib/libm/math/w_sincos.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Thomas Fitzsimmons <[email protected]> */ /* sincos -- currently no more efficient than two separate calls to sin and cos. */ diff --git a/newlib/libm/math/wf_drem.c b/newlib/libm/math/wf_drem.c index 7c3f7c58e..8d1ecf2e8 100644 --- a/newlib/libm/math/wf_drem.c +++ b/newlib/libm/math/wf_drem.c @@ -1,3 +1,11 @@ +/* +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + */ /* * dremf() wrapper for remainderf(). * diff --git a/newlib/libm/math/wf_sincos.c b/newlib/libm/math/wf_sincos.c index 69eb922c9..d850bc8fb 100644 --- a/newlib/libm/math/wf_sincos.c +++ b/newlib/libm/math/wf_sincos.c @@ -1,3 +1,4 @@ +/* Copyright (c) 2002 Thomas Fitzsimmons <[email protected]> */ /* sincos -- currently no more efficient than two separate calls to sin and cos. */ #include "fdlibm.h" -- 2.25.0