X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b40b4201e172e7b29d0898e0ec83b865a1920a2f..c2714ef59c9198e2c0d7aaf2cb07b9daddbf4490:/sys/sys/stat.h diff --git a/sys/sys/stat.h b/sys/sys/stat.h index 0fcfac18a0..f6c240f57b 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -1,3 +1,10 @@ +/* + * Copyright (c) UNIX System Laboratories, Inc. All or some portions + * of this file are derived from material licensed to the + * University of California by American Telephone and Telegraph Co. + * or UNIX System Laboratories, Inc. and are reproduced herein with + * the permission of UNIX System Laboratories, Inc. + */ /*- * Copyright (c) 1982, 1986, 1989 The Regents of the University of California. * All rights reserved. @@ -31,7 +38,7 @@ * SUCH DAMAGE. * * from: @(#)stat.h 7.11 (Berkeley) 3/3/91 - * $Id$ + * $Id: stat.h,v 1.4 1993/10/16 17:17:50 rgrimes Exp $ */ #ifndef _SYS_STAT_H_