diff options
author | Egbert Eich <eich@suse.de> | 2004-02-26 09:23:53 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-02-26 09:23:53 +0000 |
commit | 147aae87fde5edeed395f77e60f0f8e812d3b6af (patch) | |
tree | 22cbf64429c7e9f527b1830eaf9755a71de4a6a3 /Xprint/pcl | |
parent | 8844423f890194bcb0419a38249029f1997c8c66 (diff) |
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Diffstat (limited to 'Xprint/pcl')
-rw-r--r-- | Xprint/pcl/Pcl.h | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclArc.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclArea.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclColor.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclCursor.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclFonts.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclGC.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclInit.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclLine.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclMisc.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclPixel.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclPixmap.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclPolygon.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclPrint.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclSFonts.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclSpans.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclText.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/PclWindow.c | 2 | ||||
-rw-r--r-- | Xprint/pcl/Pclmap.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/Xprint/pcl/Pcl.h b/Xprint/pcl/Pcl.h index 2af1b2c41..c99590df0 100644 --- a/Xprint/pcl/Pcl.h +++ b/Xprint/pcl/Pcl.h @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/Pcl.h,v 1.13 2003/07/16 01:38:34 dawes Exp $ */ +/* $XFree86$ */ #ifndef _PCL_H_ #define _PCL_H_ diff --git a/Xprint/pcl/PclArc.c b/Xprint/pcl/PclArc.c index ca13b3a84..676110e33 100644 --- a/Xprint/pcl/PclArc.c +++ b/Xprint/pcl/PclArc.c @@ -45,7 +45,7 @@ dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclArc.c,v 1.5 2001/01/17 22:36:30 dawes Exp $ */ +/* $XFree86$ */ #include <stdio.h> #include <math.h> diff --git a/Xprint/pcl/PclArea.c b/Xprint/pcl/PclArea.c index 971506da6..36f059d61 100644 --- a/Xprint/pcl/PclArea.c +++ b/Xprint/pcl/PclArea.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclArea.c,v 1.9 2001/10/28 03:32:54 tsi Exp $ */ +/* $XFree86$ */ #include <stdio.h> #include <sys/types.h> diff --git a/Xprint/pcl/PclColor.c b/Xprint/pcl/PclColor.c index c279c8024..8a9eef148 100644 --- a/Xprint/pcl/PclColor.c +++ b/Xprint/pcl/PclColor.c @@ -45,7 +45,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclColor.c,v 1.10 2003/10/29 22:11:00 tsi Exp $ */ +/* $XFree86$ */ #include <stdio.h> #include <string.h> diff --git a/Xprint/pcl/PclCursor.c b/Xprint/pcl/PclCursor.c index 7e463d498..f6c27af0a 100644 --- a/Xprint/pcl/PclCursor.c +++ b/Xprint/pcl/PclCursor.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclCursor.c,v 1.4 2001/01/17 22:36:30 dawes Exp $ */ +/* $XFree86$ */ #include <stdio.h> diff --git a/Xprint/pcl/PclFonts.c b/Xprint/pcl/PclFonts.c index f2141f9ff..d5eff48c7 100644 --- a/Xprint/pcl/PclFonts.c +++ b/Xprint/pcl/PclFonts.c @@ -13,7 +13,7 @@ ** ********************************************************* ** ********************************************************************/ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclFonts.c,v 1.2 2003/07/16 01:38:34 dawes Exp $ */ +/* $XFree86$ */ /* (c) Copyright 1996 Hewlett-Packard Company (c) Copyright 1996 International Business Machines Corp. diff --git a/Xprint/pcl/PclGC.c b/Xprint/pcl/PclGC.c index e1fe772bd..15ee2d144 100644 --- a/Xprint/pcl/PclGC.c +++ b/Xprint/pcl/PclGC.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclGC.c,v 1.10 2001/10/28 03:32:54 tsi Exp $ */ +/* $XFree86$ */ #include "gcstruct.h" diff --git a/Xprint/pcl/PclInit.c b/Xprint/pcl/PclInit.c index 5ee49631e..b70af4fd7 100644 --- a/Xprint/pcl/PclInit.c +++ b/Xprint/pcl/PclInit.c @@ -76,7 +76,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclInit.c,v 1.12 2002/10/16 21:13:32 dawes Exp $ */ +/* $XFree86$ */ #include <stdio.h> #include <string.h> diff --git a/Xprint/pcl/PclLine.c b/Xprint/pcl/PclLine.c index 3c10f97ca..6cf3ac6e8 100644 --- a/Xprint/pcl/PclLine.c +++ b/Xprint/pcl/PclLine.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclLine.c,v 1.7 2001/01/17 22:36:30 dawes Exp $ */ +/* $XFree86$ */ #include "Pcl.h" #include "gcstruct.h" diff --git a/Xprint/pcl/PclMisc.c b/Xprint/pcl/PclMisc.c index 5b0939df2..ad2da6b44 100644 --- a/Xprint/pcl/PclMisc.c +++ b/Xprint/pcl/PclMisc.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclMisc.c,v 1.11 2003/10/29 22:11:00 tsi Exp $ */ +/* $XFree86$ */ #include <stdlib.h> #include <signal.h> diff --git a/Xprint/pcl/PclPixel.c b/Xprint/pcl/PclPixel.c index 238a159ab..9bccefc7c 100644 --- a/Xprint/pcl/PclPixel.c +++ b/Xprint/pcl/PclPixel.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclPixel.c,v 1.7 2003/10/29 22:11:00 tsi Exp $ */ +/* $XFree86$ */ #include <stdio.h> diff --git a/Xprint/pcl/PclPixmap.c b/Xprint/pcl/PclPixmap.c index ba91fc9ec..e4080786a 100644 --- a/Xprint/pcl/PclPixmap.c +++ b/Xprint/pcl/PclPixmap.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclPixmap.c,v 1.4 2001/01/17 22:36:30 dawes Exp $ */ +/* $XFree86$ */ #include "Pcl.h" #include "cfb.h" diff --git a/Xprint/pcl/PclPolygon.c b/Xprint/pcl/PclPolygon.c index a5de77399..0a0f370e8 100644 --- a/Xprint/pcl/PclPolygon.c +++ b/Xprint/pcl/PclPolygon.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclPolygon.c,v 1.7 2001/01/17 22:36:30 dawes Exp $ */ +/* $XFree86$ */ #include "Pcl.h" diff --git a/Xprint/pcl/PclPrint.c b/Xprint/pcl/PclPrint.c index aa2164c92..117658560 100644 --- a/Xprint/pcl/PclPrint.c +++ b/Xprint/pcl/PclPrint.c @@ -43,7 +43,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclPrint.c,v 1.8 2003/10/29 22:11:00 tsi Exp $ */ +/* $XFree86$ */ #include <stdio.h> #include <string.h> diff --git a/Xprint/pcl/PclSFonts.c b/Xprint/pcl/PclSFonts.c index 3c7cf05af..cd3758ba6 100644 --- a/Xprint/pcl/PclSFonts.c +++ b/Xprint/pcl/PclSFonts.c @@ -45,7 +45,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclSFonts.c,v 1.8 2003/12/22 17:48:05 tsi Exp $ */ +/* $XFree86$ */ #include <stdio.h> diff --git a/Xprint/pcl/PclSpans.c b/Xprint/pcl/PclSpans.c index 98c17dcf9..9be028cf2 100644 --- a/Xprint/pcl/PclSpans.c +++ b/Xprint/pcl/PclSpans.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclSpans.c,v 1.6 2001/01/17 22:36:30 dawes Exp $ */ +/* $XFree86$ */ #include "Pcl.h" diff --git a/Xprint/pcl/PclText.c b/Xprint/pcl/PclText.c index 48b468427..6cac9f9f5 100644 --- a/Xprint/pcl/PclText.c +++ b/Xprint/pcl/PclText.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclText.c,v 1.11 2003/10/29 22:11:00 tsi Exp $ */ +/* $XFree86$ */ #ifdef DO_TWO_BYTE_PCL #include "iconv.h" diff --git a/Xprint/pcl/PclWindow.c b/Xprint/pcl/PclWindow.c index 27d8ea97d..ae5ae211f 100644 --- a/Xprint/pcl/PclWindow.c +++ b/Xprint/pcl/PclWindow.c @@ -44,7 +44,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclWindow.c,v 1.11 2003/10/29 22:11:00 tsi Exp $ */ +/* $XFree86$ */ #include <stdio.h> diff --git a/Xprint/pcl/Pclmap.h b/Xprint/pcl/Pclmap.h index 1386b0ab4..a6b4ac08a 100644 --- a/Xprint/pcl/Pclmap.h +++ b/Xprint/pcl/Pclmap.h @@ -30,7 +30,7 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ -/* $XFree86: xc/programs/Xserver/Xprint/pcl/Pclmap.h,v 1.6 2001/12/21 21:02:05 dawes Exp $ */ +/* $XFree86$ */ #ifndef _PCLMAP_H_ #define _PCLMAP_H_ |