summaryrefslogtreecommitdiffstats
path: root/sys/dev/ray
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-02-06 21:15:19 +0000
committerimp <imp@FreeBSD.org>2005-02-06 21:15:19 +0000
commit8b5bf2904693535c4115192eb713ec78f2b611d9 (patch)
tree3caf2bb2cbba9a54d59cb13571cf5e857a136625 /sys/dev/ray
parente4e0cab9b707638949ea3050874d5e5fa76d75f7 (diff)
downloadFreeBSD-src-8b5bf2904693535c4115192eb713ec78f2b611d9.zip
FreeBSD-src-8b5bf2904693535c4115192eb713ec78f2b611d9.tar.gz
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.
Diffstat (limited to 'sys/dev/ray')
-rw-r--r--sys/dev/ray/if_ray.c10
1 files changed, 5 insertions, 5 deletions
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 <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
* ==================
OpenPOWER on IntegriCloud