diff options
author | Egbert Eich <eich@suse.de> | 2004-02-26 13:35:52 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-02-26 13:35:52 +0000 |
commit | 8081c182ae35ebc29723b6ecb8af5f386a438440 (patch) | |
tree | eba8c082b431af3d29751c01879a616a15a1b210 | |
parent | 34cffc30ce3c76b556aa104f4b385925b8dceb23 (diff) |
readding XFree86's cvs IDsxf86-4_3_99_903
-rw-r--r-- | README.sgml | 2 | ||||
-rw-r--r-- | man/i128.man | 2 | ||||
-rw-r--r-- | src/IBMRGB.h | 2 | ||||
-rw-r--r-- | src/Ti302X.h | 2 | ||||
-rw-r--r-- | src/i128.h | 2 | ||||
-rw-r--r-- | src/i128IBMDAC.c | 2 | ||||
-rw-r--r-- | src/i128_driver.c | 2 | ||||
-rw-r--r-- | src/i128accel.c | 2 | ||||
-rw-r--r-- | src/i128dga.c | 2 | ||||
-rw-r--r-- | src/i128init.c | 2 | ||||
-rw-r--r-- | src/i128reg.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/README.sgml b/README.sgml index 42afcb0..b8bd8cf 100644 --- a/README.sgml +++ b/README.sgml @@ -7,7 +7,7 @@ <author>The XFree86 Project Inc. <date>3 November 2000 <ident> -$XFree86$ +$XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/I128.sgml,v 1.6 2000/12/13 01:55:47 robin Exp $ </ident> <toc> diff --git a/man/i128.man b/man/i128.man index 2b19849..4ba8b9b 100644 --- a/man/i128.man +++ b/man/i128.man @@ -1,4 +1,4 @@ -.\" $XFree86$ +.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128.man,v 1.2 2001/01/27 18:20:48 dawes Exp $ .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH I128 __drivermansuffix__ __vendorversion__ diff --git a/src/IBMRGB.h b/src/IBMRGB.h index 53aa540..9a36565 100644 --- a/src/IBMRGB.h +++ b/src/IBMRGB.h @@ -1,4 +1,4 @@ -/* $XFree86$ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/IBMRGB.h,v 1.1 2000/10/04 23:34:58 robin Exp $ */ diff --git a/src/Ti302X.h b/src/Ti302X.h index 427335c..a03835a 100644 --- a/src/Ti302X.h +++ b/src/Ti302X.h @@ -1,4 +1,4 @@ -/* $XFree86$ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/Ti302X.h,v 1.2 2001/03/03 22:26:11 tsi Exp $ */ /* * Copyright 1994-2000 by Robin Cutshaw <robin@XFree86.Org> * @@ -1,4 +1,4 @@ -/* $XFree86$ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128.h,v 1.6 2001/05/04 19:05:39 dawes Exp $ */ /* * Number Nine I128 functions * diff --git a/src/i128IBMDAC.c b/src/i128IBMDAC.c index bfe0460..972b2e8 100644 --- a/src/i128IBMDAC.c +++ b/src/i128IBMDAC.c @@ -21,7 +21,7 @@ * */ -/* $XFree86$ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128IBMDAC.c,v 1.4 2003/11/06 18:38:02 tsi Exp $ */ #include "xf86.h" #include "xf86_ansic.h" diff --git a/src/i128_driver.c b/src/i128_driver.c index 1e06d1c..38d111d 100644 --- a/src/i128_driver.c +++ b/src/i128_driver.c @@ -22,7 +22,7 @@ * */ -/* $XFree86$ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128_driver.c,v 1.35 2003/11/06 18:38:03 tsi Exp $ */ /* All drivers should typically include these */ diff --git a/src/i128accel.c b/src/i128accel.c index 1f93b69..d1a3bb4 100644 --- a/src/i128accel.c +++ b/src/i128accel.c @@ -1,4 +1,4 @@ -/* $XFree86$ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128accel.c,v 1.8 2003/02/17 16:08:28 dawes Exp $ */ /* * Copyright 1997-2000 by Robin Cutshaw <robin@XFree86.Org> diff --git a/src/i128dga.c b/src/i128dga.c index f67496a..3fb1132 100644 --- a/src/i128dga.c +++ b/src/i128dga.c @@ -1,4 +1,4 @@ -/* $XFree86$ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128dga.c,v 1.4 2002/10/09 16:38:19 tsi Exp $ */ #include "xf86.h" #include "xf86_OSproc.h" diff --git a/src/i128init.c b/src/i128init.c index a961e6b..5702312 100644 --- a/src/i128init.c +++ b/src/i128init.c @@ -1,4 +1,4 @@ -/* $XFree86$ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128init.c,v 1.6 2003/09/24 02:43:23 dawes Exp $ */ /* * Copyright 1995-2000 by Robin Cutshaw <robin@XFree86.Org> * Copyright 1998 by Number Nine Visual Technology, Inc. diff --git a/src/i128reg.h b/src/i128reg.h index 9cec0fa..e96c24b 100644 --- a/src/i128reg.h +++ b/src/i128reg.h @@ -1,4 +1,4 @@ -/* $XFree86$ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128reg.h,v 1.3 2002/01/25 21:56:02 tsi Exp $ */ /* * Copyright 1994 by Robin Cutshaw <robin@XFree86.Org> * |