diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-06-29 14:06:52 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-06-29 14:06:52 -0400 |
commit | 4d76075dbb618a47ff9fc15c4be2e2d34210fa8d (patch) | |
tree | 986745461d97a159e31130c6c35487cbcae76728 /hw/xfree86/os-support/bsd | |
parent | 2691c05fd647d9fa10f791ac397ecb9c423a076f (diff) |
Death to RCS tags.
Diffstat (limited to 'hw/xfree86/os-support/bsd')
-rw-r--r-- | hw/xfree86/os-support/bsd/alpha_video.c | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/arm_video.c | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/bsd_VTsw.c | 1 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/bsd_apm.c | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/bsd_init.c | 1 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/bsd_kmod.c | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/bsd_kqueue_apm.c | 1 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/i386_video.c | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/libusb/data.c | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/libusb/descr.c | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/libusb/parse.c | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/libusb/usage.c | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/libusb/usb.h | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/libusb/usbvar.h | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/memrange.h | 3 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/ppc_video.c | 2 | ||||
-rw-r--r-- | hw/xfree86/os-support/bsd/sparc64_video.c | 3 |
17 files changed, 0 insertions, 33 deletions
diff --git a/hw/xfree86/os-support/bsd/alpha_video.c b/hw/xfree86/os-support/bsd/alpha_video.c index 5052b7862..a1b19d0f6 100644 --- a/hw/xfree86/os-support/bsd/alpha_video.c +++ b/hw/xfree86/os-support/bsd/alpha_video.c @@ -23,8 +23,6 @@ * */ -/* $XConsortium: bsd_video.c /main/10 1996/10/25 11:37:57 kaleb $ */ - #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif diff --git a/hw/xfree86/os-support/bsd/arm_video.c b/hw/xfree86/os-support/bsd/arm_video.c index 4a3d5ca52..b556563d3 100644 --- a/hw/xfree86/os-support/bsd/arm_video.c +++ b/hw/xfree86/os-support/bsd/arm_video.c @@ -56,8 +56,6 @@ * */ -/* $XConsortium: bsd_video.c /main/10 1996/10/25 11:37:57 kaleb $ */ - #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif diff --git a/hw/xfree86/os-support/bsd/bsd_VTsw.c b/hw/xfree86/os-support/bsd/bsd_VTsw.c index 00591d135..476a0e957 100644 --- a/hw/xfree86/os-support/bsd/bsd_VTsw.c +++ b/hw/xfree86/os-support/bsd/bsd_VTsw.c @@ -22,7 +22,6 @@ * PERFORMANCE OF THIS SOFTWARE. * */ -/* $XConsortium: bsd_VTsw.c /main/4 1996/02/21 17:50:57 kaleb $ */ #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> diff --git a/hw/xfree86/os-support/bsd/bsd_apm.c b/hw/xfree86/os-support/bsd/bsd_apm.c index c8e204307..61779875c 100644 --- a/hw/xfree86/os-support/bsd/bsd_apm.c +++ b/hw/xfree86/os-support/bsd/bsd_apm.c @@ -1,5 +1,3 @@ -/* $XFree86$ */ - #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif diff --git a/hw/xfree86/os-support/bsd/bsd_init.c b/hw/xfree86/os-support/bsd/bsd_init.c index eb6d85053..07f031fa8 100644 --- a/hw/xfree86/os-support/bsd/bsd_init.c +++ b/hw/xfree86/os-support/bsd/bsd_init.c @@ -22,7 +22,6 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * */ -/* $XConsortium: bsd_init.c /main/8 1996/10/23 13:13:05 kaleb $ */ #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> diff --git a/hw/xfree86/os-support/bsd/bsd_kmod.c b/hw/xfree86/os-support/bsd/bsd_kmod.c index 08180106d..b6c755852 100644 --- a/hw/xfree86/os-support/bsd/bsd_kmod.c +++ b/hw/xfree86/os-support/bsd/bsd_kmod.c @@ -1,5 +1,3 @@ -/* $XFree86$ */ - #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif diff --git a/hw/xfree86/os-support/bsd/bsd_kqueue_apm.c b/hw/xfree86/os-support/bsd/bsd_kqueue_apm.c index 0a0434f2a..b0171e2c3 100644 --- a/hw/xfree86/os-support/bsd/bsd_kqueue_apm.c +++ b/hw/xfree86/os-support/bsd/bsd_kqueue_apm.c @@ -25,7 +25,6 @@ * or other dealings in this Software without prior written authorization * from the XFree86 Project. */ -/* $OpenBSD: bsd_kqueue_apm.c,v 1.5 2002/07/30 23:07:42 matthieu Exp $ */ #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> diff --git a/hw/xfree86/os-support/bsd/i386_video.c b/hw/xfree86/os-support/bsd/i386_video.c index ae16b78aa..e7db6c10e 100644 --- a/hw/xfree86/os-support/bsd/i386_video.c +++ b/hw/xfree86/os-support/bsd/i386_video.c @@ -23,8 +23,6 @@ * */ -/* $XConsortium: bsd_video.c /main/10 1996/10/25 11:37:57 kaleb $ */ - #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif diff --git a/hw/xfree86/os-support/bsd/libusb/data.c b/hw/xfree86/os-support/bsd/libusb/data.c index df5a9d2f6..292e5d885 100644 --- a/hw/xfree86/os-support/bsd/libusb/data.c +++ b/hw/xfree86/os-support/bsd/libusb/data.c @@ -1,5 +1,3 @@ -/* $NetBSD: data.c,v 1.6 1999/09/20 04:48:12 lukem Exp $ */ - /* * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. diff --git a/hw/xfree86/os-support/bsd/libusb/descr.c b/hw/xfree86/os-support/bsd/libusb/descr.c index bbcb55853..4dc3524d5 100644 --- a/hw/xfree86/os-support/bsd/libusb/descr.c +++ b/hw/xfree86/os-support/bsd/libusb/descr.c @@ -1,5 +1,3 @@ -/* $NetBSD: descr.c,v 1.7 1999/10/13 17:48:04 drochner Exp $ */ - /* * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. diff --git a/hw/xfree86/os-support/bsd/libusb/parse.c b/hw/xfree86/os-support/bsd/libusb/parse.c index c68ccb524..0a846e42b 100644 --- a/hw/xfree86/os-support/bsd/libusb/parse.c +++ b/hw/xfree86/os-support/bsd/libusb/parse.c @@ -1,5 +1,3 @@ -/* $NetBSD: parse.c,v 1.7 1999/10/13 17:48:04 drochner Exp $ */ - /* * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. diff --git a/hw/xfree86/os-support/bsd/libusb/usage.c b/hw/xfree86/os-support/bsd/libusb/usage.c index a8a5f650e..9b491c57a 100644 --- a/hw/xfree86/os-support/bsd/libusb/usage.c +++ b/hw/xfree86/os-support/bsd/libusb/usage.c @@ -1,5 +1,3 @@ -/* $NetBSD: usage.c,v 1.4 1999/07/02 15:46:53 simonb Exp $ */ - /* * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. diff --git a/hw/xfree86/os-support/bsd/libusb/usb.h b/hw/xfree86/os-support/bsd/libusb/usb.h index fedd3e545..c39dc063a 100644 --- a/hw/xfree86/os-support/bsd/libusb/usb.h +++ b/hw/xfree86/os-support/bsd/libusb/usb.h @@ -1,5 +1,3 @@ -/* $NetBSD: usb.h,v 1.5 1999/07/02 15:46:53 simonb Exp $ */ - /* * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. diff --git a/hw/xfree86/os-support/bsd/libusb/usbvar.h b/hw/xfree86/os-support/bsd/libusb/usbvar.h index db2cae171..ce38a0730 100644 --- a/hw/xfree86/os-support/bsd/libusb/usbvar.h +++ b/hw/xfree86/os-support/bsd/libusb/usbvar.h @@ -1,5 +1,3 @@ -/* $NetBSD: usbvar.h,v 1.2 1999/05/11 21:15:46 augustss Exp $ */ - /* * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. diff --git a/hw/xfree86/os-support/bsd/memrange.h b/hw/xfree86/os-support/bsd/memrange.h index 0f4b270f4..03c479144 100644 --- a/hw/xfree86/os-support/bsd/memrange.h +++ b/hw/xfree86/os-support/bsd/memrange.h @@ -1,9 +1,6 @@ /* * Memory range attribute operations, peformed on /dev/mem - * - * $FreeBSD: src/sys/sys/memrange.h,v 1.4 1999/12/29 04:24:44 peter Exp $ */ -/* $XFree86$ */ #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> diff --git a/hw/xfree86/os-support/bsd/ppc_video.c b/hw/xfree86/os-support/bsd/ppc_video.c index 6a23b4e5c..06be654e1 100644 --- a/hw/xfree86/os-support/bsd/ppc_video.c +++ b/hw/xfree86/os-support/bsd/ppc_video.c @@ -23,8 +23,6 @@ * */ -/* $XConsortium: bsd_video.c /main/10 1996/10/25 11:37:57 kaleb $ */ - #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif diff --git a/hw/xfree86/os-support/bsd/sparc64_video.c b/hw/xfree86/os-support/bsd/sparc64_video.c index 0cb9d4d56..fb5e8529b 100644 --- a/hw/xfree86/os-support/bsd/sparc64_video.c +++ b/hw/xfree86/os-support/bsd/sparc64_video.c @@ -23,9 +23,6 @@ * */ - -/* $XConsortium: bsd_video.c /main/10 1996/10/25 11:37:57 kaleb $ */ - #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif |