2002-03-12 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/go32/access.c: Change license to relaxed license used in identical file throughout newlib/libgloss.
This commit is contained in:
parent
d2a246ad72
commit
c53d845331
|
@ -1,3 +1,8 @@
|
||||||
|
2002-03-12 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/sys/go32/access.c: Change license to relaxed license
|
||||||
|
used in identical file throughout newlib/libgloss.
|
||||||
|
|
||||||
2002-03-12 Richard Earnshaw <rearnsha@arm.com>
|
2002-03-12 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
* libc/sys/arm/access.c: New file.
|
* libc/sys/arm/access.c: New file.
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
/* This is file ACCESS.C */
|
/* This is file ACCESS.C */
|
||||||
/*
|
/*
|
||||||
** Copyright (C) 1993 DJ Delorie
|
* Copyright (C) 1993 DJ Delorie
|
||||||
**
|
* All rights reserved.
|
||||||
** This file is distributed under the terms listed in the document
|
*
|
||||||
** "copying.dj".
|
* Redistribution and use in source and binary forms is permitted
|
||||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
* provided that the above copyright notice and following paragraph are
|
||||||
** should be available from where this file was obtained. This file
|
* duplicated in all such forms.
|
||||||
** may not be distributed without a verbatim copy of "copying.dj".
|
*
|
||||||
**
|
* This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||||
** This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
Loading…
Reference in New Issue