summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2010-05-10 22:52:39 +0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-14 20:02:03 -0700
commit8029fc07fc28e427979c81dd50087083e441d65d (patch)
tree2a5a62f63471ab564e06b132936c4b8bc5adf80f
parent3e00a8c322ea5fd8ea21f83f5861c59aa91ce341 (diff)
Nuke RCS tags
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--include/X11/fonts/fontenc.h2
-rw-r--r--src/encparse.c3
-rw-r--r--src/fontenc.c3
-rw-r--r--src/fontencI.h2
4 files changed, 0 insertions, 10 deletions
diff --git a/include/X11/fonts/fontenc.h b/include/X11/fonts/fontenc.h
index 09472cf..656cfaa 100644
--- a/include/X11/fonts/fontenc.h
+++ b/include/X11/fonts/fontenc.h
@@ -20,8 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/lib/font/include/fontenc.h,v 1.7 2000/11/14 16:54:45 dawes Exp $ */
-
/* Header for backend-independent encoding code */
/* An encoding is identified with a name. An encoding contains some
diff --git a/src/encparse.c b/src/encparse.c
index 217bf78..c738878 100644
--- a/src/encparse.c
+++ b/src/encparse.c
@@ -1,4 +1,3 @@
-/* $XdotOrg: lib/fontenc/src/encparse.c,v 1.6 2006/04/10 16:15:12 alanc Exp $ */
/*
Copyright (c) 1998-2001 by Juliusz Chroboczek
@@ -21,8 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/lib/font/fontfile/encparse.c,v 1.20tsi Exp $ */
-
/* Parser for encoding files */
/* This code assumes that we are using ASCII. We don't use the ctype
diff --git a/src/fontenc.c b/src/fontenc.c
index 923e35e..013a777 100644
--- a/src/fontenc.c
+++ b/src/fontenc.c
@@ -20,9 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XdotOrg: xc/lib/font/fontfile/fontenc.c,v 1.3 2005/07/03 07:01:00 daniels Exp $ */
-/* $XFree86: xc/lib/font/fontfile/fontenc.c,v 1.15 2003/02/20 03:25:19 dawes Exp $ */
-
/* Backend-independent encoding code */
#include <string.h>
diff --git a/src/fontencI.h b/src/fontencI.h
index 741193a..9bba85e 100644
--- a/src/fontencI.h
+++ b/src/fontencI.h
@@ -20,8 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/lib/font/fontfile/fontencI.h,v 1.3 1999/04/25 10:01:43 dawes Exp $ */
-
/* Private types and functions for the encoding code. */
/* Used by the files `fontenc.h' and `encparse.h' */