[PATCH 27/27] Add missing copyrights in newlib/libm/machine/i386

Keith Packard <[email protected]>
Newsgroups gmane.comp.lib.newlib
Message-ID <[email protected]>
Signed-off-by: Keith Packard <[email protected]>
---
 newlib/libm/machine/i386/f_llrint.c  | 1 +
 newlib/libm/machine/i386/f_llrintf.c | 9 +++++++++
 newlib/libm/machine/i386/f_llrintl.c | 9 +++++++++
 newlib/libm/machine/i386/f_lrint.c   | 9 +++++++++
 newlib/libm/machine/i386/f_lrintf.c  | 9 +++++++++
 newlib/libm/machine/i386/f_lrintl.c  | 9 +++++++++
 newlib/libm/machine/i386/f_rint.c    | 9 +++++++++
 newlib/libm/machine/i386/f_rintf.c   | 9 +++++++++
 newlib/libm/machine/i386/f_rintl.c   | 9 +++++++++
 9 files changed, 73 insertions(+)

diff --git a/newlib/libm/machine/i386/f_llrint.c b/newlib/libm/machine/i386/f_llrint.c
index 6cc81ea1f..8bf585dd1 100644
--- a/newlib/libm/machine/i386/f_llrint.c
+++ b/newlib/libm/machine/i386/f_llrint.c
@@ -1,3 +1,4 @@
+/* Copyright (c) 2007 Dave Korn */
 /*
  * ====================================================
  * x87 FP implementation contributed to Newlib by
diff --git a/newlib/libm/machine/i386/f_llrintf.c b/newlib/libm/machine/i386/f_llrintf.c
index 427ad204c..81e1abe18 100644
--- a/newlib/libm/machine/i386/f_llrintf.c
+++ b/newlib/libm/machine/i386/f_llrintf.c
@@ -1,3 +1,12 @@
+/*
+Copyright (c) 2007 Dave Korn 
+
+
+x87 FP implementation contributed to Newlib by
+Dave Korn, November 2007.  This file is placed in the
+public domain.  Permission to use, copy, modify, and 
+distribute this software is freely granted.
+ */
 /*
  * ====================================================
  * x87 FP implementation contributed to Newlib by
diff --git a/newlib/libm/machine/i386/f_llrintl.c b/newlib/libm/machine/i386/f_llrintl.c
index 610270c3d..4e4c1c244 100644
--- a/newlib/libm/machine/i386/f_llrintl.c
+++ b/newlib/libm/machine/i386/f_llrintl.c
@@ -1,3 +1,12 @@
+/*
+Copyright (c) 2007 Dave Korn 
+
+
+x87 FP implementation contributed to Newlib by
+Dave Korn, November 2007.  This file is placed in the
+public domain.  Permission to use, copy, modify, and 
+distribute this software is freely granted.
+ */
 /*
  * ====================================================
  * x87 FP implementation contributed to Newlib by
diff --git a/newlib/libm/machine/i386/f_lrint.c b/newlib/libm/machine/i386/f_lrint.c
index 62b2c41ed..15d535830 100644
--- a/newlib/libm/machine/i386/f_lrint.c
+++ b/newlib/libm/machine/i386/f_lrint.c
@@ -1,3 +1,12 @@
+/*
+Copyright (c) 2007 Dave Korn 
+
+
+x87 FP implementation contributed to Newlib by
+Dave Korn, November 2007.  This file is placed in the
+public domain.  Permission to use, copy, modify, and 
+distribute this software is freely granted.
+ */
 /*
  * ====================================================
  * x87 FP implementation contributed to Newlib by
diff --git a/newlib/libm/machine/i386/f_lrintf.c b/newlib/libm/machine/i386/f_lrintf.c
index da8ffa62d..fd4f8eb10 100644
--- a/newlib/libm/machine/i386/f_lrintf.c
+++ b/newlib/libm/machine/i386/f_lrintf.c
@@ -1,3 +1,12 @@
+/*
+Copyright (c) 2007 Dave Korn 
+
+
+x87 FP implementation contributed to Newlib by
+Dave Korn, November 2007.  This file is placed in the
+public domain.  Permission to use, copy, modify, and 
+distribute this software is freely granted.
+ */
 /*
  * ====================================================
  * x87 FP implementation contributed to Newlib by
diff --git a/newlib/libm/machine/i386/f_lrintl.c b/newlib/libm/machine/i386/f_lrintl.c
index eae2bca28..d47ffdfb8 100644
--- a/newlib/libm/machine/i386/f_lrintl.c
+++ b/newlib/libm/machine/i386/f_lrintl.c
@@ -1,3 +1,12 @@
+/*
+Copyright (c) 2007 Dave Korn 
+
+
+x87 FP implementation contributed to Newlib by
+Dave Korn, November 2007.  This file is placed in the
+public domain.  Permission to use, copy, modify, and 
+distribute this software is freely granted.
+ */
 /*
  * ====================================================
  * x87 FP implementation contributed to Newlib by
diff --git a/newlib/libm/machine/i386/f_rint.c b/newlib/libm/machine/i386/f_rint.c
index e72316f22..ba73271f8 100644
--- a/newlib/libm/machine/i386/f_rint.c
+++ b/newlib/libm/machine/i386/f_rint.c
@@ -1,3 +1,12 @@
+/*
+Copyright (c) 2007 Dave Korn 
+
+
+x87 FP implementation contributed to Newlib by
+Dave Korn, November 2007.  This file is placed in the
+public domain.  Permission to use, copy, modify, and 
+distribute this software is freely granted.
+ */
 /*
  * ====================================================
  * x87 FP implementation contributed to Newlib by
diff --git a/newlib/libm/machine/i386/f_rintf.c b/newlib/libm/machine/i386/f_rintf.c
index a7dabb7f3..df109948a 100644
--- a/newlib/libm/machine/i386/f_rintf.c
+++ b/newlib/libm/machine/i386/f_rintf.c
@@ -1,3 +1,12 @@
+/*
+Copyright (c) 2007 Dave Korn 
+
+
+x87 FP implementation contributed to Newlib by
+Dave Korn, November 2007.  This file is placed in the
+public domain.  Permission to use, copy, modify, and 
+distribute this software is freely granted.
+ */
 /*
  * ====================================================
  * x87 FP implementation contributed to Newlib by
diff --git a/newlib/libm/machine/i386/f_rintl.c b/newlib/libm/machine/i386/f_rintl.c
index 0e67739b5..78c958040 100644
--- a/newlib/libm/machine/i386/f_rintl.c
+++ b/newlib/libm/machine/i386/f_rintl.c
@@ -1,3 +1,12 @@
+/*
+Copyright (c) 2007 Dave Korn 
+
+
+x87 FP implementation contributed to Newlib by
+Dave Korn, November 2007.  This file is placed in the
+public domain.  Permission to use, copy, modify, and 
+distribute this software is freely granted.
+ */
 /*
  * ====================================================
  * x87 FP implementation contributed to Newlib by
-- 
2.25.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.