Correct copyright.

This commit is contained in:
John Dyson 1998-04-25 04:50:03 +00:00
parent 012417733c
commit adc78b8c71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35447
2 changed files with 5 additions and 12 deletions

View File

@ -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>

View File

@ -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)