X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b26c92351a078b89c21e2625d2c7afd809a78e0b..c2714ef59c9198e2c0d7aaf2cb07b9daddbf4490:/sys/sys/kernel.h diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h index d0ad8201df..c8f5e19eee 100644 --- a/sys/sys/kernel.h +++ b/sys/sys/kernel.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) 1990 The Regents of the University of California. * All rights reserved. @@ -31,7 +38,7 @@ * SUCH DAMAGE. * * from: @(#)kernel.h 7.4 (Berkeley) 2/15/91 - * $Id: kernel.h,v 1.7 1993/12/20 16:13:05 wollman Exp $ + * $Id: kernel.h,v 1.8 1993/12/20 19:31:42 wollman Exp $ */ #ifndef _SYS_KERNEL_H_