summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--README.config1
-rw-r--r--README.enhancing1
-rw-r--r--action.c2
-rw-r--r--action.h2
-rw-r--r--alias.c2
-rw-r--r--alias.h2
-rw-r--r--compat.c2
-rw-r--r--compat.h1
-rw-r--r--expr.c3
-rw-r--r--expr.h2
-rw-r--r--geometry.c2
-rw-r--r--indicators.c2
-rw-r--r--indicators.h2
-rw-r--r--keycodes.c2
-rw-r--r--keycodes.h2
-rw-r--r--keymap.c2
-rw-r--r--keytypes.c2
-rw-r--r--listing.c3
-rw-r--r--misc.c2
-rw-r--r--misc.h2
-rw-r--r--parseutils.c2
-rw-r--r--parseutils.h2
-rw-r--r--symbols.c2
-rw-r--r--tokens.h1
-rw-r--r--utils.c2
-rw-r--r--utils.h2
-rw-r--r--vmod.c2
-rw-r--r--vmod.h2
-rw-r--r--xkbcomp.c2
-rw-r--r--xkbcomp.h2
-rw-r--r--xkbcomp.man6
-rw-r--r--xkbparse.y2
-rw-r--r--xkbpath.c2
-rw-r--r--xkbpath.h2
-rw-r--r--xkbscan.c2
36 files changed, 0 insertions, 73 deletions
diff --git a/README b/README
index 8dd7a58..89dc3e6 100644
--- a/README
+++ b/README
@@ -22,4 +22,3 @@ For information how to further enhance XKB configuration see 'README.enhancing'
file.
-$XFree86$
diff --git a/README.config b/README.config
index 4d3f2d5..2cce521 100644
--- a/README.config
+++ b/README.config
@@ -193,4 +193,3 @@ ble and allow simpler and more intuitive syntax. It is preserved merely for
compatibility reasons. Avoid using it if it is possible.
-$XdotOrg$
diff --git a/README.enhancing b/README.enhancing
index a8456e8..746902c 100644
--- a/README.enhancing
+++ b/README.enhancing
@@ -506,4 +506,3 @@ rules file described above the .lst file could look like:
And that should be it. Enjoy creating your own xkb mapping.
-$XdotOrg$
diff --git a/action.c b/action.c
index 8b0ba65..012d78e 100644
--- a/action.c
+++ b/action.c
@@ -1,4 +1,3 @@
-/* $Xorg: action.c,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/action.c,v 3.10tsi Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/action.h b/action.h
index 4a11664..f4e389d 100644
--- a/action.h
+++ b/action.h
@@ -1,4 +1,3 @@
-/* $Xorg: action.h,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#ifndef ACTION_H
#define ACTION_H 1
diff --git a/alias.c b/alias.c
index f228b0d..748eafe 100644
--- a/alias.c
+++ b/alias.c
@@ -1,4 +1,3 @@
-/* $Xorg: alias.c,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ */
/************************************************************
Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#include "xkbcomp.h"
#include "misc.h"
diff --git a/alias.h b/alias.h
index fd03388..4e241f4 100644
--- a/alias.h
+++ b/alias.h
@@ -1,4 +1,3 @@
-/* $Xorg: alias.h,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ */
/************************************************************
Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#ifndef ALIAS_H
#define ALIAS_H 1
diff --git a/compat.c b/compat.c
index 00eb72b..b1ab121 100644
--- a/compat.c
+++ b/compat.c
@@ -1,4 +1,3 @@
-/* $Xorg: compat.c,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/compat.c,v 3.3 2001/01/17 23:45:43 dawes Exp $ */
#include <X11/Xos.h>
#include "xkbcomp.h"
diff --git a/compat.h b/compat.h
index 4edf788..799b215 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,3 @@
-/* $XFree86$ */
#ifndef COMPAT_H
#define COMPAT_H 1
diff --git a/expr.c b/expr.c
index 6e01d7d..a1b69af 100644
--- a/expr.c
+++ b/expr.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: expr.c,v 1.5 2000/08/17 19:54:30 cpqbld Exp $ */
-/* $Xorg: expr.c,v 1.5 2000/08/17 19:54:30 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -25,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/expr.c,v 3.7 2003/08/06 14:04:05 eich Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/expr.h b/expr.h
index 065716d..327f2b3 100644
--- a/expr.h
+++ b/expr.h
@@ -1,4 +1,3 @@
-/* $Xorg: expr.h,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#ifndef EXPR_H
#define EXPR_H 1
diff --git a/geometry.c b/geometry.c
index 8e47d7e..baf79e8 100644
--- a/geometry.c
+++ b/geometry.c
@@ -1,4 +1,3 @@
-/* $Xorg: geometry.c,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/geometry.c,v 1.5tsi Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/indicators.c b/indicators.c
index 3061f3e..9657220 100644
--- a/indicators.c
+++ b/indicators.c
@@ -1,4 +1,3 @@
-/* $Xorg: indicators.c,v 1.3 2000/08/17 19:54:31 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/indicators.c,v 1.4 2001/01/17 23:45:43 dawes Exp $ */
#include "xkbcomp.h"
#include "misc.h"
diff --git a/indicators.h b/indicators.h
index 041cacc..56d2f8c 100644
--- a/indicators.h
+++ b/indicators.h
@@ -1,4 +1,3 @@
-/* $Xorg: indicators.h,v 1.3 2000/08/17 19:54:32 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#ifndef INDICATORS_H
#define INDICATORS_H 1
diff --git a/keycodes.c b/keycodes.c
index a86592e..e147b5e 100644
--- a/keycodes.c
+++ b/keycodes.c
@@ -1,4 +1,3 @@
-/* $Xorg: keycodes.c,v 1.4 2000/08/17 19:54:32 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/keycodes.h b/keycodes.h
index 9333718..5e2680d 100644
--- a/keycodes.h
+++ b/keycodes.h
@@ -1,4 +1,3 @@
-/* $Xorg: keycodes.h,v 1.3 2000/08/17 19:54:32 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#ifndef KEYCODES_H
#define KEYCODES_H 1
diff --git a/keymap.c b/keymap.c
index 86e9c9e..610051d 100644
--- a/keymap.c
+++ b/keymap.c
@@ -1,4 +1,3 @@
-/* $Xorg: keymap.c,v 1.3 2000/08/17 19:54:32 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/keytypes.c b/keytypes.c
index b09345b..89c3ba1 100644
--- a/keytypes.c
+++ b/keytypes.c
@@ -1,4 +1,3 @@
-/* $Xorg: keytypes.c,v 1.3 2000/08/17 19:54:32 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/keytypes.c,v 1.4 2001/01/17 23:45:44 dawes Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/listing.c b/listing.c
index cc887b8..1c53a7a 100644
--- a/listing.c
+++ b/listing.c
@@ -1,4 +1,3 @@
-/* $Xorg: listing.c,v 1.5 2001/02/09 02:05:49 xorgcvs Exp $ */
/************************************************************
Copyright 1996 by Silicon Graphics Computer Systems, Inc.
@@ -70,8 +69,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/programs/xkbcomp/listing.c,v 3.9 2001/12/14 20:01:57 dawes Exp $ */
-
#include <stdio.h>
#include <ctype.h>
diff --git a/misc.c b/misc.c
index 91688f7..052e246 100644
--- a/misc.c
+++ b/misc.c
@@ -1,4 +1,3 @@
-/* $Xorg: misc.c,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/misc.c,v 3.4 2001/01/17 23:45:44 dawes Exp $ */
#include "xkbcomp.h"
#include "xkbpath.h"
diff --git a/misc.h b/misc.h
index fd16db4..ac5b84e 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,3 @@
-/* $Xorg: misc.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#ifndef MISC_H
#define MISC_H 1
diff --git a/parseutils.c b/parseutils.c
index bae18f9..76b95ce 100644
--- a/parseutils.c
+++ b/parseutils.c
@@ -1,4 +1,3 @@
-/* $Xorg: parseutils.c,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#define DEBUG_VAR_NOT_LOCAL
#define DEBUG_VAR parseDebug
diff --git a/parseutils.h b/parseutils.h
index a431fac..228fe40 100644
--- a/parseutils.h
+++ b/parseutils.h
@@ -1,4 +1,3 @@
-/* $Xorg: parseutils.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#ifndef XKBPARSE_H
#define XKBPARSE_H 1
diff --git a/symbols.c b/symbols.c
index ffc26b2..40203f2 100644
--- a/symbols.c
+++ b/symbols.c
@@ -1,4 +1,3 @@
-/* $Xorg: symbols.c,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/symbols.c,v 3.15 2003/04/19 12:25:31 pascal Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/tokens.h b/tokens.h
index c63c393..026032e 100644
--- a/tokens.h
+++ b/tokens.h
@@ -1,4 +1,3 @@
-/* $Xorg: tokens.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
diff --git a/utils.c b/utils.c
index aa4dc89..6921d31 100644
--- a/utils.c
+++ b/utils.c
@@ -1,6 +1,5 @@
/*\
- * $Xorg: utils.c,v 1.4 2000/08/17 19:54:33 cpqbld Exp $
*
* COPYRIGHT 1990
* DIGITAL EQUIPMENT CORPORATION
@@ -25,7 +24,6 @@
* used in advertising or publicity pertaining to distribution of the
* software without specific, written prior permission.
\*/
-/* $XFree86: xc/programs/xkbcomp/utils.c,v 3.6 2001/07/25 15:05:24 dawes Exp $ */
#include "utils.h"
#include <ctype.h>
diff --git a/utils.h b/utils.h
index ab84a4f..8b0ab9b 100644
--- a/utils.h
+++ b/utils.h
@@ -2,7 +2,6 @@
#define UTILS_H 1
/*\
- * $Xorg: utils.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $
*
* COPYRIGHT 1990
* DIGITAL EQUIPMENT CORPORATION
@@ -27,7 +26,6 @@
* used in advertising or publicity pertaining to distribution of the
* software without specific, written prior permission.
\*/
-/* $XFree86: xc/programs/xkbcomp/utils.h,v 3.5 2002/06/05 00:00:37 dawes Exp $ */
/***====================================================================***/
diff --git a/vmod.c b/vmod.c
index 9a8bd0d..abb6d41 100644
--- a/vmod.c
+++ b/vmod.c
@@ -1,4 +1,3 @@
-/* $Xorg: vmod.c,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/vmod.c,v 3.3 2001/01/17 23:45:45 dawes Exp $ */
#define DEBUG_VAR_NOT_LOCAL
#define DEBUG_VAR debugFlags
diff --git a/vmod.h b/vmod.h
index 231d2c8..e924179 100644
--- a/vmod.h
+++ b/vmod.h
@@ -1,4 +1,3 @@
-/* $Xorg: vmod.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
#ifndef VMOD_H
#define VMOD_H 1
diff --git a/xkbcomp.c b/xkbcomp.c
index 111a7b3..811424c 100644
--- a/xkbcomp.c
+++ b/xkbcomp.c
@@ -1,4 +1,3 @@
-/* $Xorg: xkbcomp.c,v 1.4 2000/08/17 19:54:33 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/xkbcomp.c,v 3.20 2003/09/24 02:43:38 dawes Exp $ */
#include <stdio.h>
#include <ctype.h>
diff --git a/xkbcomp.h b/xkbcomp.h
index b9b9cae..5182cce 100644
--- a/xkbcomp.h
+++ b/xkbcomp.h
@@ -1,4 +1,3 @@
-/* $Xorg: xkbcomp.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/xkbcomp.h,v 3.8 2001/12/19 21:30:30 dawes Exp $ */
#ifndef XKBCOMP_H
#define XKBCOMP_H 1
diff --git a/xkbcomp.man b/xkbcomp.man
index 7d14cf7..0e4d294 100644
--- a/xkbcomp.man
+++ b/xkbcomp.man
@@ -1,9 +1,3 @@
-.\" $Xorg: xkbcomp.man,v 1.3 2000/08/17 19:54:33 cpqbld Exp $
-.\"
-.\"
-.\"
-.\"
-.\" $XFree86: xc/programs/xkbcomp/xkbcomp.man,v 1.11 2003/07/28 21:57:02 herrb Exp $
.\"
.TH XKBCOMP 1 __xorgversion__
.SH NAME
diff --git a/xkbparse.y b/xkbparse.y
index 52afa2b..d744511 100644
--- a/xkbparse.y
+++ b/xkbparse.y
@@ -1,4 +1,3 @@
-/* $Xorg: xkbparse.y,v 1.3 2000/08/17 19:54:34 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/xkbparse.y,v 3.11tsi Exp $ */
%token
END_OF_FILE 0
diff --git a/xkbpath.c b/xkbpath.c
index 0a7329c..621eb2e 100644
--- a/xkbpath.c
+++ b/xkbpath.c
@@ -1,4 +1,3 @@
-/* $Xorg: xkbpath.c,v 1.3 2000/08/17 19:54:34 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/xkbpath.c,v 3.7 2002/06/05 00:00:38 dawes Exp $ */
#include <X11/Xlib.h>
#include <X11/XKBlib.h>
diff --git a/xkbpath.h b/xkbpath.h
index 75c137d..d916d89 100644
--- a/xkbpath.h
+++ b/xkbpath.h
@@ -1,4 +1,3 @@
-/* $XConsortium $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/xkbpath.h,v 1.3 2002/07/01 02:26:01 tsi Exp $ */
#ifndef _XKBPATH_H_
#define _XKBPATH_H_ 1
diff --git a/xkbscan.c b/xkbscan.c
index ef2227d..1279f96 100644
--- a/xkbscan.c
+++ b/xkbscan.c
@@ -1,4 +1,3 @@
-/* $Xorg: xkbscan.c,v 1.3 2000/08/17 19:54:34 cpqbld Exp $ */
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
@@ -24,7 +23,6 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/xkbscan.c,v 3.10 2001/01/17 23:45:45 dawes Exp $ */
#include <stdio.h>
#include <ctype.h>