[PATCH] 26/27 app/xwd: Purge cvs tags.

Jesse Adkins jesse_adkins7 at yahoo.com
Wed Jul 7 18:42:49 PDT 2010


Signed-off-by: Jesse Adkins <jesse_adkins7 at yahoo.com>
---
dsimple.c  |    2 --
dsimple.h  |    2 --
list.c     |    2 --
list.h     |    2 --
multiVis.c |    2 --
multiVis.h |    2 --
wsutils.h  |    2 --
xwd.c      |    3 ---
xwd.man    |    3 ---
9 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/dsimple.c b/dsimple.c
index 780c415..a7e0d4c 100644
--- a/dsimple.c
+++ b/dsimple.c
@@ -1,4 +1,3 @@
-/* $Xorg: dsimple.c,v 1.4 2001/02/09 02:05:54 xorgcvs Exp $ */
/*

Copyright 1993, 1998  The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written 
authorization
from The Open Group.

*/
-/* $XFree86: xc/programs/xlsfonts/dsimple.c,v 3.6 2001/12/14 20:02:09 dawes Exp 

$ */

#include <X11/Xos.h>
#include <X11/Xlib.h>
diff --git a/dsimple.h b/dsimple.h
index af215d9..1c7fb5a 100644
--- a/dsimple.h
+++ b/dsimple.h
@@ -1,4 +1,3 @@
-/* $Xorg: dsimple.h,v 1.4 2001/02/09 02:05:54 xorgcvs Exp $ */
/*

Copyright 1993, 1998  The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written 
authorization
from The Open Group.

*/
-/* $XFree86: xc/programs/xlsfonts/dsimple.h,v 1.8 2002/12/24 17:43:01 tsi Exp $ 

*/

/*
  * Just_display.h: This file contains the definitions needed to use the
diff --git a/list.c b/list.c
index 85472a2..c1caff6 100644
--- a/list.c
+++ b/list.c
@@ -1,4 +1,3 @@
-/* $Xorg: list.c,v 1.5 2001/02/09 02:06:03 xorgcvs Exp $ */
/** ------------------------------------------------------------------------
     This file contains routines for manipulating generic lists.
     Lists are implemented with a "harness".  In other words, each
@@ -34,7 +33,6 @@ other dealings in this Software without prior written 
authorization
from The Open Group.

   ----------------------------------------------------------------------- **/
-/* $XFree86: xc/programs/xwd/list.c,v 3.6 2001/12/14 20:02:33 dawes Exp $ */

#include <stdio.h>
#include <stdlib.h>
diff --git a/list.h b/list.h
index ad8199b..a2b3622 100644
--- a/list.h
+++ b/list.h
@@ -1,4 +1,3 @@
-/* $Xorg: list.h,v 1.4 2001/02/09 02:06:03 xorgcvs Exp $ */
/** ------------------------------------------------------------------------
     This file contains routines for manipulating generic lists.
     Lists are implemented with a "harness".  In other words, each
@@ -34,7 +33,6 @@ other dealings in this Software without prior written 
authorization
from The Open Group.

     -------------------------------------------------------------------- **/
-/* $XFree86$ */

#ifndef LIST_DEF
#define LIST_DEF
diff --git a/multiVis.c b/multiVis.c
index 23d83b4..7ac5780 100644
--- a/multiVis.c
+++ b/multiVis.c
@@ -1,4 +1,3 @@
-/* $Xorg: multiVis.c,v 1.5 2001/02/09 02:06:03 xorgcvs Exp $ */
/** ------------------------------------------------------------------------
     This file contains functions to create a list of regions which
     tile a specified window.  Each region contains all visible 
@@ -34,7 +33,6 @@ other dealings in this Software without prior written 
authorization
from The Open Group.

     ------------------------------------------------------------------------ 
**/
-/* $XFree86: xc/programs/xwd/multiVis.c,v 1.9 2003/05/27 22:27:14 tsi Exp $ */

#include <stdlib.h>
#include <X11/Xlib.h>
diff --git a/multiVis.h b/multiVis.h
index 8a4682f..271d787 100644
--- a/multiVis.h
+++ b/multiVis.h
@@ -1,4 +1,3 @@
-/* $Xorg: multiVis.h,v 1.4 2001/02/09 02:06:03 xorgcvs Exp $ */
/** ------------------------------------------------------------------------
     This file contains routines for manipulating generic lists.
     Lists are implemented with a "harness".  In other words, each
@@ -34,7 +33,6 @@ other dealings in this Software without prior written 
authorization
from The Open Group.

  ------------------------------------------------------------------------ **/
-/* $XFree86$ */

extern int GetMultiVisualRegions(
     Display *, Window, int, int, unsigned int,
diff --git a/wsutils.h b/wsutils.h
index 4d84ad0..26b4469 100644
--- a/wsutils.h
+++ b/wsutils.h
@@ -1,4 +1,3 @@
-/* $Xorg: wsutils.h,v 1.4 2001/02/09 02:06:03 xorgcvs Exp $ */
/** ------------------------------------------------------------------------
     This file contains routines for manipulating generic lists.
     Lists are implemented with a "harness".  In other words, each
@@ -34,7 +33,6 @@ other dealings in this Software without prior written 
authorization
from The Open Group.

     ------------------------------------------------------------------------ 
**/
-/* $XFree86$ */

/******************************************************************************
  *
diff --git a/xwd.c b/xwd.c
index 65c1f3b..0d57d75 100644
--- a/xwd.c
+++ b/xwd.c
@@ -1,5 +1,3 @@
-/* $Xorg: xwd.c,v 1.5 2001/02/09 02:06:03 xorgcvs Exp $ */
-
/*

Copyright 1987, 1998  The Open Group
@@ -25,7 +23,6 @@ used in advertising or otherwise to promote the sale, use or 
other dealings
in this Software without prior written authorization from The Open Group.

*/
-/* $XFree86: xc/programs/xwd/xwd.c,v 3.11 2002/09/16 18:06:21 eich Exp $ */

/*
  * xwd.c MIT Project Athena, X Window system window raster image dumper.
diff --git a/xwd.man b/xwd.man
index 77a29e2..d3de9d9 100644
--- a/xwd.man
+++ b/xwd.man
@@ -1,4 +1,3 @@
-.\" $Xorg: xwd.man,v 1.4 2001/02/09 02:06:03 xorgcvs Exp $
.\" Copyright 1988, 1994, 1998  The Open Group
.\" 
.\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -23,8 +22,6 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.\"
-.\" $XFree86: xwd.man,v 1.8 2001/12/14 20:02:34 dawes Exp $
-.\"
.TH XWD 1 __xorgversion__
.SH NAME
xwd - dump an image of an X window
-- 
1.7.0.4


      


More information about the xorg-devel mailing list