From a24b5cfdde0be71a5bb2b85d94be3b93c7719e2a Mon Sep 17 00:00:00 2001 From: mdw Date: Thu, 8 Apr 2004 01:36:29 +0000 Subject: [PATCH] Expunge revision histories in files. --- Catacomb.pm | 9 +-------- Makefile.PL | 9 +-------- algorithms.xs | 9 +-------- algs.PL | 9 +-------- algstuff.c | 10 +--------- catacomb-perl.h | 10 +--------- catacomb.xs | 10 +--------- key.xs | 9 +-------- keystuff.c | 10 +--------- misc.xs | 9 +-------- mp.xs | 9 +-------- mpstuff.c | 10 +--------- pgen.xs | 9 +-------- pgproc.c | 10 +--------- utils.c | 10 +--------- 15 files changed, 15 insertions(+), 127 deletions(-) diff --git a/Catacomb.pm b/Catacomb.pm index 154b3db..20bfec2 100644 --- a/Catacomb.pm +++ b/Catacomb.pm @@ -1,6 +1,6 @@ # -*-perl-*- # -# $Id: Catacomb.pm,v 1.1 2004/04/02 18:04:01 mdw Exp $ +# $Id: Catacomb.pm,v 1.2 2004/04/08 01:36:21 mdw Exp $ # # Perl interface to Catacomb crypto library # @@ -25,13 +25,6 @@ # along with Catacomb/Perl; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log: Catacomb.pm,v $ -# Revision 1.1 2004/04/02 18:04:01 mdw -# Initial checkin. -# - #----- Basic stuff ---------------------------------------------------------- package Catacomb; diff --git a/Makefile.PL b/Makefile.PL index b53a393..311a9f7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ # -*-perl-*- # -# $Id: Makefile.PL,v 1.1 2004/04/02 18:04:01 mdw Exp $ +# $Id: Makefile.PL,v 1.2 2004/04/08 01:36:21 mdw Exp $ # # Makefile for Catacomb/Perl # @@ -25,13 +25,6 @@ # along with Catacomb/Perl; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log: Makefile.PL,v $ -# Revision 1.1 2004/04/02 18:04:01 mdw -# Initial checkin. -# - use ExtUtils::MakeMaker; use Config; diff --git a/algorithms.xs b/algorithms.xs index 5844f17..95e77b1 100644 --- a/algorithms.xs +++ b/algorithms.xs @@ -1,6 +1,6 @@ # ---?--- # -# $Id: algorithms.xs,v 1.1 2004/04/02 18:04:01 mdw Exp $ +# $Id: algorithms.xs,v 1.2 2004/04/08 01:36:21 mdw Exp $ # # Interface to crypto algorithms # @@ -25,13 +25,6 @@ # along with Catacomb/Perl; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log: algorithms.xs,v $ -# Revision 1.1 2004/04/02 18:04:01 mdw -# Initial checkin. -# - MODULE = Catacomb PACKAGE = Catacomb::CipherClass PROTOTYPES: DISABLE diff --git a/algs.PL b/algs.PL index d16e196..ce7d504 100644 --- a/algs.PL +++ b/algs.PL @@ -1,6 +1,6 @@ # -*-perl-*- # -# $Id: algs.PL,v 1.1 2004/04/02 18:04:01 mdw Exp $ +# $Id: algs.PL,v 1.2 2004/04/08 01:36:21 mdw Exp $ # # Create tables of algorithms # @@ -25,13 +25,6 @@ # along with Catacomb/Perl; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log: algs.PL,v $ -# Revision 1.1 2004/04/02 18:04:01 mdw -# Initial checkin. -# - @cipher = qw(des desx des3 blowfish twofish cast128 cast256 diff --git a/algstuff.c b/algstuff.c index a54f12e..df8dbc4 100644 --- a/algstuff.c +++ b/algstuff.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: algstuff.c,v 1.1 2004/04/02 18:04:01 mdw Exp $ + * $Id: algstuff.c,v 1.2 2004/04/08 01:36:21 mdw Exp $ * * Support stuff for algorithms * @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: algstuff.c,v $ - * Revision 1.1 2004/04/02 18:04:01 mdw - * Initial checkin. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "catacomb-perl.h" diff --git a/catacomb-perl.h b/catacomb-perl.h index a30f27d..130c264 100644 --- a/catacomb-perl.h +++ b/catacomb-perl.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: catacomb-perl.h,v 1.1 2004/04/02 18:04:01 mdw Exp $ + * $Id: catacomb-perl.h,v 1.2 2004/04/08 01:36:21 mdw Exp $ * * Main header file for Catacomb/Perl * @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: catacomb-perl.h,v $ - * Revision 1.1 2004/04/02 18:04:01 mdw - * Initial checkin. - * - */ - #ifndef CATACOMB_PERL_H #define CATACOMB_PERL_H diff --git a/catacomb.xs b/catacomb.xs index fb4db58..ceeb484 100644 --- a/catacomb.xs +++ b/catacomb.xs @@ -1,6 +1,6 @@ /* ---?--- * - * $Id: catacomb.xs,v 1.1 2004/04/02 18:04:01 mdw Exp $ + * $Id: catacomb.xs,v 1.2 2004/04/08 01:36:21 mdw Exp $ * * Main interface to Catacomb functionality * @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: catacomb.xs,v $ - * Revision 1.1 2004/04/02 18:04:01 mdw - * Initial checkin. - * - */ - #include "catacomb-perl.h" MODULE = Catacomb PACKAGE = Catacomb diff --git a/key.xs b/key.xs index 603cce3..7f0f21d 100644 --- a/key.xs +++ b/key.xs @@ -1,6 +1,6 @@ # ---?--- # -# $Id: key.xs,v 1.1 2004/04/02 18:04:01 mdw Exp $ +# $Id: key.xs,v 1.2 2004/04/08 01:36:21 mdw Exp $ # # Key-management interface # @@ -25,13 +25,6 @@ # along with Catacomb/Perl; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log: key.xs,v $ -# Revision 1.1 2004/04/02 18:04:01 mdw -# Initial checkin. -# - MODULE = Catacomb PACKAGE = Catacomb::Key MODULE = Catacomb PACKAGE = Catacomb::Key::Data diff --git a/keystuff.c b/keystuff.c index 377afaf..6df6cec 100644 --- a/keystuff.c +++ b/keystuff.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: keystuff.c,v 1.1 2004/04/02 18:04:01 mdw Exp $ + * $Id: keystuff.c,v 1.2 2004/04/08 01:36:21 mdw Exp $ * * Useful key-management functions * @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: keystuff.c,v $ - * Revision 1.1 2004/04/02 18:04:01 mdw - * Initial checkin. - * - */ - /*----- Header files ------------------------------------------------------*/ /*----- Data structures ---------------------------------------------------*/ diff --git a/misc.xs b/misc.xs index 8ca3ab8..e7484dd 100644 --- a/misc.xs +++ b/misc.xs @@ -1,6 +1,6 @@ # ---?--- # -# $Id: misc.xs,v 1.1 2004/04/02 18:04:01 mdw Exp $ +# $Id: misc.xs,v 1.2 2004/04/08 01:36:21 mdw Exp $ # # Miscellaneous function interfaces # @@ -25,13 +25,6 @@ # along with Catacomb/Perl; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log: misc.xs,v $ -# Revision 1.1 2004/04/02 18:04:01 mdw -# Initial checkin. -# - MODULE = Catacomb PACKAGE = Catacomb::Passphrase SV * diff --git a/mp.xs b/mp.xs index e405339..56c8756 100644 --- a/mp.xs +++ b/mp.xs @@ -1,6 +1,6 @@ # ---?--- # -# $Id: mp.xs,v 1.1 2004/04/02 18:04:01 mdw Exp $ +# $Id: mp.xs,v 1.2 2004/04/08 01:36:21 mdw Exp $ # # Multiprecision interface # @@ -26,13 +26,6 @@ # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -#----- Revision history ----------------------------------------------------- -# -# $Log: mp.xs,v $ -# Revision 1.1 2004/04/02 18:04:01 mdw -# Initial checkin. -# - MODULE = Catacomb PACKAGE = Catacomb::MP PREFIX = mp_ mp * diff --git a/mpstuff.c b/mpstuff.c index 094f987..34a5b54 100644 --- a/mpstuff.c +++ b/mpstuff.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mpstuff.c,v 1.1 2004/04/02 18:04:01 mdw Exp $ + * $Id: mpstuff.c,v 1.2 2004/04/08 01:36:21 mdw Exp $ * * MP manipulation stuff * @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: mpstuff.c,v $ - * Revision 1.1 2004/04/02 18:04:01 mdw - * Initial checkin. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "catacomb-perl.h" diff --git a/pgen.xs b/pgen.xs index 8955bb8..5da3c69 100644 --- a/pgen.xs +++ b/pgen.xs @@ -1,6 +1,6 @@ # -*-fundamental-*- # -# $Id: pgen.xs,v 1.1 2004/04/02 18:04:01 mdw Exp $ +# $Id: pgen.xs,v 1.2 2004/04/08 01:36:21 mdw Exp $ # # Prime generation gubbins # @@ -25,13 +25,6 @@ # along with Catacomb/Perl; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log: pgen.xs,v $ -# Revision 1.1 2004/04/02 18:04:01 mdw -# Initial checkin. -# - MODULE = Catacomb PACKAGE = Catacomb::MP::Prime::Filter MP_Prime_Filter * diff --git a/pgproc.c b/pgproc.c index 0701530..b3818ef 100644 --- a/pgproc.c +++ b/pgproc.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: pgproc.c,v 1.1 2004/04/02 18:04:01 mdw Exp $ + * $Id: pgproc.c,v 1.2 2004/04/08 01:36:21 mdw Exp $ * * Prime generation procedures * @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: pgproc.c,v $ - * Revision 1.1 2004/04/02 18:04:01 mdw - * Initial checkin. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "catacomb-perl.h" diff --git a/utils.c b/utils.c index 3d856be..1e72294 100644 --- a/utils.c +++ b/utils.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: utils.c,v 1.1 2004/04/02 18:04:01 mdw Exp $ + * $Id: utils.c,v 1.2 2004/04/08 01:36:21 mdw Exp $ * * Utilities for Catacomb/Perl * @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: utils.c,v $ - * Revision 1.1 2004/04/02 18:04:01 mdw - * Initial checkin. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "catacomb-perl.h" -- 2.11.0