diff options
Diffstat (limited to 'generic')
141 files changed, 23 insertions, 274 deletions
diff --git a/generic/README b/generic/README index b7c8c12..6ac6bb4 100644 --- a/generic/README +++ b/generic/README @@ -1,5 +1,3 @@ This directory contains Tk source files that work on all the platforms where Tk runs (e.g. UNIX, PCs, and MacOSX). Platform-specific sources are in the directories ../unix, ../win, and ../macosx. - -RCS ID: @(#) $Id: README,v 1.3 2004/03/17 18:15:42 das Exp $ diff --git a/generic/default.h b/generic/default.h index 31f674a..6156f4d 100644 --- a/generic/default.h +++ b/generic/default.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: default.h,v 1.5.4.1 2010/01/06 23:16:20 nijtmans Exp $ */ #ifndef _DEFAULT diff --git a/generic/ks_names.h b/generic/ks_names.h index aec53e8..22d9fc5 100644 --- a/generic/ks_names.h +++ b/generic/ks_names.h @@ -1,6 +1,5 @@ /* * This file is generated from $(INCLUDESRC)/keysymdef.h. Do not edit. - * RCS: $Id: ks_names.h,v 1.5 2006/07/21 07:07:00 das Exp $ */ { "BackSpace", 0xFF08 }, { "Tab", 0xFF09 }, diff --git a/generic/tk.decls b/generic/tk.decls index 0ada35c..9037e75 100644 --- a/generic/tk.decls +++ b/generic/tk.decls @@ -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: tk.decls,v 1.38.2.1 2010/02/07 23:24:13 nijtmans Exp $ library tk diff --git a/generic/tk.h b/generic/tk.h index 726d429..448f845 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -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: tk.h,v 1.109.2.13 2010/08/04 17:06:52 dgp Exp $ */ #ifndef _TK diff --git a/generic/tk3d.c b/generic/tk3d.c index 3922fc8..caa40dd 100644 --- a/generic/tk3d.c +++ b/generic/tk3d.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: tk3d.c,v 1.19 2007/12/13 15:24:13 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tk3d.h b/generic/tk3d.h index c3fac00..5e0a0cf 100644 --- a/generic/tk3d.h +++ b/generic/tk3d.h @@ -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: tk3d.h,v 1.7 2005/11/27 02:36:13 das Exp $ */ #ifndef _TK3D diff --git a/generic/tkArgv.c b/generic/tkArgv.c index 52ee080..a338e45 100644 --- a/generic/tkArgv.c +++ b/generic/tkArgv.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: tkArgv.c,v 1.11.2.3 2008/10/05 11:34:46 dkf Exp $ */ #include "tkInt.h" diff --git a/generic/tkAtom.c b/generic/tkAtom.c index ae35527..85d3748 100644 --- a/generic/tkAtom.c +++ b/generic/tkAtom.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: tkAtom.c,v 1.7 2007/12/13 15:24:13 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkBind.c b/generic/tkBind.c index 9bc987f..cf8ed1d 100644 --- a/generic/tkBind.c +++ b/generic/tkBind.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: tkBind.c,v 1.45.2.4 2010/05/31 17:22:48 jenglish Exp $ */ #include "tkInt.h" diff --git a/generic/tkBitmap.c b/generic/tkBitmap.c index 841cea4..81e9678 100644 --- a/generic/tkBitmap.c +++ b/generic/tkBitmap.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: tkBitmap.c,v 1.21 2007/12/13 15:24:13 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkButton.c b/generic/tkButton.c index 3801c4d..4e3c06c 100644 --- a/generic/tkButton.c +++ b/generic/tkButton.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: tkButton.c,v 1.28.2.2 2010/03/12 13:02:36 nijtmans Exp $ */ #include "tkInt.h" diff --git a/generic/tkButton.h b/generic/tkButton.h index 93739e5..4fde4c1 100644 --- a/generic/tkButton.h +++ b/generic/tkButton.h @@ -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: tkButton.h,v 1.16.2.1 2010/03/12 13:02:37 nijtmans Exp $ */ #ifndef _TKBUTTON diff --git a/generic/tkCanvArc.c b/generic/tkCanvArc.c index db323d1..ecd57b8 100644 --- a/generic/tkCanvArc.c +++ b/generic/tkCanvArc.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: tkCanvArc.c,v 1.16 2007/12/13 15:24:13 dgp Exp $ */ #include <stdio.h> diff --git a/generic/tkCanvBmap.c b/generic/tkCanvBmap.c index da4ba12..30aa429 100644 --- a/generic/tkCanvBmap.c +++ b/generic/tkCanvBmap.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: tkCanvBmap.c,v 1.14 2007/12/13 15:24:13 dgp Exp $ */ #include <stdio.h> diff --git a/generic/tkCanvImg.c b/generic/tkCanvImg.c index 04cbf9e..9e928c7 100644 --- a/generic/tkCanvImg.c +++ b/generic/tkCanvImg.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: tkCanvImg.c,v 1.11 2007/12/13 15:24:13 dgp Exp $ */ #include <stdio.h> diff --git a/generic/tkCanvLine.c b/generic/tkCanvLine.c index d2954f2..41a3d25 100644 --- a/generic/tkCanvLine.c +++ b/generic/tkCanvLine.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: tkCanvLine.c,v 1.22.2.1 2010/08/11 09:39:08 dkf Exp $ */ #include <stdio.h> diff --git a/generic/tkCanvPoly.c b/generic/tkCanvPoly.c index 92375b9..b86bc63 100644 --- a/generic/tkCanvPoly.c +++ b/generic/tkCanvPoly.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: tkCanvPoly.c,v 1.18 2007/12/13 15:24:13 dgp Exp $ */ #include <stdio.h> diff --git a/generic/tkCanvPs.c b/generic/tkCanvPs.c index 27f8e39..ac8f105 100644 --- a/generic/tkCanvPs.c +++ b/generic/tkCanvPs.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: tkCanvPs.c,v 1.19.2.4 2009/04/10 11:07:32 dkf Exp $ */ #include "tkInt.h" diff --git a/generic/tkCanvText.c b/generic/tkCanvText.c index 40ca817..24c3c7f 100644 --- a/generic/tkCanvText.c +++ b/generic/tkCanvText.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: tkCanvText.c,v 1.26.2.1 2008/10/05 11:34:46 dkf Exp $ */ #include <stdio.h> diff --git a/generic/tkCanvUtil.c b/generic/tkCanvUtil.c index c0d6bea..eca3789 100644 --- a/generic/tkCanvUtil.c +++ b/generic/tkCanvUtil.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: tkCanvUtil.c,v 1.19.2.2 2009/06/23 05:21:38 nijtmans Exp $ */ #include "tkInt.h" diff --git a/generic/tkCanvWind.c b/generic/tkCanvWind.c index 550a7d3..b62859c 100644 --- a/generic/tkCanvWind.c +++ b/generic/tkCanvWind.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: tkCanvWind.c,v 1.16 2007/12/13 15:24:13 dgp Exp $ */ #include <stdio.h> diff --git a/generic/tkCanvas.c b/generic/tkCanvas.c index fa160b9..253b184 100644 --- a/generic/tkCanvas.c +++ b/generic/tkCanvas.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: tkCanvas.c,v 1.46.2.4 2010/01/19 22:02:43 dkf Exp $ */ /* #define USE_OLD_TAG_SEARCH 1 */ diff --git a/generic/tkCanvas.h b/generic/tkCanvas.h index 5909611..d009cfa 100644 --- a/generic/tkCanvas.h +++ b/generic/tkCanvas.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: tkCanvas.h,v 1.13 2007/12/13 15:24:13 dgp Exp $ */ #ifndef _TKCANVAS diff --git a/generic/tkClipboard.c b/generic/tkClipboard.c index cd0455b..9428894 100644 --- a/generic/tkClipboard.c +++ b/generic/tkClipboard.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: tkClipboard.c,v 1.18 2007/12/13 15:24:13 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkCmds.c b/generic/tkCmds.c index 63d329c..a86ef84 100644 --- a/generic/tkCmds.c +++ b/generic/tkCmds.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: tkCmds.c,v 1.41 2007/12/13 15:24:13 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkColor.c b/generic/tkColor.c index d17b393..6836c52 100644 --- a/generic/tkColor.c +++ b/generic/tkColor.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: tkColor.c,v 1.16.2.1 2009/12/09 22:38:22 dkf Exp $ */ #include "tkInt.h" diff --git a/generic/tkColor.h b/generic/tkColor.h index c61579e..d4679cf 100644 --- a/generic/tkColor.h +++ b/generic/tkColor.h @@ -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: tkColor.h,v 1.11 2007/12/13 15:24:13 dgp Exp $ */ #ifndef _TKCOLOR diff --git a/generic/tkConfig.c b/generic/tkConfig.c index 368d0ce..ed47210 100644 --- a/generic/tkConfig.c +++ b/generic/tkConfig.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: tkConfig.c,v 1.26 2007/12/13 15:24:13 dgp Exp $ */ /* diff --git a/generic/tkConsole.c b/generic/tkConsole.c index f996361..4091255 100644 --- a/generic/tkConsole.c +++ b/generic/tkConsole.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: tkConsole.c,v 1.35.2.1 2009/10/15 17:48:50 dgp Exp $ */ #include "tk.h" diff --git a/generic/tkCursor.c b/generic/tkCursor.c index 8837028..606a349 100644 --- a/generic/tkCursor.c +++ b/generic/tkCursor.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: tkCursor.c,v 1.18 2007/12/13 15:24:14 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkDecls.h b/generic/tkDecls.h index d224a9b..d06df4b 100644 --- a/generic/tkDecls.h +++ b/generic/tkDecls.h @@ -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: tkDecls.h,v 1.30.4.1 2010/02/07 23:24:13 nijtmans Exp $ */ #ifndef _TKDECLS diff --git a/generic/tkEntry.c b/generic/tkEntry.c index f1c4816..8f181cd 100644 --- a/generic/tkEntry.c +++ b/generic/tkEntry.c @@ -13,8 +13,6 @@ * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tkEntry.c,v 1.47.2.2 2008/10/09 15:17:44 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkError.c b/generic/tkError.c index 518cfdb..6617c37 100644 --- a/generic/tkError.c +++ b/generic/tkError.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: tkError.c,v 1.6 2007/12/13 15:24:14 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkEvent.c b/generic/tkEvent.c index 3fae141..7c41c22 100644 --- a/generic/tkEvent.c +++ b/generic/tkEvent.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: tkEvent.c,v 1.35.2.5 2011/01/06 06:00:12 stwo Exp $ */ #include "tkInt.h" diff --git a/generic/tkFileFilter.c b/generic/tkFileFilter.c index 21e6a93..547dd9b 100644 --- a/generic/tkFileFilter.c +++ b/generic/tkFileFilter.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: tkFileFilter.c,v 1.10.4.1 2009/03/03 23:54:11 patthoyts Exp $ */ #include "tkInt.h" diff --git a/generic/tkFileFilter.h b/generic/tkFileFilter.h index c6680df..24002df 100644 --- a/generic/tkFileFilter.h +++ b/generic/tkFileFilter.h @@ -8,9 +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: tkFileFilter.h,v 1.8 2005/11/27 02:36:13 das Exp $ - * */ #ifndef _TK_FILE_FILTER diff --git a/generic/tkFocus.c b/generic/tkFocus.c index 37027b3..42d8be3 100644 --- a/generic/tkFocus.c +++ b/generic/tkFocus.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: tkFocus.c,v 1.16.2.1 2009/07/22 07:46:42 dkf Exp $ */ #include "tkInt.h" diff --git a/generic/tkFont.c b/generic/tkFont.c index 4852f14..1a6474f 100644 --- a/generic/tkFont.c +++ b/generic/tkFont.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: tkFont.c,v 1.42.2.3 2009/09/10 12:47:15 dkf Exp $ */ #include "tkInt.h" diff --git a/generic/tkFont.h b/generic/tkFont.h index 448423d..ef6336c 100644 --- a/generic/tkFont.h +++ b/generic/tkFont.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: tkFont.h,v 1.10 2007/05/04 21:29:22 patthoyts Exp $ */ #ifndef _TKFONT diff --git a/generic/tkFrame.c b/generic/tkFrame.c index da4e242..8662dd3 100644 --- a/generic/tkFrame.c +++ b/generic/tkFrame.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: tkFrame.c,v 1.31.2.1 2008/11/15 00:37:30 patthoyts Exp $ */ #include "default.h" diff --git a/generic/tkGC.c b/generic/tkGC.c index a591b64..800e4d3 100644 --- a/generic/tkGC.c +++ b/generic/tkGC.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: tkGC.c,v 1.10 2007/12/13 15:24:14 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkGeometry.c b/generic/tkGeometry.c index f6f5150..4c8e4f8 100644 --- a/generic/tkGeometry.c +++ b/generic/tkGeometry.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: tkGeometry.c,v 1.12 2007/12/13 15:24:14 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkGet.c b/generic/tkGet.c index e6b19e2..9fc0d50 100644 --- a/generic/tkGet.c +++ b/generic/tkGet.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: tkGet.c,v 1.13 2007/12/13 15:24:14 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkGrab.c b/generic/tkGrab.c index 1369f7c..57f8614 100644 --- a/generic/tkGrab.c +++ b/generic/tkGrab.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: tkGrab.c,v 1.13 2007/12/13 15:24:14 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkGrid.c b/generic/tkGrid.c index 4a38f16..c6a00d5 100644 --- a/generic/tkGrid.c +++ b/generic/tkGrid.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: tkGrid.c,v 1.47 2007/05/15 17:01:43 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkImage.c b/generic/tkImage.c index f043277..6c7c9cd 100644 --- a/generic/tkImage.c +++ b/generic/tkImage.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: tkImage.c,v 1.35.2.1 2008/11/19 00:37:35 nijtmans Exp $ */ #include "tkInt.h" diff --git a/generic/tkImgBmap.c b/generic/tkImgBmap.c index fc051d9..88c96d5 100644 --- a/generic/tkImgBmap.c +++ b/generic/tkImgBmap.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: tkImgBmap.c,v 1.22 2007/12/13 15:24:14 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkImgGIF.c b/generic/tkImgGIF.c index b31c64d..e576559 100644 --- a/generic/tkImgGIF.c +++ b/generic/tkImgGIF.c @@ -31,8 +31,6 @@ * * This file also contains code from miGIF. See lower down in file for the * applicable copyright notice for that portion. - * - * RCS: @(#) $Id: tkImgGIF.c,v 1.41 2008/02/01 16:53:53 rmax Exp $ */ #include "tkInt.h" diff --git a/generic/tkImgPPM.c b/generic/tkImgPPM.c index 7aeeade..8a46fde 100644 --- a/generic/tkImgPPM.c +++ b/generic/tkImgPPM.c @@ -12,8 +12,6 @@ * Author: Paul Mackerras (paulus@cs.anu.edu.au), * Department of Computer Science, * Australian National University. - * - * RCS: @(#) $Id: tkImgPPM.c,v 1.21 2007/12/13 15:24:14 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index 6e385a4..ef907e6 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -16,8 +16,6 @@ * Author: Paul Mackerras (paulus@cs.anu.edu.au), * Department of Computer Science, * Australian National University. - * - * RCS: @(#) $Id: tkImgPhoto.c,v 1.76.2.4 2009/09/25 08:48:53 dkf Exp $ */ #include "tkInt.h" diff --git a/generic/tkImgUtil.c b/generic/tkImgUtil.c index 577efbc..8ba6c0e 100644 --- a/generic/tkImgUtil.c +++ b/generic/tkImgUtil.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: tkImgUtil.c,v 1.7 2007/12/13 15:24:14 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 977f2db..45447f5 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -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: tkInt.decls,v 1.44.2.5 2010/02/07 23:24:13 nijtmans Exp $ library tk diff --git a/generic/tkInt.h b/generic/tkInt.h index cb6c7d9..aa27243 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.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: tkInt.h,v 1.82.2.6 2010/01/02 10:43:26 dkf Exp $ */ #ifndef _TKINT diff --git a/generic/tkIntDecls.h b/generic/tkIntDecls.h index 9ef1f87..531ee5f 100644 --- a/generic/tkIntDecls.h +++ b/generic/tkIntDecls.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: tkIntDecls.h,v 1.31.2.3 2010/02/07 23:24:13 nijtmans Exp $ */ #ifndef _TKINTDECLS diff --git a/generic/tkIntPlatDecls.h b/generic/tkIntPlatDecls.h index c1bec7b..8de3a71 100644 --- a/generic/tkIntPlatDecls.h +++ b/generic/tkIntPlatDecls.h @@ -8,8 +8,6 @@ * * Copyright (c) 1998-1999 by Scriptics Corporation. * All rights reserved. - * - * RCS: @(#) $Id: tkIntPlatDecls.h,v 1.29.2.2 2010/02/07 23:24:13 nijtmans Exp $ */ #ifndef _TKINTPLATDECLS diff --git a/generic/tkIntXlibDecls.h b/generic/tkIntXlibDecls.h index b5d1a23..bf80342 100644 --- a/generic/tkIntXlibDecls.h +++ b/generic/tkIntXlibDecls.h @@ -8,8 +8,6 @@ * * Copyright (c) 1998-1999 by Scriptics Corporation. * All rights reserved. - * - * RCS: @(#) $Id: tkIntXlibDecls.h,v 1.23.2.1 2010/02/07 23:24:13 nijtmans Exp $ */ #ifndef _TKINTXLIBDECLS diff --git a/generic/tkListbox.c b/generic/tkListbox.c index b795cc2..44421d2 100644 --- a/generic/tkListbox.c +++ b/generic/tkListbox.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: tkListbox.c,v 1.44.2.4 2010/01/29 12:41:11 nijtmans Exp $ */ #include "default.h" diff --git a/generic/tkMacWinMenu.c b/generic/tkMacWinMenu.c index 54ab1dd..9351de1 100644 --- a/generic/tkMacWinMenu.c +++ b/generic/tkMacWinMenu.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: tkMacWinMenu.c,v 1.6 2007/12/13 15:24:15 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkMain.c b/generic/tkMain.c index b2279be..39465c9 100644 --- a/generic/tkMain.c +++ b/generic/tkMain.c @@ -12,8 +12,6 @@ * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tkMain.c,v 1.28.2.2 2010/05/31 10:29:29 nijtmans Exp $ */ #include "tclInt.h" diff --git a/generic/tkMenu.c b/generic/tkMenu.c index 122b33a..15af7a2 100644 --- a/generic/tkMenu.c +++ b/generic/tkMenu.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: tkMenu.c,v 1.41.2.5 2010/02/17 20:58:01 jenglish Exp $ */ /* diff --git a/generic/tkMenu.h b/generic/tkMenu.h index c304ee0..24f32e7 100644 --- a/generic/tkMenu.h +++ b/generic/tkMenu.h @@ -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: tkMenu.h,v 1.14.2.1 2010/01/03 20:03:55 patthoyts Exp $ */ #ifndef _TKMENU diff --git a/generic/tkMenuDraw.c b/generic/tkMenuDraw.c index 61d03e4..d2a66d3 100644 --- a/generic/tkMenuDraw.c +++ b/generic/tkMenuDraw.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: tkMenuDraw.c,v 1.10.2.1 2009/09/14 23:40:42 hobbs Exp $ */ #include "tkInt.h" diff --git a/generic/tkMenubutton.c b/generic/tkMenubutton.c index fa4597e..b19c7aa 100644 --- a/generic/tkMenubutton.c +++ b/generic/tkMenubutton.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: tkMenubutton.c,v 1.19.2.1 2009/04/10 16:07:56 das Exp $ */ #include "tkInt.h" diff --git a/generic/tkMenubutton.h b/generic/tkMenubutton.h index 84c119d..41af675 100644 --- a/generic/tkMenubutton.h +++ b/generic/tkMenubutton.h @@ -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: tkMenubutton.h,v 1.14 2007/12/13 15:24:16 dgp Exp $ */ #ifndef _TKMENUBUTTON diff --git a/generic/tkMessage.c b/generic/tkMessage.c index 048bb5c..0fd57a9 100644 --- a/generic/tkMessage.c +++ b/generic/tkMessage.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: tkMessage.c,v 1.19 2007/12/13 15:24:16 dgp Exp $ */ #include "default.h" diff --git a/generic/tkObj.c b/generic/tkObj.c index c425864..d973bd4 100644 --- a/generic/tkObj.c +++ b/generic/tkObj.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: tkObj.c,v 1.19.2.1 2008/12/21 23:52:45 ferrieux Exp $ */ #include "tkInt.h" diff --git a/generic/tkOldConfig.c b/generic/tkOldConfig.c index 8a46c58..97ad5cb 100644 --- a/generic/tkOldConfig.c +++ b/generic/tkOldConfig.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: tkOldConfig.c,v 1.23 2007/12/13 15:24:16 dgp Exp $ */ #include "tkPort.h" diff --git a/generic/tkOldTest.c b/generic/tkOldTest.c index 473d92c..cfbce23 100644 --- a/generic/tkOldTest.c +++ b/generic/tkOldTest.c @@ -13,8 +13,6 @@ * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tkOldTest.c,v 1.1 2007/05/14 20:58:27 dgp Exp $ */ #define USE_OLD_IMAGE diff --git a/generic/tkOption.c b/generic/tkOption.c index 1fac8b4..de92627 100644 --- a/generic/tkOption.c +++ b/generic/tkOption.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: tkOption.c,v 1.24 2007/12/13 15:24:16 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkPack.c b/generic/tkPack.c index 0733d86..47eddd6 100644 --- a/generic/tkPack.c +++ b/generic/tkPack.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: tkPack.c,v 1.27 2007/12/13 15:24:16 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkPanedWindow.c b/generic/tkPanedWindow.c index 10c406b..68d62d7 100644 --- a/generic/tkPanedWindow.c +++ b/generic/tkPanedWindow.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: tkPanedWindow.c,v 1.30.2.1 2008/06/26 21:26:09 dgp Exp $ */ #include "default.h" diff --git a/generic/tkPlace.c b/generic/tkPlace.c index 28cdf9d..951cd8f 100644 --- a/generic/tkPlace.c +++ b/generic/tkPlace.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: tkPlace.c,v 1.24 2007/12/13 15:24:16 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkPlatDecls.h b/generic/tkPlatDecls.h index 5ea2999..5b386ee 100644 --- a/generic/tkPlatDecls.h +++ b/generic/tkPlatDecls.h @@ -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: tkPlatDecls.h,v 1.15.2.1 2010/02/07 23:24:13 nijtmans Exp $ */ #ifndef _TKPLATDECLS diff --git a/generic/tkPointer.c b/generic/tkPointer.c index 5ade755..4051552 100644 --- a/generic/tkPointer.c +++ b/generic/tkPointer.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: tkPointer.c,v 1.10.4.2 2009/04/10 16:20:11 das Exp $ */ #include "tkInt.h" diff --git a/generic/tkPort.h b/generic/tkPort.h index 17d0def..00c49fd 100644 --- a/generic/tkPort.h +++ b/generic/tkPort.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: tkPort.h,v 1.6 2004/04/24 06:00:18 das Exp $ */ #ifndef _TKPORT diff --git a/generic/tkRectOval.c b/generic/tkRectOval.c index 29ee24e..c9cd7cb 100644 --- a/generic/tkRectOval.c +++ b/generic/tkRectOval.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: tkRectOval.c,v 1.17 2007/12/13 15:24:16 dgp Exp $ */ #include <stdio.h> diff --git a/generic/tkScale.c b/generic/tkScale.c index fce0341..103f39c 100644 --- a/generic/tkScale.c +++ b/generic/tkScale.c @@ -15,8 +15,6 @@ * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tkScale.c,v 1.28 2007/12/13 15:24:16 dgp Exp $ */ #include "default.h" diff --git a/generic/tkScale.h b/generic/tkScale.h index d73d378..f406bf6 100644 --- a/generic/tkScale.h +++ b/generic/tkScale.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: tkScale.h,v 1.10 2005/11/27 02:36:14 das Exp $ */ #ifndef _TKSCALE diff --git a/generic/tkScrollbar.c b/generic/tkScrollbar.c index ecbe729..f19671c 100644 --- a/generic/tkScrollbar.c +++ b/generic/tkScrollbar.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: tkScrollbar.c,v 1.12.2.1 2008/10/05 11:34:46 dkf Exp $ */ #include "tkInt.h" diff --git a/generic/tkScrollbar.h b/generic/tkScrollbar.h index 70acab2..e2890f4 100644 --- a/generic/tkScrollbar.h +++ b/generic/tkScrollbar.h @@ -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: tkScrollbar.h,v 1.8 2005/11/27 02:36:14 das Exp $ */ #ifndef _TKSCROLLBAR diff --git a/generic/tkSelect.c b/generic/tkSelect.c index b1551f0..aaea5d3 100644 --- a/generic/tkSelect.c +++ b/generic/tkSelect.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: tkSelect.c,v 1.20.4.1 2011/01/25 08:31:37 nijtmans Exp $ */ #include "tkInt.h" diff --git a/generic/tkSelect.h b/generic/tkSelect.h index 48f738a..b9d7d2d 100644 --- a/generic/tkSelect.h +++ b/generic/tkSelect.h @@ -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: tkSelect.h,v 1.9 2007/12/13 15:24:16 dgp Exp $ */ #ifndef _TKSELECT diff --git a/generic/tkSquare.c b/generic/tkSquare.c index 6bfde11..a35832a 100644 --- a/generic/tkSquare.c +++ b/generic/tkSquare.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: tkSquare.c,v 1.10 2007/12/13 15:24:16 dgp Exp $ */ #if 0 diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 5380f53..9c154e8 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.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: tkStubInit.c,v 1.60.2.3 2009/12/02 22:20:01 nijtmans Exp $ */ #include "tkInt.h" diff --git a/generic/tkStubLib.c b/generic/tkStubLib.c index 3841bcf..5349a0b 100644 --- a/generic/tkStubLib.c +++ b/generic/tkStubLib.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: tkStubLib.c,v 1.20.2.1 2008/04/02 04:05:13 dgp Exp $ */ /* diff --git a/generic/tkStyle.c b/generic/tkStyle.c index 5f2ada2..80d4e59 100644 --- a/generic/tkStyle.c +++ b/generic/tkStyle.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: tkStyle.c,v 1.8 2007/12/13 15:24:16 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkTest.c b/generic/tkTest.c index 432f5f7..639ed8d 100644 --- a/generic/tkTest.c +++ b/generic/tkTest.c @@ -12,8 +12,6 @@ * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tkTest.c,v 1.35 2007/12/13 15:24:16 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkText.c b/generic/tkText.c index 1b47b28..187be65 100644 --- a/generic/tkText.c +++ b/generic/tkText.c @@ -12,8 +12,6 @@ * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tkText.c,v 1.79.2.8 2010/08/27 00:32:28 hobbs Exp $ */ #include "default.h" diff --git a/generic/tkText.h b/generic/tkText.h index 117a717..289e64b 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -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: tkText.h,v 1.34.2.1 2009/10/22 21:41:20 dkf Exp $ */ #ifndef _TKTEXT diff --git a/generic/tkTextBTree.c b/generic/tkTextBTree.c index e464cc6..0038e64 100644 --- a/generic/tkTextBTree.c +++ b/generic/tkTextBTree.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: tkTextBTree.c,v 1.27.2.1 2009/04/10 15:53:28 das Exp $ */ #include "tkInt.h" diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c index 4256c36..144bca9 100644 --- a/generic/tkTextDisp.c +++ b/generic/tkTextDisp.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: tkTextDisp.c,v 1.68.2.2 2010/01/07 15:35:04 dkf Exp $ */ #include "tkInt.h" diff --git a/generic/tkTextImage.c b/generic/tkTextImage.c index dcdcd35..5d77c13 100644 --- a/generic/tkTextImage.c +++ b/generic/tkTextImage.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: tkTextImage.c,v 1.22.2.1 2009/02/06 08:13:23 das Exp $ */ #include "tkPort.h" diff --git a/generic/tkTextIndex.c b/generic/tkTextIndex.c index 5173e90..a9b0bed 100644 --- a/generic/tkTextIndex.c +++ b/generic/tkTextIndex.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: tkTextIndex.c,v 1.28.2.1 2009/02/06 08:13:23 das Exp $ */ #include "default.h" diff --git a/generic/tkTextMark.c b/generic/tkTextMark.c index e1892b6..281baf1 100644 --- a/generic/tkTextMark.c +++ b/generic/tkTextMark.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: tkTextMark.c,v 1.20 2007/12/13 15:24:17 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkTextTag.c b/generic/tkTextTag.c index 97929bd..b0d33ce 100644 --- a/generic/tkTextTag.c +++ b/generic/tkTextTag.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: tkTextTag.c,v 1.27 2007/12/13 15:24:17 dgp Exp $ */ #include "default.h" diff --git a/generic/tkTextWind.c b/generic/tkTextWind.c index 4f48b18..1758964 100644 --- a/generic/tkTextWind.c +++ b/generic/tkTextWind.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: tkTextWind.c,v 1.23 2007/12/13 15:24:17 dgp Exp $ */ #include "tkPort.h" diff --git a/generic/tkTrig.c b/generic/tkTrig.c index f7c2ffb..d7439b3 100644 --- a/generic/tkTrig.c +++ b/generic/tkTrig.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: tkTrig.c,v 1.10 2007/12/13 15:24:21 dgp Exp $ */ #include <stdio.h> diff --git a/generic/tkUndo.c b/generic/tkUndo.c index 326c818..bf2ed7c 100644 --- a/generic/tkUndo.c +++ b/generic/tkUndo.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: tkUndo.c,v 1.13.2.1 2009/02/06 08:13:23 das Exp $ */ #include "tkInt.h" diff --git a/generic/tkUndo.h b/generic/tkUndo.h index 0776ea3..b0e2db0 100644 --- a/generic/tkUndo.h +++ b/generic/tkUndo.h @@ -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: tkUndo.h,v 1.8 2007/12/13 15:24:21 dgp Exp $ */ #ifndef _TKUNDO diff --git a/generic/tkUtil.c b/generic/tkUtil.c index 0aff912..bfa5d5c 100644 --- a/generic/tkUtil.c +++ b/generic/tkUtil.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: tkUtil.c,v 1.21 2007/12/13 15:24:21 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkVisual.c b/generic/tkVisual.c index 1b880d1..ec8be11 100644 --- a/generic/tkVisual.c +++ b/generic/tkVisual.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: tkVisual.c,v 1.10 2007/12/13 15:24:21 dgp Exp $ */ #include "tkInt.h" diff --git a/generic/tkWindow.c b/generic/tkWindow.c index 4e274f7..1ffdd56 100644 --- a/generic/tkWindow.c +++ b/generic/tkWindow.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: tkWindow.c,v 1.89.2.5 2010/01/06 23:16:20 nijtmans Exp $ */ #include "tkInt.h" diff --git a/generic/ttk/ttk.decls b/generic/ttk/ttk.decls index 66a0191..8b2b50b 100644 --- a/generic/ttk/ttk.decls +++ b/generic/ttk/ttk.decls @@ -1,7 +1,3 @@ -# -# $Id: ttk.decls,v 1.2.4.2 2010/08/26 02:06:09 hobbs Exp $ -# - library ttk interface ttk epoch 0 diff --git a/generic/ttk/ttkBlink.c b/generic/ttk/ttkBlink.c index 2476fcd..7e46fac 100644 --- a/generic/ttk/ttkBlink.c +++ b/generic/ttk/ttkBlink.c @@ -1,6 +1,4 @@ /* - * $Id: ttkBlink.c,v 1.2 2006/11/03 03:06:21 das Exp $ - * * Copyright 2004, Joe English. * * Usage: diff --git a/generic/ttk/ttkButton.c b/generic/ttk/ttkButton.c index 64c5d7e..ae0f20a 100644 --- a/generic/ttk/ttkButton.c +++ b/generic/ttk/ttkButton.c @@ -1,4 +1,4 @@ -/* $Id: ttkButton.c,v 1.8.2.1 2010/08/26 02:06:09 hobbs Exp $ +/* * Copyright (c) 2003, Joe English * * label, button, checkbutton, radiobutton, and menubutton widgets. diff --git a/generic/ttk/ttkCache.c b/generic/ttk/ttkCache.c index 9456d25..e3aeaba 100644 --- a/generic/ttk/ttkCache.c +++ b/generic/ttk/ttkCache.c @@ -1,5 +1,4 @@ /* - * $Id: ttkCache.c,v 1.1.4.1 2010/08/26 02:06:09 hobbs Exp $ * Theme engine resource cache. * * Copyright (c) 2004, Joe English diff --git a/generic/ttk/ttkClamTheme.c b/generic/ttk/ttkClamTheme.c index 1451127..572f630 100644 --- a/generic/ttk/ttkClamTheme.c +++ b/generic/ttk/ttkClamTheme.c @@ -1,6 +1,4 @@ /* - * $Id: ttkClamTheme.c,v 1.9.2.2 2010/08/26 02:06:09 hobbs Exp $ - * * Copyright (C) 2004 Joe English * * "clam" theme; inspired by the XFCE family of Gnome themes. diff --git a/generic/ttk/ttkClassicTheme.c b/generic/ttk/ttkClassicTheme.c index c4102d4..2fbcd76 100644 --- a/generic/ttk/ttkClassicTheme.c +++ b/generic/ttk/ttkClassicTheme.c @@ -1,6 +1,4 @@ /* - * $Id: ttkClassicTheme.c,v 1.6.2.2 2010/08/26 02:06:09 hobbs Exp $ - * * Copyright (c) 2004, Joe English * * "classic" theme; implements the classic Motif-like Tk look. diff --git a/generic/ttk/ttkDecls.h b/generic/ttk/ttkDecls.h index b8486dc..ee679b7 100644 --- a/generic/ttk/ttkDecls.h +++ b/generic/ttk/ttkDecls.h @@ -1,6 +1,4 @@ /* - * $Id: ttkDecls.h,v 1.6.2.3 2011/01/19 08:37:45 nijtmans Exp $ - * * This file is (mostly) automatically generated from ttk.decls. */ diff --git a/generic/ttk/ttkDefaultTheme.c b/generic/ttk/ttkDefaultTheme.c index 3bb3db7..d2deee8 100644 --- a/generic/ttk/ttkDefaultTheme.c +++ b/generic/ttk/ttkDefaultTheme.c @@ -1,5 +1,4 @@ -/* $Id: ttkDefaultTheme.c,v 1.11.2.2 2010/08/26 02:06:09 hobbs Exp $ - * +/* * Copyright (c) 2003, Joe English * * Tk alternate theme, intended to match the MSUE and Gtk's (old) default theme diff --git a/generic/ttk/ttkElements.c b/generic/ttk/ttkElements.c index 8e2209b..22af1d6 100644 --- a/generic/ttk/ttkElements.c +++ b/generic/ttk/ttkElements.c @@ -1,5 +1,4 @@ -/* $Id: ttkElements.c,v 1.10.2.2 2010/08/26 02:06:09 hobbs Exp $ - * +/* * Copyright (c) 2003, Joe English * * Default implementation for themed elements. diff --git a/generic/ttk/ttkEntry.c b/generic/ttk/ttkEntry.c index cc4086b..f4750e1 100644 --- a/generic/ttk/ttkEntry.c +++ b/generic/ttk/ttkEntry.c @@ -1,6 +1,4 @@ /* - * $Id: ttkEntry.c,v 1.9.4.2 2011/01/22 18:48:35 jenglish Exp $ - * * DERIVED FROM: tk/generic/tkEntry.c r1.35. * * Copyright (c) 1990-1994 The Regents of the University of California. diff --git a/generic/ttk/ttkFrame.c b/generic/ttk/ttkFrame.c index 52b40a9..5971e0d 100644 --- a/generic/ttk/ttkFrame.c +++ b/generic/ttk/ttkFrame.c @@ -1,4 +1,4 @@ -/* $Id: ttkFrame.c,v 1.12.2.2 2010/08/26 02:06:09 hobbs Exp $ +/* * Copyright (c) 2004, Joe English * * ttk::frame and ttk::labelframe widgets. diff --git a/generic/ttk/ttkGenStubs.tcl b/generic/ttk/ttkGenStubs.tcl index 342db3e..fb9c018 100644 --- a/generic/ttk/ttkGenStubs.tcl +++ b/generic/ttk/ttkGenStubs.tcl @@ -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. # -# $Id: ttkGenStubs.tcl,v 1.1.4.4 2011/01/19 14:28:10 nijtmans Exp $ -# # SOURCE: tcl/tools/genStubs.tcl, revision 1.20 # # CHANGES: diff --git a/generic/ttk/ttkImage.c b/generic/ttk/ttkImage.c index 0ac49c3..c3b55e9 100644 --- a/generic/ttk/ttkImage.c +++ b/generic/ttk/ttkImage.c @@ -1,4 +1,4 @@ -/* $Id: ttkImage.c,v 1.7.2.1 2010/08/26 02:06:09 hobbs Exp $ +/* * Image specifications and image element factory. * * Copyright (C) 2004 Pat Thoyts <patthoyts@users.sf.net> diff --git a/generic/ttk/ttkInit.c b/generic/ttk/ttkInit.c index f718f97..be30ee7 100644 --- a/generic/ttk/ttkInit.c +++ b/generic/ttk/ttkInit.c @@ -1,4 +1,4 @@ -/* $Id: ttkInit.c,v 1.7.2.2 2010/08/26 02:06:09 hobbs Exp $ +/* * Copyright (c) 2003, Joe English * * Ttk package: initialization routine and miscellaneous utilities. diff --git a/generic/ttk/ttkLabel.c b/generic/ttk/ttkLabel.c index a02f4d0..0f773e7 100644 --- a/generic/ttk/ttkLabel.c +++ b/generic/ttk/ttkLabel.c @@ -1,5 +1,4 @@ -/* $Id: ttkLabel.c,v 1.11.2.2 2010/08/26 02:06:09 hobbs Exp $ - * +/* * text, image, and label elements. * * The label element combines text and image elements, diff --git a/generic/ttk/ttkLayout.c b/generic/ttk/ttkLayout.c index a5046ed..58c99eb 100644 --- a/generic/ttk/ttkLayout.c +++ b/generic/ttk/ttkLayout.c @@ -4,8 +4,6 @@ * Generic layout processing. * * Copyright (c) 2003 Joe English. Freely redistributable. - * - * $Id: ttkLayout.c,v 1.11.2.1 2010/08/26 02:06:09 hobbs Exp $ */ #include <string.h> diff --git a/generic/ttk/ttkManager.c b/generic/ttk/ttkManager.c index 1238638..ba9e5c0 100644 --- a/generic/ttk/ttkManager.c +++ b/generic/ttk/ttkManager.c @@ -1,5 +1,4 @@ -/* $Id: ttkManager.c,v 1.6 2007/12/13 15:26:26 dgp Exp $ - * +/* * Copyright 2005, Joe English. Freely redistributable. * * Support routines for geometry managers. diff --git a/generic/ttk/ttkManager.h b/generic/ttk/ttkManager.h index 46ef832..d22ff98 100644 --- a/generic/ttk/ttkManager.h +++ b/generic/ttk/ttkManager.h @@ -1,5 +1,4 @@ -/* $Id: ttkManager.h,v 1.9 2007/12/13 15:26:26 dgp Exp $ - * +/* * Copyright (c) 2005, Joe English. Freely redistributable. * * Geometry manager utilities. diff --git a/generic/ttk/ttkNotebook.c b/generic/ttk/ttkNotebook.c index 6958180..405553b 100644 --- a/generic/ttk/ttkNotebook.c +++ b/generic/ttk/ttkNotebook.c @@ -1,4 +1,4 @@ -/* $Id: ttkNotebook.c,v 1.13.2.2 2010/08/26 02:06:09 hobbs Exp $ +/* * Copyright (c) 2004, Joe English */ diff --git a/generic/ttk/ttkPanedwindow.c b/generic/ttk/ttkPanedwindow.c index d0e5f89..771d266 100644 --- a/generic/ttk/ttkPanedwindow.c +++ b/generic/ttk/ttkPanedwindow.c @@ -1,5 +1,4 @@ -/* $Id: ttkPanedwindow.c,v 1.14.2.1 2010/08/26 02:06:09 hobbs Exp $ - * +/* * Copyright (c) 2005, Joe English. Freely redistributable. * * ttk::panedwindow widget implementation. diff --git a/generic/ttk/ttkProgress.c b/generic/ttk/ttkProgress.c index c96a49e..7971e43 100644 --- a/generic/ttk/ttkProgress.c +++ b/generic/ttk/ttkProgress.c @@ -1,5 +1,4 @@ -/* $Id: ttkProgress.c,v 1.5.4.1 2010/08/26 02:06:09 hobbs Exp $ - * +/* * Copyright (c) Joe English, Pat Thoyts, Michael Kirkham * * ttk::progressbar widget. diff --git a/generic/ttk/ttkScale.c b/generic/ttk/ttkScale.c index 10ef3ce..0745ebd 100644 --- a/generic/ttk/ttkScale.c +++ b/generic/ttk/ttkScale.c @@ -1,4 +1,4 @@ -/* $Id: ttkScale.c,v 1.7.2.1 2010/08/26 02:06:09 hobbs Exp $ +/* * Copyright (C) 2004 Pat Thoyts <patthoyts@users.sourceforge.net> * * ttk::scale widget. diff --git a/generic/ttk/ttkScroll.c b/generic/ttk/ttkScroll.c index bbf1b46..defe05a 100644 --- a/generic/ttk/ttkScroll.c +++ b/generic/ttk/ttkScroll.c @@ -1,5 +1,4 @@ -/* $Id: ttkScroll.c,v 1.5.4.2 2010/08/26 02:06:09 hobbs Exp $ - * +/* * Copyright 2004, Joe English * * Support routines for scrollable widgets. diff --git a/generic/ttk/ttkScrollbar.c b/generic/ttk/ttkScrollbar.c index d0f91de..641b0dc 100644 --- a/generic/ttk/ttkScrollbar.c +++ b/generic/ttk/ttkScrollbar.c @@ -1,4 +1,4 @@ -/* $Id: ttkScrollbar.c,v 1.7.2.1 2010/08/26 02:06:09 hobbs Exp $ +/* * Copyright (c) 2003, Joe English * * ttk::scrollbar widget. diff --git a/generic/ttk/ttkSeparator.c b/generic/ttk/ttkSeparator.c index 3a34348..6c8ee6b 100644 --- a/generic/ttk/ttkSeparator.c +++ b/generic/ttk/ttkSeparator.c @@ -1,5 +1,4 @@ -/* $Id: ttkSeparator.c,v 1.7.2.1 2010/08/26 02:06:09 hobbs Exp $ - * +/* * Copyright (c) 2004, Joe English * * ttk::separator and ttk::sizegrip widgets. diff --git a/generic/ttk/ttkSquare.c b/generic/ttk/ttkSquare.c index 29e0d7f..23caeb4 100644 --- a/generic/ttk/ttkSquare.c +++ b/generic/ttk/ttkSquare.c @@ -1,8 +1,6 @@ /* square.c - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sourceforge.net> * * Minimal sample ttk widget. - * - * $Id: ttkSquare.c,v 1.6.2.1 2010/08/26 02:06:09 hobbs Exp $ */ #include <tk.h> diff --git a/generic/ttk/ttkState.c b/generic/ttk/ttkState.c index 71c4d3f..a71ae21 100644 --- a/generic/ttk/ttkState.c +++ b/generic/ttk/ttkState.c @@ -1,6 +1,4 @@ /* - * $Id: ttkState.c,v 1.1.4.2 2010/08/26 02:06:09 hobbs Exp $ - * * Tk widget state utilities. * * Copyright (c) 2003 Joe English. Freely redistributable. diff --git a/generic/ttk/ttkStubInit.c b/generic/ttk/ttkStubInit.c index 3a203b5..87b33dc 100644 --- a/generic/ttk/ttkStubInit.c +++ b/generic/ttk/ttkStubInit.c @@ -1,6 +1,4 @@ /* - * $Id: ttkStubInit.c,v 1.2.4.1 2010/08/26 02:06:09 hobbs Exp $ - * * This file is (mostly) automatically generated from ttk.decls. * It is compiled and linked in with the ttk package proper. */ diff --git a/generic/ttk/ttkStubLib.c b/generic/ttk/ttkStubLib.c index a5f5f8e..2c07b9d 100644 --- a/generic/ttk/ttkStubLib.c +++ b/generic/ttk/ttkStubLib.c @@ -1,9 +1,4 @@ /* - * $Id: ttkStubLib.c,v 1.5.2.1 2010/08/26 02:06:09 hobbs Exp $ - * SOURCE: tk/generic/tkStubLib.c, version 1.9 2004/03/17 - */ - -/* * We need to ensure that we use the tcl stub macros so that this file * contains no references to any of the tcl stub functions. */ diff --git a/generic/ttk/ttkTagSet.c b/generic/ttk/ttkTagSet.c index fd4c538..9f2a87b 100644 --- a/generic/ttk/ttkTagSet.c +++ b/generic/ttk/ttkTagSet.c @@ -1,5 +1,4 @@ -/* $Id: ttkTagSet.c,v 1.3.4.1 2010/08/26 02:06:09 hobbs Exp $ - * +/* * Tag tables. 3/4-baked, work in progress. * * Copyright (C) 2005, Joe English. Freely redistributable. diff --git a/generic/ttk/ttkTheme.c b/generic/ttk/ttkTheme.c index c39d457..5095487 100644 --- a/generic/ttk/ttkTheme.c +++ b/generic/ttk/ttkTheme.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. - * - * $Id: ttkTheme.c,v 1.11.2.2 2010/08/26 02:06:09 hobbs Exp $ */ #include <stdlib.h> diff --git a/generic/ttk/ttkTheme.h b/generic/ttk/ttkTheme.h index 6b454b5..7bf2a7f 100644 --- a/generic/ttk/ttkTheme.h +++ b/generic/ttk/ttkTheme.h @@ -1,4 +1,4 @@ -/* $Id: ttkTheme.h,v 1.13.2.2 2010/08/26 02:06:10 hobbs Exp $ +/* * Copyright (c) 2003 Joe English. Freely redistributable. * * Declarations for Tk theme engine. diff --git a/generic/ttk/ttkThemeInt.h b/generic/ttk/ttkThemeInt.h index 4c461cd..3aaada8 100644 --- a/generic/ttk/ttkThemeInt.h +++ b/generic/ttk/ttkThemeInt.h @@ -1,6 +1,4 @@ /* - * $Id: ttkThemeInt.h,v 1.5.2.1 2010/08/26 02:06:10 hobbs Exp $ - * * Theme engine: private definitions. * * Copyright (c) 2004 Joe English. Freely redistributable. diff --git a/generic/ttk/ttkTrace.c b/generic/ttk/ttkTrace.c index 1550248..0128a1d 100644 --- a/generic/ttk/ttkTrace.c +++ b/generic/ttk/ttkTrace.c @@ -1,5 +1,4 @@ -/* $Id: ttkTrace.c,v 1.1.4.1 2010/08/26 02:06:10 hobbs Exp $ - * +/* * Copyright 2003, Joe English * * Simplified interface to Tcl_TraceVariable. diff --git a/generic/ttk/ttkTrack.c b/generic/ttk/ttkTrack.c index c129e8b..9cf8267 100644 --- a/generic/ttk/ttkTrack.c +++ b/generic/ttk/ttkTrack.c @@ -1,4 +1,4 @@ -/* $Id: ttkTrack.c,v 1.4.2.1 2010/08/26 02:06:10 hobbs Exp $ +/* * Copyright (c) 2004, Joe English * * TtkTrackElementState() -- helper routine for widgets diff --git a/generic/ttk/ttkTreeview.c b/generic/ttk/ttkTreeview.c index fca8aa7..f521b38 100644 --- a/generic/ttk/ttkTreeview.c +++ b/generic/ttk/ttkTreeview.c @@ -1,4 +1,4 @@ -/* $Id: ttkTreeview.c,v 1.23.2.4 2010/10/11 21:35:27 jenglish Exp $ +/* * Copyright (c) 2004, Joe English * * ttk::treeview widget implementation. diff --git a/generic/ttk/ttkWidget.c b/generic/ttk/ttkWidget.c index 9efcc57..d5e0484 100644 --- a/generic/ttk/ttkWidget.c +++ b/generic/ttk/ttkWidget.c @@ -1,4 +1,4 @@ -/* $Id: ttkWidget.c,v 1.11.2.3 2010/08/26 02:06:10 hobbs Exp $ +/* * Copyright (c) 2003, Joe English * * Core widget utilities. diff --git a/generic/ttk/ttkWidget.h b/generic/ttk/ttkWidget.h index 882b8ec..fffd82b 100644 --- a/generic/ttk/ttkWidget.h +++ b/generic/ttk/ttkWidget.h @@ -1,4 +1,4 @@ -/* $Id: ttkWidget.h,v 1.9.2.1 2010/08/26 02:06:10 hobbs Exp $ +/* * Copyright (c) 2003, Joe English * Helper routines for widget implementations. */ |