diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-02 16:06:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-02 16:06:41 (GMT) |
commit | 0937455905c1a0341afda78b07e91c750febefad (patch) | |
tree | eb4c16e323de2d467a528cb46f37376fb5b9ed03 /libtommath/etc | |
parent | 806250172cd6b102d995082b2cb563e398dedf47 (diff) | |
parent | 01562d4f1cdea4a4c1b9083b8be3de602a6fe1c1 (diff) | |
download | tcl-0937455905c1a0341afda78b07e91c750febefad.zip tcl-0937455905c1a0341afda78b07e91c750febefad.tar.gz tcl-0937455905c1a0341afda78b07e91c750febefad.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 'libtommath/etc')
-rw-r--r-- | libtommath/etc/2kprime.c | 9 | ||||
-rw-r--r-- | libtommath/etc/drprime.c | 5 | ||||
-rw-r--r-- | libtommath/etc/mersenne.c | 4 | ||||
-rw-r--r-- | libtommath/etc/mont.c | 9 | ||||
-rw-r--r-- | libtommath/etc/pprime.c | 4 | ||||
-rw-r--r-- | libtommath/etc/tune.c | 4 |
6 files changed, 0 insertions, 35 deletions
diff --git a/libtommath/etc/2kprime.c b/libtommath/etc/2kprime.c index d8ea97c..67a2777 100644 --- a/libtommath/etc/2kprime.c +++ b/libtommath/etc/2kprime.c @@ -73,12 +73,3 @@ int main(void) return 0; } - - - - - - -/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/2kprime.c,v $ */ -/* $Revision: 1.1.1.2 $ */ -/* $Date: 2005/09/26 16:32:16 $ */ diff --git a/libtommath/etc/drprime.c b/libtommath/etc/drprime.c index eec89ed..0d0fdb9 100644 --- a/libtommath/etc/drprime.c +++ b/libtommath/etc/drprime.c @@ -57,8 +57,3 @@ int main(void) return 0; } - - -/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/drprime.c,v $ */ -/* $Revision: 1.1.1.2 $ */ -/* $Date: 2005/09/26 16:32:16 $ */ diff --git a/libtommath/etc/mersenne.c b/libtommath/etc/mersenne.c index e4891c8..28ac834 100644 --- a/libtommath/etc/mersenne.c +++ b/libtommath/etc/mersenne.c @@ -138,7 +138,3 @@ main (void) } return 0; } - -/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/mersenne.c,v $ */ -/* $Revision: 1.1.1.3 $ */ -/* $Date: 2006/12/01 00:08:28 $ */ diff --git a/libtommath/etc/mont.c b/libtommath/etc/mont.c index c6a8e32..7839675 100644 --- a/libtommath/etc/mont.c +++ b/libtommath/etc/mont.c @@ -39,12 +39,3 @@ int main(void) return 0; } - - - - - - -/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/mont.c,v $ */ -/* $Revision: 1.1.1.2 $ */ -/* $Date: 2005/09/26 16:32:16 $ */ diff --git a/libtommath/etc/pprime.c b/libtommath/etc/pprime.c index abb3c5a..955f19e 100644 --- a/libtommath/etc/pprime.c +++ b/libtommath/etc/pprime.c @@ -394,7 +394,3 @@ main (void) return 0; } - -/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/pprime.c,v $ */ -/* $Revision: 1.1.1.3 $ */ -/* $Date: 2006/12/01 00:08:28 $ */ diff --git a/libtommath/etc/tune.c b/libtommath/etc/tune.c index 3088bdb..acb146f 100644 --- a/libtommath/etc/tune.c +++ b/libtommath/etc/tune.c @@ -136,7 +136,3 @@ main (void) return 0; } - -/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/tune.c,v $ */ -/* $Revision: 1.1.1.4 $ */ -/* $Date: 2006/12/01 00:08:29 $ */ |