diff options
author | dyson <dyson@FreeBSD.org> | 1998-04-25 04:50:03 +0000 |
---|---|---|
committer | dyson <dyson@FreeBSD.org> | 1998-04-25 04:50:03 +0000 |
commit | 888e1a851b37c81e48367edd4286051ea143bdf4 (patch) | |
tree | a903e77e02f814c58a9be9dd8c37c1875062b014 | |
parent | b73332da4c8848044569e16e84b22e4130d0731e (diff) | |
download | FreeBSD-src-888e1a851b37c81e48367edd4286051ea143bdf4.zip FreeBSD-src-888e1a851b37c81e48367edd4286051ea143bdf4.tar.gz |
Correct copyright.
-rw-r--r-- | sys/vm/vm_zone.c | 4 | ||||
-rw-r--r-- | sys/vm/vm_zone.h | 13 |
2 files changed, 5 insertions, 12 deletions
diff --git a/sys/vm/vm_zone.c b/sys/vm/vm_zone.c index 59fc947..478ed48 100644 --- a/sys/vm/vm_zone.c +++ b/sys/vm/vm_zone.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 John S. Dyson + * Copyright (c) 1997, 1998 John S. Dyson * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -11,7 +11,7 @@ * 2. Absolutely no warranty of function or purpose is made by the author * John S. Dyson. * - * $Id: vm_zone.c,v 1.19 1998/02/23 07:42:35 dyson Exp $ + * $Id: vm_zone.c,v 1.20 1998/04/15 17:47:40 bde Exp $ */ #include <sys/param.h> diff --git a/sys/vm/vm_zone.h b/sys/vm/vm_zone.h index e1e850f..55c54d3 100644 --- a/sys/vm/vm_zone.h +++ b/sys/vm/vm_zone.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 John S. Dyson + * Copyright (c) 1997, 1998 John S. Dyson * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -8,17 +8,10 @@ * 1. Redistributions of source code must retain the above copyright * notice immediately at the beginning of the file, without modification, * this list of conditions, and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. Absolutely no warranty of function or purpose is made by the author + * 2. Absolutely no warranty of function or purpose is made by the author * John S. Dyson. - * 4. This work was done expressly for inclusion into FreeBSD. Other use - * is allowed if this notation is included. - * 5. Modifications may be freely made to this file if the above conditions - * are met. * - * $Id: vm_zone.h,v 1.8 1997/12/05 19:55:52 bde Exp $ + * $Id: vm_zone.c,v 1.20 1998/04/15 17:47:40 bde Exp $ */ #if !defined(_SYS_ZONE_H) |