1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Alpha 8200: minor formatting tweaks; removal of clause 3 of licence.

This commit is contained in:
Matt Jacob 2000-03-18 07:46:34 +00:00
parent eaef8d3ef1
commit 9132772537
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58205

View File

@ -2,7 +2,7 @@
/* $NetBSD: mcclock_tlsb.c,v 1.8 1998/05/13 02:50:29 thorpej Exp $ */
/*
* Copyright (c) 1997 by Matthew Jacob
* Copyright (c) 1997, 2000 by Matthew Jacob
* NASA AMES Research Center.
* All rights reserved.
*
@ -15,8 +15,6 @@
* 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. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@ -80,9 +78,7 @@ static device_method_t mcclock_tlsb_methods[] = {
};
static driver_t mcclock_tlsb_driver = {
"mcclock",
mcclock_tlsb_methods,
sizeof(struct mcclock_tlsb_softc),
"mcclock", mcclock_tlsb_methods, sizeof(struct mcclock_tlsb_softc),
};
static devclass_t mcclock_devclass;