4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-30 19:10:36 +08:00

* ms1/access.c: Change copyright notice.

This commit is contained in:
Aldy Hernandez 2005-08-25 22:36:48 +00:00
parent 3716969169
commit b12e178425
2 changed files with 14 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2005-08-24 Aldy Hernandez <aldyh@redhat.com>
* ms1/access.c: Change copyright notice.
2005-08-19 DJ Delorie <dj@redhat.com> 2005-08-19 DJ Delorie <dj@redhat.com>
* m32c/Makefile.in (m16cmon.ld, m32cmon.ld): Fix output names. * m32c/Makefile.in (m16cmon.ld, m32cmon.ld): Fix output names.

View File

@ -1,16 +1,15 @@
/* This is file ACCESS.C */ /* This is file ACCESS.C */
/* /*
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954 * Copyright (C) 1993 DJ Delorie
** * All rights reserved.
** This file is distributed under the terms listed in the document *
** "copying.dj", available from DJ Delorie at the address above. * 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>
#include <sys/stat.h> #include <sys/stat.h>