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/libc/sys/cygwin/crt0.c | |
parent | fc4170850276a4fc3d748164da3c59f53e4bab44 (diff) | |
download | cygnal-63dc5d80f6c1087d43610837300dd25928583b6d.tar.gz cygnal-63dc5d80f6c1087d43610837300dd25928583b6d.tar.bz2 cygnal-63dc5d80f6c1087d43610837300dd25928583b6d.zip |
* 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/libc/sys/cygwin/crt0.c')
-rw-r--r-- | newlib/libc/sys/cygwin/crt0.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/libc/sys/cygwin/crt0.c b/newlib/libc/sys/cygwin/crt0.c index d6bdd5a57..2837a54d1 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 |