diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-01-08 20:37:02 +0000 | 
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-01-08 20:37:02 +0000 | 
| commit | ef08c42034d24919ac2931e4f939e4ab2c45c273 (patch) | |
| tree | e86facb82a1ea7a417ee62b68c89a3f76a31c45e | |
| parent | fcdc50ebc1cf7a61e783556f79bb41b1b141c34c (diff) | |
Notes
| -rw-r--r-- | sys/kern/kern_prot.c | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c index cb86a9c05fea..a302f14aa7cf 100644 --- a/sys/kern/kern_prot.c +++ b/sys/kern/kern_prot.c @@ -1,12 +1,14 @@  /*-   * Copyright (c) 1982, 1986, 1989, 1990, 1991, 1993 - *	The Regents of the University of California.  All rights reserved. + *	The Regents of the University of California.   * (c) UNIX System Laboratories, Inc. + * Copyright (c) 2000-2001 Robert N. M. Watson. + * All rights reserved. + *   * 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) 2000-2001 Robert N. M. Watson.  All rights reserved.   *   * Redistribution and use in source and binary forms, with or without   * modification, are permitted provided that the following conditions | 
