tweak copyright
This commit is contained in:
parent
e4b5b62a3d
commit
1226af2bc4
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: ffs.c,v 1.2 2001/10/28 13:14:05 lukem Exp $ */
|
||||
/* $NetBSD: ffs.c,v 1.3 2001/11/02 03:12:48 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2001 Wasabi Systems, Inc.
|
||||
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Written by Luke Mewburn for Wasabi Systems, Inc.
|
||||
@ -71,7 +71,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef __lint
|
||||
__RCSID("$NetBSD: ffs.c,v 1.2 2001/10/28 13:14:05 lukem Exp $");
|
||||
__RCSID("$NetBSD: ffs.c,v 1.3 2001/11/02 03:12:48 lukem Exp $");
|
||||
#endif /* !__lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: buf.c,v 1.2 2001/10/28 13:14:06 lukem Exp $ */
|
||||
/* $NetBSD: buf.c,v 1.3 2001/11/02 03:12:49 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2001 Wasabi Systems, Inc.
|
||||
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Written by Luke Mewburn for Wasabi Systems, Inc.
|
||||
@ -37,7 +37,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef __lint
|
||||
__RCSID("$NetBSD: buf.c,v 1.2 2001/10/28 13:14:06 lukem Exp $");
|
||||
__RCSID("$NetBSD: buf.c,v 1.3 2001/11/02 03:12:49 lukem Exp $");
|
||||
#endif /* !__lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: buf.h,v 1.1.1.1 2001/10/26 06:20:21 lukem Exp $ */
|
||||
/* $NetBSD: buf.h,v 1.2 2001/11/02 03:12:49 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2001 Wasabi Systems, Inc.
|
||||
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Written by Luke Mewburn for Wasabi Systems, Inc.
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" $NetBSD: makefs.8,v 1.1.1.1 2001/10/26 07:40:18 lukem Exp $
|
||||
.\" $NetBSD: makefs.8,v 1.2 2001/11/02 03:12:48 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright 2001 Wasabi Systems, Inc.
|
||||
.\" Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Written by Luke Mewburn for Wasabi Systems, Inc.
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: makefs.c,v 1.3 2001/10/29 07:30:08 lukem Exp $ */
|
||||
/* $NetBSD: makefs.c,v 1.4 2001/11/02 03:12:48 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2001 Wasabi Systems, Inc.
|
||||
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Written by Luke Mewburn for Wasabi Systems, Inc.
|
||||
@ -37,7 +37,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef __lint
|
||||
__RCSID("$NetBSD: makefs.c,v 1.3 2001/10/29 07:30:08 lukem Exp $");
|
||||
__RCSID("$NetBSD: makefs.c,v 1.4 2001/11/02 03:12:48 lukem Exp $");
|
||||
#endif /* !__lint */
|
||||
|
||||
#include <assert.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: makefs.h,v 1.1.1.1 2001/10/26 05:11:42 lukem Exp $ */
|
||||
/* $NetBSD: makefs.h,v 1.2 2001/11/02 03:12:48 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2001 Wasabi Systems, Inc.
|
||||
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Written by Luke Mewburn for Wasabi Systems, Inc.
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: walk.c,v 1.4 2001/10/29 07:30:07 lukem Exp $ */
|
||||
/* $NetBSD: walk.c,v 1.5 2001/11/02 03:12:48 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2001 Wasabi Systems, Inc.
|
||||
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Written by Luke Mewburn for Wasabi Systems, Inc.
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef __lint
|
||||
__RCSID("$NetBSD: walk.c,v 1.4 2001/10/29 07:30:07 lukem Exp $");
|
||||
__RCSID("$NetBSD: walk.c,v 1.5 2001/11/02 03:12:48 lukem Exp $");
|
||||
#endif /* !__lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user