* 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.
This commit is contained in:
parent
fc41708502
commit
63dc5d80f6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue