diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-12 13:24:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-12 13:24:23 (GMT) |
commit | 6e5433f93021c7c389df63ba9b84cf1e6b7b5e81 (patch) | |
tree | fdce6be314e18f206d287a9fcea8954d5e5d17dd /generic | |
parent | 4d00df90e7901e55bc22ae2b9589a9c005f6d9f7 (diff) | |
download | tk-6e5433f93021c7c389df63ba9b84cf1e6b7b5e81.zip tk-6e5433f93021c7c389df63ba9b84cf1e6b7b5e81.tar.gz tk-6e5433f93021c7c389df63ba9b84cf1e6b7b5e81.tar.bz2 |
review remarks, see mail.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tk.decls | 2 | ||||
-rw-r--r-- | generic/tkIntPlatDecls.h | 2 | ||||
-rw-r--r-- | generic/tkPlatDecls.h | 2 | ||||
-rw-r--r-- | generic/tkUtil.c | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index b7c8a77..50b2837 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$ library tk diff --git a/generic/tkIntPlatDecls.h b/generic/tkIntPlatDecls.h index 6319c3d..5418473 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$ */ #ifndef _TKINTPLATDECLS diff --git a/generic/tkPlatDecls.h b/generic/tkPlatDecls.h index ec1a0a9..549ae30 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$ */ #ifndef _TKPLATDECLS diff --git a/generic/tkUtil.c b/generic/tkUtil.c index bb926c4..2a8240b 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$ */ #include "tkInt.h" |