summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2008-03-09 08:28:43 +0100
committerMatthieu Herrb <matthieu@bluenote.herrb.net>2008-03-09 08:28:43 +0100
commit8661a88789dce4fe06d45faec70f8e74834abdd6 (patch)
tree276017a3e1cdacc12a61c63f25f5930ef5fb18b6
parent9e25c9019bd6788076c12cb4356c7d27d6c7d9af (diff)
downloadxorg-lib-libXft-8661a88789dce4fe06d45faec70f8e74834abdd6.tar.gz
nuke RCS Ids
-rw-r--r--COPYING1
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--include/X11/Xft/Xft.h2
-rw-r--r--include/X11/Xft/XftCompat.h2
-rw-r--r--man/Xft.3.in2
-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
23 files changed, 0 insertions, 45 deletions
diff --git a/COPYING b/COPYING
index 4ee13ed..e506314 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,3 @@
-$Id$
Copyright © 2001,2003 Keith Packard
diff --git a/Makefile.am b/Makefile.am
index 418b4a9..880d3f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,4 @@
#
-# $Id$
-#
# Copyright © 2003 Keith Packard, Noah Levitt
#
# Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/configure.ac b/configure.ac
index 494102a..afe6ed3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,4 @@
dnl
-dnl $Id$
-dnl
dnl Copyright © 2003 Keith Packard, Noah Levitt
dnl
dnl Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/include/X11/Xft/Xft.h b/include/X11/Xft/Xft.h
index 150c61f..f628ddf 100644
--- a/include/X11/Xft/Xft.h
+++ b/include/X11/Xft/Xft.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/include/X11/Xft/XftCompat.h b/include/X11/Xft/XftCompat.h
index 944fb67..0fced03 100644
--- a/include/X11/Xft/XftCompat.h
+++ b/include/X11/Xft/XftCompat.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2001 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/man/Xft.3.in b/man/Xft.3.in
index fdd3d71..a5e84d5 100644
--- a/man/Xft.3.in
+++ b/man/Xft.3.in
@@ -1,6 +1,4 @@
.\"
-.\" $Id$
-.\"
.\" Copyright © 2000 Keith Packard
.\"
.\" Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftcolor.c b/src/xftcolor.c
index 5644c80..77872ef 100644
--- a/src/xftcolor.c
+++ b/src/xftcolor.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftcore.c b/src/xftcore.c
index 083a133..307d976 100644
--- a/src/xftcore.c
+++ b/src/xftcore.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftdbg.c b/src/xftdbg.c
index 5e8a745..4c4b078 100644
--- a/src/xftdbg.c
+++ b/src/xftdbg.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftdpy.c b/src/xftdpy.c
index 6ae7b04..707160f 100644
--- a/src/xftdpy.c
+++ b/src/xftdpy.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftdraw.c b/src/xftdraw.c
index 1e8b6de..775815d 100644
--- a/src/xftdraw.c
+++ b/src/xftdraw.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftextent.c b/src/xftextent.c
index 138745d..c811198 100644
--- a/src/xftextent.c
+++ b/src/xftextent.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftfont.c b/src/xftfont.c
index 8c8c71c..4f3683e 100644
--- a/src/xftfont.c
+++ b/src/xftfont.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftfreetype.c b/src/xftfreetype.c
index 3f1f318..e64e0a3 100644
--- a/src/xftfreetype.c
+++ b/src/xftfreetype.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftglyphs.c b/src/xftglyphs.c
index 7164b72..fc11da4 100644
--- a/src/xftglyphs.c
+++ b/src/xftglyphs.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftinit.c b/src/xftinit.c
index 8245377..ee819b3 100644
--- a/src/xftinit.c
+++ b/src/xftinit.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftint.h b/src/xftint.h
index 8668ec4..3aafecf 100644
--- a/src/xftint.h
+++ b/src/xftint.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftlist.c b/src/xftlist.c
index 7fb5a2f..3c60f1f 100644
--- a/src/xftlist.c
+++ b/src/xftlist.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftname.c b/src/xftname.c
index 71ca72b..36d779c 100644
--- a/src/xftname.c
+++ b/src/xftname.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftrender.c b/src/xftrender.c
index 1562e62..cf129b3 100644
--- a/src/xftrender.c
+++ b/src/xftrender.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftstr.c b/src/xftstr.c
index 7d0cce6..a5733f4 100644
--- a/src/xftstr.c
+++ b/src/xftstr.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftswap.c b/src/xftswap.c
index 070bb11..942efdb 100644
--- a/src/xftswap.c
+++ b/src/xftswap.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2002 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/xftxlfd.c b/src/xftxlfd.c
index 4137e52..60146ab 100644
--- a/src/xftxlfd.c
+++ b/src/xftxlfd.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its