diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-01 15:38:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-01 15:38:36 (GMT) |
commit | 0ce4e02a21049804683b74cee4f604c47fb89e4e (patch) | |
tree | 067c84a41b1b4783e8aa7e7c78a67a1128280fec /macosx | |
parent | 043805d94684739088de3023be744c746efd35b0 (diff) | |
download | tcl-0ce4e02a21049804683b74cee4f604c47fb89e4e.zip tcl-0ce4e02a21049804683b74cee4f604c47fb89e4e.tar.gz tcl-0ce4e02a21049804683b74cee4f604c47fb89e4e.tar.bz2 |
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause
more harm than good. Purged them.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Makefile | 2 | ||||
-rw-r--r-- | macosx/README | 2 | ||||
-rw-r--r-- | macosx/Tcl-Info.plist.in | 2 | ||||
-rw-r--r-- | macosx/Tclsh-Info.plist.in | 2 | ||||
-rw-r--r-- | macosx/tclMacOSXBundle.c | 2 | ||||
-rw-r--r-- | macosx/tclMacOSXNotify.c | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/macosx/Makefile b/macosx/Makefile index 8423747..9f8f9b0 100644 --- a/macosx/Makefile +++ b/macosx/Makefile @@ -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: Makefile,v 1.5.2.18 2007/09/13 15:28:17 das Exp $ -# ######################################################################################################## #------------------------------------------------------------------------------------------------------- diff --git a/macosx/README b/macosx/README index 94576c6..f5050b6 100644 --- a/macosx/README +++ b/macosx/README @@ -1,8 +1,6 @@ Tcl Mac OS X README ------------------- -RCS: @(#) $Id: README,v 1.1.2.9 2007/04/29 02:21:33 das Exp $ - This is the README file for the Mac OS X/Darwin version of Tcl. diff --git a/macosx/Tcl-Info.plist.in b/macosx/Tcl-Info.plist.in index 2031628..871b7a4 100644 --- a/macosx/Tcl-Info.plist.in +++ b/macosx/Tcl-Info.plist.in @@ -5,8 +5,6 @@ See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - - RCS: @(#) $Id: Tcl-Info.plist.in,v 1.1.2.3 2007/04/29 02:21:33 das Exp $ --> <plist version="1.0"> <dict> diff --git a/macosx/Tclsh-Info.plist.in b/macosx/Tclsh-Info.plist.in index 6d96930..47810b1 100644 --- a/macosx/Tclsh-Info.plist.in +++ b/macosx/Tclsh-Info.plist.in @@ -5,8 +5,6 @@ See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - - RCS: @(#) $Id: Tclsh-Info.plist.in,v 1.1.2.2 2007/06/06 09:54:33 das Exp $ --> <plist version="1.0"> <dict> diff --git a/macosx/tclMacOSXBundle.c b/macosx/tclMacOSXBundle.c index ef87dbf..96b116b 100644 --- a/macosx/tclMacOSXBundle.c +++ b/macosx/tclMacOSXBundle.c @@ -47,8 +47,6 @@ * authors grant the U.S. Government and others acting in its behalf * permission to use and distribute the software in accordance with the * terms specified in this license. - * - * RCS: @(#) $Id: tclMacOSXBundle.c,v 1.3.2.8 2009/10/05 02:41:18 das Exp $ */ #include "tclPort.h" diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c index 7fb8774..d342452 100644 --- a/macosx/tclMacOSXNotify.c +++ b/macosx/tclMacOSXNotify.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: tclMacOSXNotify.c,v 1.1.2.15 2008/03/11 23:52:35 das Exp $ */ #include "tclInt.h" |