summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Adkins <jesserayadkins@gmail.com>2010-09-28 13:30:03 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-06 21:14:06 -0700
commitf8f0a68247b920052df0796a39ebcdc2e4161d05 (patch)
tree9211049df2af2a5e64f2ae3de2a1d7419193ee7a
parentd026662cce0808cf402e0d50932d90984a2ea1bb (diff)
Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--cxpm/cxpm.c1
-rw-r--r--include/X11/xpm.h1
-rw-r--r--src/CrBufFrI.c2
-rw-r--r--src/CrDatFrI.c1
-rw-r--r--src/RdFToI.c1
-rw-r--r--src/WrFFrI.c1
-rw-r--r--src/XpmI.h1
-rw-r--r--src/create.c2
-rw-r--r--src/data.c1
-rw-r--r--src/parse.c4
-rw-r--r--src/scan.c1
-rw-r--r--sxpm/sxpm.c1
-rw-r--r--sxpm/sxpm.man1
13 files changed, 0 insertions, 18 deletions
diff --git a/cxpm/cxpm.c b/cxpm/cxpm.c
index c5cf289..49296ee 100644
--- a/cxpm/cxpm.c
+++ b/cxpm/cxpm.c
@@ -22,7 +22,6 @@
* used in advertising or otherwise to promote the sale, use or other dealings
* in this Software without prior written authorization from Arnaud LE HORS.
*/
-/* $XFree86: xc/extras/Xpm/cxpm/cxpm.c,v 1.2 2001/08/01 00:44:34 tsi Exp $ */
/*****************************************************************************\
* cxpm.c: *
diff --git a/include/X11/xpm.h b/include/X11/xpm.h
index ed46133..38c62d8 100644
--- a/include/X11/xpm.h
+++ b/include/X11/xpm.h
@@ -22,7 +22,6 @@
* used in advertising or otherwise to promote the sale, use or other dealings
* in this Software without prior written authorization from GROUPE BULL.
*/
-/* $XFree86: xc/extras/Xpm/lib/xpm.h,v 1.2 2001/08/22 23:36:44 dawes Exp $ */
/*****************************************************************************\
* xpm.h: *
diff --git a/src/CrBufFrI.c b/src/CrBufFrI.c
index a53b117..113a45c 100644
--- a/src/CrBufFrI.c
+++ b/src/CrBufFrI.c
@@ -34,8 +34,6 @@
/* October 2004, source code review by Thomas Biege <thomas@suse.de> */
-/* $XFree86$ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/CrDatFrI.c b/src/CrDatFrI.c
index aa1d893..0dacf51 100644
--- a/src/CrDatFrI.c
+++ b/src/CrDatFrI.c
@@ -31,7 +31,6 @@
* *
* Developed by Arnaud Le Hors *
\*****************************************************************************/
-/* $XFree86$ */
/* October 2004, source code review by Thomas Biege <thomas@suse.de> */
diff --git a/src/RdFToI.c b/src/RdFToI.c
index bc05fe6..e56e3f8 100644
--- a/src/RdFToI.c
+++ b/src/RdFToI.c
@@ -31,7 +31,6 @@
* *
* Developed by Arnaud Le Hors *
\*****************************************************************************/
-/* $XFree86$ */
/* October 2004, source code review by Thomas Biege <thomas@suse.de> */
diff --git a/src/WrFFrI.c b/src/WrFFrI.c
index 3eeaf2a..f2726f9 100644
--- a/src/WrFFrI.c
+++ b/src/WrFFrI.c
@@ -31,7 +31,6 @@
* *
* Developed by Arnaud Le Hors *
\*****************************************************************************/
-/* $XFree86$ */
/*
* The code related to AMIGA has been added by
diff --git a/src/XpmI.h b/src/XpmI.h
index e9f28cc..9d4b1ae 100644
--- a/src/XpmI.h
+++ b/src/XpmI.h
@@ -22,7 +22,6 @@
* used in advertising or otherwise to promote the sale, use or other dealings
* in this Software without prior written authorization from GROUPE BULL.
*/
-/* $XFree86: xc/extras/Xpm/lib/XpmI.h,v 1.7 2001/11/01 23:35:25 dawes Exp $ */
/*****************************************************************************\
* XpmI.h: *
diff --git a/src/create.c b/src/create.c
index acae321..7c75a42 100644
--- a/src/create.c
+++ b/src/create.c
@@ -1,4 +1,3 @@
-/* $XdotOrg: lib/Xpm/src/create.c,v 1.6 2005/05/19 15:02:48 sandmann Exp $ */
/*
* Copyright (C) 1989-95 GROUPE BULL
*
@@ -33,7 +32,6 @@
* *
* Developed by Arnaud Le Hors *
\*****************************************************************************/
-/* $XFree86: xc/extras/Xpm/lib/create.c,v 1.4 2003/05/27 22:26:20 tsi Exp $ */
/*
* The code related to FOR_MSW has been added by
diff --git a/src/data.c b/src/data.c
index 94caa61..347aa46 100644
--- a/src/data.c
+++ b/src/data.c
@@ -31,7 +31,6 @@
* *
* Developed by Arnaud Le Hors *
\*****************************************************************************/
-/* $XFree86: xc/extras/Xpm/lib/data.c,v 1.3 2001/10/28 03:32:10 tsi Exp $ */
/* October 2004, source code review by Thomas Biege <thomas@suse.de> */
diff --git a/src/parse.c b/src/parse.c
index b183866..55e46b5 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -1,4 +1,3 @@
-/* $XdotOrg: lib/Xpm/src/parse.c,v 1.6 2005/07/16 21:11:25 alanc Exp $ */
/*
* Copyright (C) 1989-95 GROUPE BULL
*
@@ -22,8 +21,6 @@
* Except as contained in this notice, the name of GROUPE BULL shall not be
* used in advertising or otherwise to promote the sale, use or other dealings
* in this Software without prior written authorization from GROUPE BULL.
- */
-/* $XFree86: xc/extras/Xpm/lib/parse.c,v 1.2 2000/09/26 15:56:43 tsi Exp $ */
/*****************************************************************************\
* parse.c: *
@@ -34,7 +31,6 @@
* *
* Developed by Arnaud Le Hors *
\*****************************************************************************/
-/* $XFree86$ */
/*
* The code related to FOR_MSW has been added by
diff --git a/src/scan.c b/src/scan.c
index eab1c43..d2780a1 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -31,7 +31,6 @@
* *
* Developed by Arnaud Le Hors *
\*****************************************************************************/
-/* $XFree86: xc/extras/Xpm/lib/scan.c,v 1.2 2001/10/28 03:32:11 tsi Exp $ */
/*
* The code related to FOR_MSW has been added by
diff --git a/sxpm/sxpm.c b/sxpm/sxpm.c
index 1b80d53..ea4dde3 100644
--- a/sxpm/sxpm.c
+++ b/sxpm/sxpm.c
@@ -22,7 +22,6 @@
* used in advertising or otherwise to promote the sale, use or other dealings
* in this Software without prior written authorization from GROUPE BULL.
*/
-/* $XFree86: xc/extras/Xpm/sxpm/sxpm.c,v 1.2 2001/08/01 00:44:34 tsi Exp $ */
/*****************************************************************************\
* sxpm.c: *
diff --git a/sxpm/sxpm.man b/sxpm/sxpm.man
index 9d727fa..49cf306 100644
--- a/sxpm/sxpm.man
+++ b/sxpm/sxpm.man
@@ -21,7 +21,6 @@
.\"used in advertising or otherwise to promote the sale, use or other dealings
.\"in this Software without prior written authorization from GROUPE BULL.
.\"
-.\" $XFree86$
.nr )S 12
.TH SXPM 1
.PD