summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-08 16:13:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-08 16:13:24 (GMT)
commit53febd68ad44f54d786016a07a2d1a158bc362d2 (patch)
tree786e9299901f14f9734842c8825ad34a73260a50 /unix
parenta17cc6e7864857dc63ad66ea35f82244d1addeef (diff)
downloadtk-53febd68ad44f54d786016a07a2d1a158bc362d2.zip
tk-53febd68ad44f54d786016a07a2d1a158bc362d2.tar.gz
tk-53febd68ad44f54d786016a07a2d1a158bc362d2.tar.bz2
Purge RCS Keywords.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
-rw-r--r--unix/README2
-rw-r--r--unix/configure.in2
-rw-r--r--unix/tk.spec1
-rw-r--r--unix/tkAppInit.c2
-rw-r--r--unix/tkConfig.sh.in2
-rw-r--r--unix/tkUnix.c2
-rw-r--r--unix/tkUnix3d.c2
-rw-r--r--unix/tkUnixButton.c2
-rw-r--r--unix/tkUnixColor.c2
-rw-r--r--unix/tkUnixConfig.c2
-rw-r--r--unix/tkUnixCursor.c2
-rw-r--r--unix/tkUnixDefault.h2
-rw-r--r--unix/tkUnixDialog.c3
-rw-r--r--unix/tkUnixDraw.c2
-rw-r--r--unix/tkUnixEmbed.c2
-rw-r--r--unix/tkUnixEvent.c2
-rw-r--r--unix/tkUnixFocus.c2
-rw-r--r--unix/tkUnixFont.c2
-rw-r--r--unix/tkUnixInit.c2
-rw-r--r--unix/tkUnixInt.h2
-rw-r--r--unix/tkUnixKey.c2
-rw-r--r--unix/tkUnixMenu.c2
-rw-r--r--unix/tkUnixMenubu.c2
-rw-r--r--unix/tkUnixPort.h2
-rw-r--r--unix/tkUnixScale.c2
-rw-r--r--unix/tkUnixScrlbr.c2
-rw-r--r--unix/tkUnixSelect.c2
-rw-r--r--unix/tkUnixSend.c2
-rw-r--r--unix/tkUnixWm.c2
-rw-r--r--unix/tkUnixXId.c2
31 files changed, 0 insertions, 62 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 338ba81..3af3317 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,8 +4,6 @@
# run "./configure", which is a configuration script generated by the
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
-#
-# RCS: @(#) $Id: Makefile.in,v 1.87.2.21 2007/08/07 05:07:49 das Exp $
# Current Tk version; used in various names.
diff --git a/unix/README b/unix/README
index cf6d96f..cafe2c4 100644
--- a/unix/README
+++ b/unix/README
@@ -21,8 +21,6 @@ a PC running Windows, see the README file in the directory ../win. To
compile for Mac OS X, see the README file in the directory ../macosx. To
compile for a classic Macintosh, see the README file in the directory ../mac.
-RCS: @(#) $Id: README,v 1.19.2.3 2007/05/25 16:03:37 dgp Exp $
-
How To Compile And Install Tk:
------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index 7876bf1..b5f2770 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,8 +2,6 @@
dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
-#
-# RCS: @(#) $Id: configure.in,v 1.83.2.48 2008/04/07 19:17:57 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
diff --git a/unix/tk.spec b/unix/tk.spec
index 11d5cf8..94bbfe7 100644
--- a/unix/tk.spec
+++ b/unix/tk.spec
@@ -1,4 +1,3 @@
-# $Id: tk.spec,v 1.15.2.19 2008/04/07 19:17:57 dgp Exp $
# This file is the basis for a binary Tk Linux RPM.
%define version 8.4.19
diff --git a/unix/tkAppInit.c b/unix/tkAppInit.c
index 3a215fe..006d816 100644
--- a/unix/tkAppInit.c
+++ b/unix/tkAppInit.c
@@ -9,8 +9,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkAppInit.c,v 1.7 2002/06/21 20:24:29 dgp Exp $
*/
#include "tk.h"
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in
index fd917f0..86cc7f6 100644
--- a/unix/tkConfig.sh.in
+++ b/unix/tkConfig.sh.in
@@ -10,8 +10,6 @@
# file in addition to this one.
#
# The information in this file is specific to a single platform.
-#
-# RCS: @(#) $Id: tkConfig.sh.in,v 1.8.2.1 2007/09/11 05:17:07 das Exp $
# Tk's version number.
TK_VERSION='@TK_VERSION@'
diff --git a/unix/tkUnix.c b/unix/tkUnix.c
index 0d6ecc5..497d06c 100644
--- a/unix/tkUnix.c
+++ b/unix/tkUnix.c
@@ -9,8 +9,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnix.c,v 1.5 2002/01/25 21:09:37 dgp Exp $
*/
#include <tkInt.h>
diff --git a/unix/tkUnix3d.c b/unix/tkUnix3d.c
index 5349a3f..0c460dc 100644
--- a/unix/tkUnix3d.c
+++ b/unix/tkUnix3d.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnix3d.c,v 1.7 2002/08/31 06:12:31 das Exp $
*/
#include <tk3d.h>
diff --git a/unix/tkUnixButton.c b/unix/tkUnixButton.c
index 3b1996f..d14f30d 100644
--- a/unix/tkUnixButton.c
+++ b/unix/tkUnixButton.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixButton.c,v 1.11.2.5 2004/12/02 02:07:43 hobbs Exp $
*/
#include "tkButton.h"
diff --git a/unix/tkUnixColor.c b/unix/tkUnixColor.c
index 8d80bef..d001be5 100644
--- a/unix/tkUnixColor.c
+++ b/unix/tkUnixColor.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixColor.c,v 1.2.26.1 2009/10/25 17:08:28 dkf Exp $
*/
#include <tkColor.h>
diff --git a/unix/tkUnixConfig.c b/unix/tkUnixConfig.c
index 601ae98..7a753b1 100644
--- a/unix/tkUnixConfig.c
+++ b/unix/tkUnixConfig.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixConfig.c,v 1.3 2002/08/05 04:30:40 dgp Exp $
*/
#include "tk.h"
diff --git a/unix/tkUnixCursor.c b/unix/tkUnixCursor.c
index 3ac51c5..70e8b93 100644
--- a/unix/tkUnixCursor.c
+++ b/unix/tkUnixCursor.c
@@ -7,8 +7,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixCursor.c,v 1.6 2002/08/05 04:30:40 dgp Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h
index 908e060..96a68b7 100644
--- a/unix/tkUnixDefault.h
+++ b/unix/tkUnixDefault.h
@@ -9,8 +9,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixDefault.h,v 1.16.2.1 2006/03/29 16:27:53 dgp Exp $
*/
#ifndef _TKUNIXDEFAULT
diff --git a/unix/tkUnixDialog.c b/unix/tkUnixDialog.c
index 9e31fd9..9c5028a 100644
--- a/unix/tkUnixDialog.c
+++ b/unix/tkUnixDialog.c
@@ -7,9 +7,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixDialog.c,v 1.3 2001/08/01 16:21:12 dgp Exp $
- *
*/
#include "tkPort.h"
diff --git a/unix/tkUnixDraw.c b/unix/tkUnixDraw.c
index 46323af..9b84ab1 100644
--- a/unix/tkUnixDraw.c
+++ b/unix/tkUnixDraw.c
@@ -7,8 +7,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixDraw.c,v 1.6.8.1 2005/07/28 04:57:38 hobbs Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixEmbed.c b/unix/tkUnixEmbed.c
index 04eb4ba..f91187e 100644
--- a/unix/tkUnixEmbed.c
+++ b/unix/tkUnixEmbed.c
@@ -10,8 +10,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixEmbed.c,v 1.6.2.1 2006/04/11 20:23:44 hobbs Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixEvent.c b/unix/tkUnixEvent.c
index 758f00e..60800d2 100644
--- a/unix/tkUnixEvent.c
+++ b/unix/tkUnixEvent.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixEvent.c,v 1.11.2.7 2006/12/22 19:06:12 dkf Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixFocus.c b/unix/tkUnixFocus.c
index 17dbb04..78807a0 100644
--- a/unix/tkUnixFocus.c
+++ b/unix/tkUnixFocus.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixFocus.c,v 1.3 1999/04/16 01:51:46 stanton Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c
index 6cecc1d..2b8d99d 100644
--- a/unix/tkUnixFont.c
+++ b/unix/tkUnixFont.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixFont.c,v 1.18.2.6 2006/10/05 21:28:17 hobbs Exp $
*/
#include "tkUnixInt.h"
diff --git a/unix/tkUnixInit.c b/unix/tkUnixInit.c
index 2fae9cf..1b1b4ab 100644
--- a/unix/tkUnixInit.c
+++ b/unix/tkUnixInit.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixInit.c,v 1.5.2.1 2005/05/24 04:21:34 das Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixInt.h b/unix/tkUnixInt.h
index 4a99d47..f5bd910 100644
--- a/unix/tkUnixInt.h
+++ b/unix/tkUnixInt.h
@@ -9,8 +9,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixInt.h,v 1.4 1999/04/16 01:51:46 stanton Exp $
*/
#ifndef _TKUNIXINT
diff --git a/unix/tkUnixKey.c b/unix/tkUnixKey.c
index 6be5584..8753fdb 100644
--- a/unix/tkUnixKey.c
+++ b/unix/tkUnixKey.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixKey.c,v 1.10 2002/06/17 20:09:01 hobbs Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixMenu.c b/unix/tkUnixMenu.c
index a3a0c75..9189183 100644
--- a/unix/tkUnixMenu.c
+++ b/unix/tkUnixMenu.c
@@ -7,8 +7,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixMenu.c,v 1.7.2.2 2006/11/24 18:11:54 hobbs Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixMenubu.c b/unix/tkUnixMenubu.c
index 6979069..35c7da8 100644
--- a/unix/tkUnixMenubu.c
+++ b/unix/tkUnixMenubu.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixMenubu.c,v 1.6.4.1 2003/11/17 23:29:36 hobbs Exp $
*/
#include "tkMenubutton.h"
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h
index 9ca19e7..8445c82 100644
--- a/unix/tkUnixPort.h
+++ b/unix/tkUnixPort.h
@@ -10,8 +10,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixPort.h,v 1.8.2.2 2006/09/06 22:01:26 hobbs Exp $
*/
#ifndef _UNIXPORT
diff --git a/unix/tkUnixScale.c b/unix/tkUnixScale.c
index 259cc92..637fd46 100644
--- a/unix/tkUnixScale.c
+++ b/unix/tkUnixScale.c
@@ -9,8 +9,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixScale.c,v 1.8.4.2 2007/04/29 02:24:01 das Exp $
*/
#include "tkScale.h"
diff --git a/unix/tkUnixScrlbr.c b/unix/tkUnixScrlbr.c
index e4ad751..4e1ed06 100644
--- a/unix/tkUnixScrlbr.c
+++ b/unix/tkUnixScrlbr.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixScrlbr.c,v 1.3.6.1 2009/10/07 14:28:37 dkf Exp $
*/
#include "tkScrollbar.h"
diff --git a/unix/tkUnixSelect.c b/unix/tkUnixSelect.c
index 2592d33..5eedd5d 100644
--- a/unix/tkUnixSelect.c
+++ b/unix/tkUnixSelect.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixSelect.c,v 1.11.2.1 2005/11/22 11:32:37 dkf Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixSend.c b/unix/tkUnixSend.c
index 4e115c8..2b54506 100644
--- a/unix/tkUnixSend.c
+++ b/unix/tkUnixSend.c
@@ -11,8 +11,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixSend.c,v 1.11 2002/08/13 16:20:49 rmax Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c
index f23cba4..1ab5980 100644
--- a/unix/tkUnixWm.c
+++ b/unix/tkUnixWm.c
@@ -11,8 +11,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixWm.c,v 1.36.2.9 2011/01/25 08:49:59 nijtmans Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixXId.c b/unix/tkUnixXId.c
index 9f3dd82..428d5fe 100644
--- a/unix/tkUnixXId.c
+++ b/unix/tkUnixXId.c
@@ -16,8 +16,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkUnixXId.c,v 1.7 2002/04/12 10:06:09 hobbs Exp $
*/
/*