From 8b5bf2904693535c4115192eb713ec78f2b611d9 Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 6 Feb 2005 21:15:19 +0000 Subject: 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. --- sys/dev/ray/if_ray.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/dev/ray') diff --git a/sys/dev/ray/if_ray.c b/sys/dev/ray/if_ray.c index f4c4848..35a1815 100644 --- a/sys/dev/ray/if_ray.c +++ b/sys/dev/ray/if_ray.c @@ -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 -__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 +__FBSDID("$FreeBSD$"); + /* * Card configuration * ================== -- cgit v1.1