Move the $NetBSD$ tag to the top of the file, per standard NetBSD
practice (which we seem to mostly follow in the tree). Move the $FreeBSD$ tag to its more proper place after all copyright and license notices. Add '-' to the copyright notice for Christian E. Hopps so my copyright script picks it up.
This commit is contained in:
parent
4cbd2da471
commit
34de3d9d90
@ -1,3 +1,4 @@
|
||||
/* $NetBSD: if_ray.c,v 1.12 2000/02/07 09:36:27 augustss Exp $ */
|
||||
/*-
|
||||
* Copyright (C) 2000
|
||||
* Dr. Duncan McLennan Barclay, dmlb@ragnet.demon.co.uk.
|
||||
@ -31,11 +32,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/* $NetBSD: if_ray.c,v 1.12 2000/02/07 09:36:27 augustss Exp $ */
|
||||
/*
|
||||
/*-
|
||||
* Copyright (c) 2000 Christian E. Hopps
|
||||
* All rights reserved.
|
||||
*
|
||||
@ -64,6 +61,9 @@ __FBSDID("$FreeBSD$");
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* Card configuration
|
||||
* ==================
|
||||
|
Loading…
Reference in New Issue
Block a user