diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-05-04 08:24:02 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-05-04 08:24:02 +0000 |
commit | 3fd38d54688d22718da9a07db0c8eb9dd6b29eb2 (patch) | |
tree | 5b926e374e24ff9b9d8cedd99ea4c6a1bef49aa5 /sys | |
parent | fce7f94ba7c760c2c99eddb1052ca4b4169eb49e (diff) | |
download | FreeBSD-src-3fd38d54688d22718da9a07db0c8eb9dd6b29eb2.zip FreeBSD-src-3fd38d54688d22718da9a07db0c8eb9dd6b29eb2.tar.gz |
USL copyright
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/i386/conf.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c index e49f881..a52f8cd 100644 --- a/sys/i386/i386/conf.c +++ b/sys/i386/i386/conf.c @@ -1,4 +1,11 @@ /* + * 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. * @@ -34,7 +41,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 5.8 (Berkeley) 5/12/91 - * $Id: conf.c,v 1.23 1994/04/19 23:45:43 wollman Exp $ + * $Id: conf.c,v 1.24 1994/04/21 14:10:31 sos Exp $ */ #include "param.h" |