X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/028ca06409743c9404b031313ae8c97b5dede721..7450d810e64af1fef213e953266fd6d4cafba8bf:/sys/kern/kern_subr.c diff --git a/sys/kern/kern_subr.c b/sys/kern/kern_subr.c index 9c8accffaf..355f575dd4 100644 --- a/sys/kern/kern_subr.c +++ b/sys/kern/kern_subr.c @@ -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, 1991 Regents of the University of California. * All rights reserved. @@ -31,7 +38,7 @@ * SUCH DAMAGE. * * from: @(#)kern_subr.c 7.7 (Berkeley) 4/15/91 - * $Id: kern_subr.c,v 1.4 1993/11/25 01:33:11 wollman Exp $ + * $Id: kern_subr.c,v 1.5 1993/12/19 00:51:31 wollman Exp $ */ #include "param.h"