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

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


Signed-off-by: Keith Packard <keithp@keithp.com>
---
 newlib/libm/machine/i386/f_math.h   | 7 +++++++
 newlib/libm/machine/i386/i386mach.h | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/newlib/libm/machine/i386/f_math.h b/newlib/libm/machine/i386/f_math.h
index 833e5cff9..05db560ac 100644
--- a/newlib/libm/machine/i386/f_math.h
+++ b/newlib/libm/machine/i386/f_math.h
@@ -1,3 +1,10 @@
+/*
+Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved.
+
+Permission to use, copy, modify, and distribute this
+software is freely granted, provided that this notice
+is preserved.
+ */
 #ifndef __F_MATH_H__
 #define __F_MATH_H__
 
diff --git a/newlib/libm/machine/i386/i386mach.h b/newlib/libm/machine/i386/i386mach.h
index 403d24bfe..1e5e93d45 100644
--- a/newlib/libm/machine/i386/i386mach.h
+++ b/newlib/libm/machine/i386/i386mach.h
@@ -1,3 +1,10 @@
+/*
+Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved.
+
+Permission to use, copy, modify, and distribute this
+software is freely granted, provided that this notice
+is preserved.
+ */
 /*  This file was based on the modified setjmp.S performed by
  *  Joel Sherill (joel@OARcorp.com) which specified the use
  *  of the __USER_LABEL_PREFIX__ and __REGISTER_PREFIX__ macros.
-- 
2.25.0



More information about the Newlib mailing list