diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 21:33:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 21:33:34 -0700 |
commit | 59d82dc7c5dd4a6ca2098ba51fb9683fb03720ab (patch) | |
tree | fc1ec98ceeec65ae600fa178c09775c6bc2ac5c5 | |
parent | 545db04829433b7d30de75ea03dc4495a91a8ab6 (diff) |
Remove old CVS id tags
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | isokeys.h | 1 | ||||
-rw-r--r-- | man/xkbprint.man | 3 | ||||
-rw-r--r-- | psgeom.c | 2 | ||||
-rw-r--r-- | utils.c | 4 | ||||
-rw-r--r-- | utils.h | 3 | ||||
-rw-r--r-- | xkbprint.c | 2 | ||||
-rw-r--r-- | xkbprint.h | 2 |
7 files changed, 0 insertions, 17 deletions
@@ -1,7 +1,6 @@ #ifndef _ISOKEYS_H_ #define _ISOKEYS_H_ 1 -/* $Xorg: isokeys.h,v 1.3 2000/08/17 19:54:49 cpqbld Exp $ */ /************************************************************ Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc. diff --git a/man/xkbprint.man b/man/xkbprint.man index c19732c..e42a0bc 100644 --- a/man/xkbprint.man +++ b/man/xkbprint.man @@ -1,6 +1,3 @@ -.\" $Xorg: xkbprint.man,v 1.3 2000/08/17 19:54:50 cpqbld Exp $ -.\" -.\" $XFree86: xc/programs/xkbprint/xkbprint.man,v 1.7 2001/01/27 18:21:16 dawes Exp $ .\" .TH XKBPRINT 1 __xorgversion__ .SH NAME @@ -1,4 +1,3 @@ -/* $Xorg: psgeom.c,v 1.4 2000/08/17 19:54:50 cpqbld Exp $ */ /************************************************************ Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc. @@ -24,7 +23,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ -/* $XFree86: xc/programs/xkbprint/psgeom.c,v 1.5 2001/07/25 15:05:25 dawes Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1,7 +1,4 @@ - /*\ - * $Xorg: utils.c,v 1.5 2000/08/17 19:54:50 cpqbld Exp $ - * * COPYRIGHT 1990 * DIGITAL EQUIPMENT CORPORATION * MAYNARD, MASSACHUSETTS @@ -25,7 +22,6 @@ * used in advertising or publicity pertaining to distribution of the * software without specific, written prior permission. \*/ -/* $XFree86: xc/programs/xkbprint/utils.c,v 3.4 2001/01/17 23:46:11 dawes Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -2,8 +2,6 @@ #define UTILS_H 1 /*\ - * $Xorg: utils.h,v 1.3 2000/08/17 19:54:50 cpqbld Exp $ - * * COPYRIGHT 1990 * DIGITAL EQUIPMENT CORPORATION * MAYNARD, MASSACHUSETTS @@ -27,7 +25,6 @@ * used in advertising or publicity pertaining to distribution of the * software without specific, written prior permission. \*/ -/* $XFree86: xc/programs/xkbprint/utils.h,v 1.5 2001/07/25 15:05:25 dawes Exp $ */ /***====================================================================***/ @@ -1,4 +1,3 @@ -/* $Xorg: xkbprint.c,v 1.4 2000/08/17 19:54:50 cpqbld Exp $ */ /************************************************************ Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc. @@ -24,7 +23,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ -/* $XFree86: xc/programs/xkbprint/xkbprint.c,v 3.10 2003/05/27 22:27:07 tsi Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1,7 +1,6 @@ #ifndef _XKBPRINT_H_ #define _XKBPRINT_H_ 1 -/* $Xorg: xkbprint.h,v 1.3 2000/08/17 19:54:50 cpqbld Exp $ */ /************************************************************ Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc. @@ -27,7 +26,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ -/* $XFree86$ */ #define LABEL_AUTO -1 #define LABEL_NONE 0 |