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 /sys/vm/vm_zone.c | |
parent | b73332da4c8848044569e16e84b22e4130d0731e (diff) | |
download | FreeBSD-src-888e1a851b37c81e48367edd4286051ea143bdf4.zip FreeBSD-src-888e1a851b37c81e48367edd4286051ea143bdf4.tar.gz |
Correct copyright.
Diffstat (limited to 'sys/vm/vm_zone.c')
-rw-r--r-- | sys/vm/vm_zone.c | 4 |
1 files changed, 2 insertions, 2 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> |