Remove some incorrect licencing goop.

This commit is contained in:
simonb 2006-07-10 23:22:28 +00:00
parent 52b60673ac
commit a4c494b1d1
1 changed files with 2 additions and 9 deletions

View File

@ -1,12 +1,5 @@
/* $NetBSD: twa.c,v 1.4 2006/07/10 23:20:43 simonb Exp $ */
/* $NetBSD: twa.c,v 1.5 2006/07/10 23:22:28 simonb Exp $ */
/* $wasabi: twa.c,v 1.25 2006/05/01 15:16:59 simonb Exp $ */
/*
* Copyright (c) 2004-2006 Wasabi Systems, Inc.
* All rights reserved.
*
* Your Wasabi Systems License Agreement specifies the terms and
* conditions for use and redistribution.
*/
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@ -81,7 +74,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.4 2006/07/10 23:20:43 simonb Exp $");
__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.5 2006/07/10 23:22:28 simonb Exp $");
#include <sys/param.h>
#include <sys/systm.h>