diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2001-03-14 08:36:33 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2001-03-14 08:36:33 +0000 |
commit | 63dc5d80f6c1087d43610837300dd25928583b6d (patch) | |
tree | 2c5be02ea4de5187b7ba8bfd5a2545249a026618 /newlib | |
parent | fc4170850276a4fc3d748164da3c59f53e4bab44 (diff) | |
download | newlib-63dc5d80f6c1087d43610837300dd25928583b6d.zip newlib-63dc5d80f6c1087d43610837300dd25928583b6d.tar.gz newlib-63dc5d80f6c1087d43610837300dd25928583b6d.tar.bz2 |
* libc/sys/cygwin/crt0.c: Add copyright hint.
* libc/sys/cygwin/sys/dirent.h: Ditto.
* libc/sys/cygwin/sys/param.h: Ditto.
* libc/sys/cygwin/sys/utime.h: Ditto.
* libc/sys/cygwin/sys/utmp.h: Ditto.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 8 | ||||
-rw-r--r-- | newlib/libc/sys/cygwin/crt0.c | 7 | ||||
-rw-r--r-- | newlib/libc/sys/cygwin/sys/dirent.h | 8 | ||||
-rw-r--r-- | newlib/libc/sys/cygwin/sys/param.h | 8 | ||||
-rw-r--r-- | newlib/libc/sys/cygwin/sys/utime.h | 8 | ||||
-rw-r--r-- | newlib/libc/sys/cygwin/sys/utmp.h | 8 |
6 files changed, 46 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 7b56b5b..6797a0c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +Wed Mar 14 9:34:00 2001 Corinna Vinschen <corinna@vinschen.de> + + * libc/sys/cygwin/crt0.c: Add copyright hint. + * libc/sys/cygwin/sys/dirent.h: Ditto. + * libc/sys/cygwin/sys/param.h: Ditto. + * libc/sys/cygwin/sys/utime.h: Ditto. + * libc/sys/cygwin/sys/utmp.h: Ditto. + 2001-03-13 Alexandre Oliva <aoliva@redhat.com> * libc/stdio/vfprintf.c (QUADINT) [_NO_LONGLONG]: Make it diff --git a/newlib/libc/sys/cygwin/crt0.c b/newlib/libc/sys/cygwin/crt0.c index d6bdd5a..2837a54 100644 --- a/newlib/libc/sys/cygwin/crt0.c +++ b/newlib/libc/sys/cygwin/crt0.c @@ -1,3 +1,10 @@ +/* crt0.c. + + Copyright 2001 Red Hat, Inc. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ #ifdef __PPC__ /* For the PowerPC, we want to make this function have its structured diff --git a/newlib/libc/sys/cygwin/sys/dirent.h b/newlib/libc/sys/cygwin/sys/dirent.h index b3d52f7..4d58302 100644 --- a/newlib/libc/sys/cygwin/sys/dirent.h +++ b/newlib/libc/sys/cygwin/sys/dirent.h @@ -1,4 +1,10 @@ -/* Posix dirent.h for WIN32. */ +/* Posix dirent.h for WIN32. + + Copyright 2001 Red Hat, Inc. + + This software is a copyrighted work licensed under the terms of the + Cygwin license. Please consult the file "CYGWIN_LICENSE" for + details. */ /* Including this file should not require any Windows headers. */ diff --git a/newlib/libc/sys/cygwin/sys/param.h b/newlib/libc/sys/cygwin/sys/param.h index 42bb019..09ef74e 100644 --- a/newlib/libc/sys/cygwin/sys/param.h +++ b/newlib/libc/sys/cygwin/sys/param.h @@ -1,3 +1,11 @@ +/* sys/param.h + + Copyright 2001 Red Hat, Inc. + + This software is a copyrighted work licensed under the terms of the + Cygwin license. Please consult the file "CYGWIN_LICENSE" for + details. */ + #ifndef _SYS_PARAM_H #define _SYS_PARAM_H diff --git a/newlib/libc/sys/cygwin/sys/utime.h b/newlib/libc/sys/cygwin/sys/utime.h index 196b089..5565b36 100644 --- a/newlib/libc/sys/cygwin/sys/utime.h +++ b/newlib/libc/sys/cygwin/sys/utime.h @@ -1,3 +1,11 @@ +/* sys/utime.h + + Copyright 2001 Red Hat, Inc. + + This software is a copyrighted work licensed under the terms of the + Cygwin license. Please consult the file "CYGWIN_LICENSE" for + details. */ + #ifndef _SYS_UTIME_H #define _SYS_UTIME_H diff --git a/newlib/libc/sys/cygwin/sys/utmp.h b/newlib/libc/sys/cygwin/sys/utmp.h index 1c1c9aa..7ba33b4 100644 --- a/newlib/libc/sys/cygwin/sys/utmp.h +++ b/newlib/libc/sys/cygwin/sys/utmp.h @@ -1,3 +1,11 @@ +/* sys/utmp.h + + Copyright 2001 Red Hat, Inc. + + This software is a copyrighted work licensed under the terms of the + Cygwin license. Please consult the file "CYGWIN_LICENSE" for + details. */ + #ifndef UTMP_H #define UTMP_H |