[PATCH 23/27] Add missing copyrights to 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_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 ([email protected]) which specified the use * of the __USER_LABEL_PREFIX__ and __REGISTER_PREFIX__ macros. -- 2.25.0