This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch: change copyright notice on ms1/access.c


Aldy Hernandez wrote:
DJ has asked me to change the notice, especially since he doesn't
live there any more :).

Is this OK?

Aldy


Yes, go ahead. Thanks.


-- Jeff J.

* ms1/access.c: Change copyright notice.

Index: ms1/access.c
===================================================================
RCS file: /cvs/uberbaum/libgloss/ms1/access.c,v
retrieving revision 1.1
diff -c -p -r1.1 access.c
*** ms1/access.c 6 Jul 2005 12:58:12 -0000 1.1
--- ms1/access.c 24 Aug 2005 22:27:39 -0000
***************
*** 1,16 ****
/* This is file ACCESS.C */
/*
! ** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
! **
! ** This file is distributed under the terms listed in the document
! ** "copying.dj", available from DJ Delorie at the address above.
! ** A copy of "copying.dj" should accompany this file; if not, a copy
! ** should be available from where this file was obtained. This file
! ** may not be distributed without a verbatim copy of "copying.dj".
! **
! ** This file is distributed WITHOUT ANY WARRANTY; without even the implied
! ** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
! */
#include <fcntl.h>
#include <sys/stat.h>
--- 1,15 ----
/* This is file ACCESS.C */
/*
! * Copyright (C) 1993 DJ Delorie
! * All rights reserved.
! *
! * Redistribution and use in source and binary forms is permitted
! * provided that the above copyright notice and following paragraph are
! * duplicated in all such forms.
! *
! * This file is distributed WITHOUT ANY WARRANTY; without even the implied
! * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
! */
#include <fcntl.h>
#include <sys/stat.h>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]