diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-06 19:26:10 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-06 19:26:10 +0000 |
commit | 5125f91910b8b057b3f9d2c310f1b37eaa852e15 (patch) | |
tree | 1baa3d2515a8737097a01dd251af049abb0eeb14 | |
parent | db040b1759feca8d74e08de660d9796572526892 (diff) | |
download | newlib-5125f91910b8b057b3f9d2c310f1b37eaa852e15.zip newlib-5125f91910b8b057b3f9d2c310f1b37eaa852e15.tar.gz newlib-5125f91910b8b057b3f9d2c310f1b37eaa852e15.tar.bz2 |
2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
* libc/libc.texinfo: Correct escape character for @ sign
so file will be processed by make info. Update copyright years.
* libm/libm.texinfo: Ditto.
-rw-r--r-- | newlib/ChangeLog | 6 | ||||
-rw-r--r-- | newlib/libc/libc.texinfo | 6 | ||||
-rw-r--r-- | newlib/libm/libm.texinfo | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 3d1b596..45e7d8c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2004-01-06 Jeff Johnston <jjohnstn@redhat.com> + + * libc/libc.texinfo: Correct escape character for @ sign + so file will be processed by make info. Update copyright years. + * libm/libm.texinfo: Ditto. + 2003-12-05 Jeff Johnston <jjohnstn@redhat.com> * libc/include/sys/stat.h: No longer include stat-dj.h. diff --git a/newlib/libc/libc.texinfo b/newlib/libc/libc.texinfo index b83ba3a..df8f494 100644 --- a/newlib/libc/libc.texinfo +++ b/newlib/libc/libc.texinfo @@ -28,7 +28,7 @@ END-INFO-DIR-ENTRY @ifinfo This file documents the ANSI C library. -Copyright (C) 1992, 1993, 1994-2002 Red Hat, Inc. +Copyright (C) 1992, 1993, 1994-2004 Red Hat, Inc. @file{libc} includes software developed by the University of California, Berkeley and its contributors. @@ -94,8 +94,8 @@ into another language, under the above conditions for modified versions. @tex {\parskip=0pt -sac@@cygnus.com, pesch@@cygnus.com, jjohnstn@redhat.com\hfill {\it The Red Hat newlib C Library}\par -Copyright \copyright{} 1992, 1993, 1994-2002 Red Hat Inc. +sac@@cygnus.com, pesch@@cygnus.com, jjohnstn@@redhat.com\hfill {\it The Red Hat newlib C Library}\par +Copyright \copyright{} 1992, 1993, 1994-2004 Red Hat Inc. } \global\parindent=0pt % Steve likes it this way @end tex diff --git a/newlib/libm/libm.texinfo b/newlib/libm/libm.texinfo index 66b322a..f7f18e2 100644 --- a/newlib/libm/libm.texinfo +++ b/newlib/libm/libm.texinfo @@ -28,7 +28,7 @@ END-INFO-DIR-ENTRY @ifinfo This file documents an ANSI-C conforming mathematical subroutine library. -Copyright (C) 1992, 1993, 1995, 1996-2002 Red Hat, Inc. +Copyright (C) 1992, 1993, 1995, 1996-2004 Red Hat, Inc. @file{libm} includes software developed at SunPro, a Sun Microsystems, Inc. business. Permission to use, copy, modify, and distribute this @@ -74,13 +74,13 @@ into another language, under the above conditions for modified versions. \hfill Red Hat Support\par \hfill sac@@cygnus.com\par \hfill pesch@@cygnus.com\par -\hfill jjohnstn@redhat.com\par +\hfill jjohnstn@@redhat.com\par } \global\parindent=0pt % Steve likes it this way @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1992, 1993, 1994-2002 Red Hat, Inc. +Copyright @copyright{} 1992, 1993, 1994-2004 Red Hat, Inc. @file{libm} includes software developed at SunPro, a Sun Microsystems, Inc. business. Permission to use, copy, modify, and distribute this |