summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-02-26 13:35:33 +0000
committerEgbert Eich <eich@suse.de>2004-02-26 13:35:33 +0000
commit00bdde8b2e4521b5058ee988c32dd814b852813d (patch)
tree564785607517c63f64f4eb098fc7c91690469bd6
parentf328c0a0fff3ec647c3f1d7c06b3d701850eb955 (diff)
downloadxorg-lib-libXft-00bdde8b2e4521b5058ee988c32dd814b852813d.tar.gz
readding XFree86's cvs IDsxf86-4_3_99_903
-rw-r--r--include/X11/Xft/Xft.h2
-rw-r--r--include/X11/Xft/XftCompat.h2
-rw-r--r--src/xftcolor.c2
-rw-r--r--src/xftcore.c2
-rw-r--r--src/xftdbg.c2
-rw-r--r--src/xftdpy.c2
-rw-r--r--src/xftdraw.c2
-rw-r--r--src/xftextent.c2
-rw-r--r--src/xftfont.c2
-rw-r--r--src/xftfreetype.c2
-rw-r--r--src/xftglyphs.c2
-rw-r--r--src/xftinit.c2
-rw-r--r--src/xftint.h2
-rw-r--r--src/xftlist.c2
-rw-r--r--src/xftname.c2
-rw-r--r--src/xftrender.c2
-rw-r--r--src/xftstr.c2
-rw-r--r--src/xftswap.c2
-rw-r--r--src/xftxlfd.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/include/X11/Xft/Xft.h b/include/X11/Xft/Xft.h
index 84fbe09..db3cd24 100644
--- a/include/X11/Xft/Xft.h
+++ b/include/X11/Xft/Xft.h
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/Xft.h,v 1.33 2003/11/20 22:36:33 dawes Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/include/X11/Xft/XftCompat.h b/include/X11/Xft/XftCompat.h
index 0ad5c8c..470b750 100644
--- a/include/X11/Xft/XftCompat.h
+++ b/include/X11/Xft/XftCompat.h
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/XftCompat.h,v 1.6 2003/08/06 14:03:59 eich Exp $
*
* Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftcolor.c b/src/xftcolor.c
index 9a0f105..7a5005d 100644
--- a/src/xftcolor.c
+++ b/src/xftcolor.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftcolor.c,v 1.3 2002/10/11 17:53:02 keithp Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftcore.c b/src/xftcore.c
index 75c27d3..25e78b7 100644
--- a/src/xftcore.c
+++ b/src/xftcore.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftcore.c,v 1.14 2003/05/27 22:26:40 tsi Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftdbg.c b/src/xftdbg.c
index 326229c..4f5a6cf 100644
--- a/src/xftdbg.c
+++ b/src/xftdbg.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftdbg.c,v 1.4 2002/02/15 07:36:10 keithp Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftdpy.c b/src/xftdpy.c
index fc9dfed..09f5f0e 100644
--- a/src/xftdpy.c
+++ b/src/xftdpy.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftdpy.c,v 1.20 2002/10/11 17:53:02 keithp Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftdraw.c b/src/xftdraw.c
index d3969a0..e25bf5b 100644
--- a/src/xftdraw.c
+++ b/src/xftdraw.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftdraw.c,v 1.26 2003/04/03 22:25:50 dawes Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftextent.c b/src/xftextent.c
index 821f189..d8e91e5 100644
--- a/src/xftextent.c
+++ b/src/xftextent.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftextent.c,v 1.10 2002/12/14 01:59:38 dawes Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftfont.c b/src/xftfont.c
index e04cb47..7698d60 100644
--- a/src/xftfont.c
+++ b/src/xftfont.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftfont.c,v 1.11 2002/10/11 17:53:02 keithp Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftfreetype.c b/src/xftfreetype.c
index f7bc7ea..6fce545 100644
--- a/src/xftfreetype.c
+++ b/src/xftfreetype.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftfreetype.c,v 1.30 2003/03/26 20:43:51 tsi Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftglyphs.c b/src/xftglyphs.c
index 5bb1e3a..900f1f5 100644
--- a/src/xftglyphs.c
+++ b/src/xftglyphs.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftglyphs.c,v 1.24 2003/11/20 22:36:33 dawes Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftinit.c b/src/xftinit.c
index dc244ca..b858503 100644
--- a/src/xftinit.c
+++ b/src/xftinit.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftinit.c,v 1.5 2002/10/11 17:53:02 keithp Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftint.h b/src/xftint.h
index 2a163a3..f867cec 100644
--- a/src/xftint.h
+++ b/src/xftint.h
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftint.h,v 1.37 2002/10/11 17:53:02 keithp Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftlist.c b/src/xftlist.c
index df22246..e96f553 100644
--- a/src/xftlist.c
+++ b/src/xftlist.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftlist.c,v 1.4 2003/08/06 14:03:59 eich Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftname.c b/src/xftname.c
index 4352ade..ae0ab2e 100644
--- a/src/xftname.c
+++ b/src/xftname.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftname.c,v 1.12 2002/05/24 07:02:38 keithp Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftrender.c b/src/xftrender.c
index 5e59902..1836a14 100644
--- a/src/xftrender.c
+++ b/src/xftrender.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftrender.c,v 1.15 2002/12/14 01:59:38 dawes Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftstr.c b/src/xftstr.c
index 6f92cc1..473ffad 100644
--- a/src/xftstr.c
+++ b/src/xftstr.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftstr.c,v 1.7 2002/02/15 07:36:11 keithp Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftswap.c b/src/xftswap.c
index 52d63d1..d9c5313 100644
--- a/src/xftswap.c
+++ b/src/xftswap.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftswap.c,v 1.1 2002/02/15 07:37:35 keithp Exp $
*
* Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
*
diff --git a/src/xftxlfd.c b/src/xftxlfd.c
index 8b6fd74..dd15630 100644
--- a/src/xftxlfd.c
+++ b/src/xftxlfd.c
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/lib/Xft/xftxlfd.c,v 1.10 2003/05/27 22:26:41 tsi Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*