[PATCH 20/27] Add missing copyrights in newlib/libm/common

Keith Packard keithp@keithp.com
Wed Feb 5 06:49:00 GMT 2020


Signed-off-by: Keith Packard <keithp@keithp.com>
---
 newlib/libm/common/isgreater.c   | 8 ++++++++
 newlib/libm/common/s_fma.c       | 6 ++++++
 newlib/libm/common/s_infinity.c  | 8 ++++++++
 newlib/libm/common/s_isinf.c     | 8 ++++++++
 newlib/libm/common/s_isinfd.c    | 8 ++++++++
 newlib/libm/common/s_nan.c       | 8 ++++++++
 newlib/libm/common/sf_infinity.c | 8 ++++++++
 newlib/libm/common/sf_isinf.c    | 8 ++++++++
 newlib/libm/common/sf_isinff.c   | 8 ++++++++
 newlib/libm/common/sf_nan.c      | 8 ++++++++
 10 files changed, 78 insertions(+)

diff --git a/newlib/libm/common/isgreater.c b/newlib/libm/common/isgreater.c
index cac9b10c4..0ed274c9d 100644
--- a/newlib/libm/common/isgreater.c
+++ b/newlib/libm/common/isgreater.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.
+ */
 /* isgreater.c:  This file contains no source code, but rather only the
  * man-page comments.  All of the documented "functions" are actually macros
  * defined in math.h (q.v.).  */
diff --git a/newlib/libm/common/s_fma.c b/newlib/libm/common/s_fma.c
index ab9e525b0..f754b931e 100644
--- a/newlib/libm/common/s_fma.c
+++ b/newlib/libm/common/s_fma.c
@@ -1,4 +1,10 @@
 /*
+Copyright (C) 2002 by  Red Hat, Incorporated. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software
+is freely granted, provided that this notice is preserved.
+ */
+/*
 FUNCTION
 <<fma>>, <<fmaf>>---floating multiply add
 INDEX
diff --git a/newlib/libm/common/s_infinity.c b/newlib/libm/common/s_infinity.c
index 990777d2c..273ef5358 100644
--- a/newlib/libm/common/s_infinity.c
+++ b/newlib/libm/common/s_infinity.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.
+ */
 /*
  * infinity () returns the representation of infinity.
  * Added by Cygnus Support.
diff --git a/newlib/libm/common/s_isinf.c b/newlib/libm/common/s_isinf.c
index 55fd5c214..e9543ef81 100644
--- a/newlib/libm/common/s_isinf.c
+++ b/newlib/libm/common/s_isinf.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.
+ */
 /*
  * isinf(x) returns 1 if x is infinity, else 0;
  * no branching!
diff --git a/newlib/libm/common/s_isinfd.c b/newlib/libm/common/s_isinfd.c
index 771ce44e4..8f4d42c04 100644
--- a/newlib/libm/common/s_isinfd.c
+++ b/newlib/libm/common/s_isinfd.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.
+ */
 /*
  * __isinfd(x) returns 1 if x is infinity, else 0;
  * no branching!
diff --git a/newlib/libm/common/s_nan.c b/newlib/libm/common/s_nan.c
index d5710385c..93921ce27 100644
--- a/newlib/libm/common/s_nan.c
+++ b/newlib/libm/common/s_nan.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.
+ */
 /*
  * nan () returns a nan.
  * Added by Cygnus Support.
diff --git a/newlib/libm/common/sf_infinity.c b/newlib/libm/common/sf_infinity.c
index 8722596c9..0721e0e90 100644
--- a/newlib/libm/common/sf_infinity.c
+++ b/newlib/libm/common/sf_infinity.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.
+ */
 /*
  * infinityf () returns the representation of infinity.
  * Added by Cygnus Support.
diff --git a/newlib/libm/common/sf_isinf.c b/newlib/libm/common/sf_isinf.c
index 75e90c9fd..fc4af470d 100644
--- a/newlib/libm/common/sf_isinf.c
+++ b/newlib/libm/common/sf_isinf.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.
+ */
 /*
  * isinff(x) returns 1 if x is +-infinity, else 0;
  *
diff --git a/newlib/libm/common/sf_isinff.c b/newlib/libm/common/sf_isinff.c
index cd7b2cfd3..1f35615aa 100644
--- a/newlib/libm/common/sf_isinff.c
+++ b/newlib/libm/common/sf_isinff.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.
+ */
 /*
  * __isinff(x) returns 1 if x is +-infinity, else 0;
  * Added by Cygnus Support.
diff --git a/newlib/libm/common/sf_nan.c b/newlib/libm/common/sf_nan.c
index 8f0e1a8cf..25ae78544 100644
--- a/newlib/libm/common/sf_nan.c
+++ b/newlib/libm/common/sf_nan.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.
+ */
 /*
  * nanf () returns a nan.
  * Added by Cygnus Support.
-- 
2.25.0



More information about the Newlib mailing list