summaryrefslogtreecommitdiff
path: root/bsd-core/drm_os_netbsd.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-08-19 00:41:00 +0000
committerEric Anholt <anholt@freebsd.org>2003-08-19 00:41:00 +0000
commitad78a613a49daea936372c75423ac17f9f83b092 (patch)
tree6b9d6d771b5a64cafe6917d779221adab34b82d5 /bsd-core/drm_os_netbsd.h
parent07a9b30082d6a64d39964f504e3afc4317e22ef7 (diff)
- Remove $FreeBSD$ tags as they weren't too useful and merges are now being
done through perforce. - Add copyright headers to drm_os_*bsd.h, still need to research the other copyright-less files better.
Diffstat (limited to 'bsd-core/drm_os_netbsd.h')
-rw-r--r--bsd-core/drm_os_netbsd.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/bsd-core/drm_os_netbsd.h b/bsd-core/drm_os_netbsd.h
index b02eadd8..8053f874 100644
--- a/bsd-core/drm_os_netbsd.h
+++ b/bsd-core/drm_os_netbsd.h
@@ -1,3 +1,35 @@
+/**
+ * \file drm_os_netbsd.h
+ * OS-specific #defines for NetBSD
+ *
+ * \author Eric Anholt <anholt@FreeBSD.org>
+ * \author Erik Reid <reide@canuck.com>
+ */
+
+/*
+ * Copyright 2003 Eric Anholt
+ * All Rights Reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice (including the next
+ * paragraph) shall be included in all copies or substantial portions of the
+ * Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/malloc.h>