[interchange-cvs] interchange - jon modified 63 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Jun 17 18:25:05 2002


User:      jon
Date:      2002-06-17 22:24:13 GMT
Modified:  .        Makefile.PL
Modified:  dist/lib/UI Primitive.pm
Modified:  dist/src mod_perl_tlink.pl mvctl.c tlink.c tlink.pl vlink.c
Modified:           vlink.pl
Modified:  lib/Vend Cart.pm Config.pm Control.pm Data.pm DbSearch.pm
Modified:           Document.pm Error.pm External.pm Form.pm Glimpse.pm
Modified:           Interpolate.pm Order.pm Page.pm Parse.pm Parser.pm
Modified:           Payment.pm RefSearch.pm SOAP.pm Scan.pm Search.pm
Modified:           Server.pm Session.pm SessionDB.pm SessionFile.pm
Modified:           Tags.pm TextSearch.pm Track.pm UserDB.pm Util.pm
Modified:  lib/Vend/Payment AuthorizeNet.pm CCVS.pm CyberCash.pm
Modified:           Signio.pm Skipjack.pm WellsFargo.pm iTransact.pm
Modified:  lib/Vend/SOAP Transport.pm
Modified:  lib/Vend/Table Common.pm DBI.pm DB_File.pm GDBM.pm
Modified:           InMemory.pm LDAP.pm SDBM.pm
Modified:  perl     Interchange.pm
Modified:  scripts  compile_link.PL config_prog.PL configdump.PL
Modified:           dump.PL expireall.PL interchange.PL localize.PL
Modified:           offline.PL restart.PL update.PL
Log:
Big copyright date update. This will be the last time that Red Hat
copyright notices get updated en masse, since the bulk of new code will
very likely come from non-Red Hat employees.

Revision  Changes    Path
2.18      +1 -1      interchange/Makefile.PL


rev 2.18, prev_rev 2.17
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.17
retrieving revision 2.18
diff -u -u -r2.17 -r2.18
--- Makefile.PL	17 Jun 2002 21:40:39 -0000	2.17
+++ Makefile.PL	17 Jun 2002 22:24:06 -0000	2.18
@@ -151,7 +151,7 @@
 
  Interchange V$VERSION
  
-  Copyright (C) 1996-2001 Red Hat, Inc. <interchange\@redhat.com>
+  Copyright (C) 1996-2002 Red Hat, Inc. <interchange\@redhat.com>
 
  Interchange is free under the terms of the GNU General Public License.
 



2.17      +3 -3      interchange/dist/lib/UI/Primitive.pm


rev 2.17, prev_rev 2.16
Index: Primitive.pm
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/Primitive.pm,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -u -r2.16 -r2.17
--- Primitive.pm	4 Feb 2002 23:35:37 -0000	2.16
+++ Primitive.pm	17 Jun 2002 22:24:06 -0000	2.17
@@ -1,8 +1,8 @@
 # UI::Primitive - Interchange configuration manager primitives
 
-# $Id: Primitive.pm,v 2.16 2002/02/04 23:35:37 mheins Exp $
+# $Id: Primitive.pm,v 2.17 2002/06/17 22:24:06 jon Exp $
 
-# Copyright (C) 1998-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1998-2002 Red Hat, Inc. <interchange@redhat.com>
 
 # Author: Michael J. Heins <mheins@redhat.com>
 # Former maintainer: Stefan Hornburg <racke@linuxia.de>
@@ -25,7 +25,7 @@
 
 package UI::Primitive;
 
-$VERSION = substr(q$Revision: 2.16 $, 10);
+$VERSION = substr(q$Revision: 2.17 $, 10);
 
 $DEBUG = 0;
 



2.1       +2 -2      interchange/dist/src/mod_perl_tlink.pl


rev 2.1, prev_rev 2.0
Index: mod_perl_tlink.pl
===================================================================
RCS file: /var/cvs/interchange/dist/src/mod_perl_tlink.pl,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- mod_perl_tlink.pl	18 Jul 2001 02:22:20 -0000	2.0
+++ mod_perl_tlink.pl	17 Jun 2002 22:24:07 -0000	2.1
@@ -2,9 +2,9 @@
 
 # tlink.pl: runs as a cgi program and passes request to Interchange server
 #
-# $Id: mod_perl_tlink.pl,v 2.0 2001/07/18 02:22:20 jon Exp $
+# $Id: mod_perl_tlink.pl,v 2.1 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as



2.1       +2 -2      interchange/dist/src/mvctl.c


rev 2.1, prev_rev 2.0
Index: mvctl.c
===================================================================
RCS file: /var/cvs/interchange/dist/src/mvctl.c,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- mvctl.c	18 Jul 2001 02:22:20 -0000	2.0
+++ mvctl.c	17 Jun 2002 22:24:07 -0000	2.1
@@ -2,9 +2,9 @@
  * mvctl.c: runs as a command line or cgi program and starts up
  *			Interchange in various modes
  *
- * $Id: mvctl.c,v 2.0 2001/07/18 02:22:20 jon Exp $
+ * $Id: mvctl.c,v 2.1 2002/06/17 22:24:07 jon Exp $
  *
- * Copyright (C) 1997-2001 Red Hat, Inc. <interchange@redhat.com>
+ * Copyright (C) 1997-2002 Red Hat, Inc. <interchange@redhat.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by



2.1       +2 -2      interchange/dist/src/tlink.c


rev 2.1, prev_rev 2.0
Index: tlink.c
===================================================================
RCS file: /var/cvs/interchange/dist/src/tlink.c,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- tlink.c	18 Jul 2001 02:22:20 -0000	2.0
+++ tlink.c	17 Jun 2002 22:24:07 -0000	2.1
@@ -2,11 +2,11 @@
  * tlink.c: runs as a CGI program and passes request to Interchange
  *          server via TCP/IP
  *
- * $Id: tlink.c,v 2.0 2001/07/18 02:22:20 jon Exp $
+ * $Id: tlink.c,v 2.1 2002/06/17 22:24:07 jon Exp $
  *
  * Copyright (C) 1995 by Andrew M. Wilcox <awilcox@world.std.com>
  *
- * Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+ * Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by



2.1       +2 -2      interchange/dist/src/tlink.pl


rev 2.1, prev_rev 2.0
Index: tlink.pl
===================================================================
RCS file: /var/cvs/interchange/dist/src/tlink.pl,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- tlink.pl	18 Jul 2001 02:22:20 -0000	2.0
+++ tlink.pl	17 Jun 2002 22:24:07 -0000	2.1
@@ -2,9 +2,9 @@
 
 # tlink.pl: runs as a cgi program and passes request to Interchange server
 #
-# $Id: tlink.pl,v 2.0 2001/07/18 02:22:20 jon Exp $
+# $Id: tlink.pl,v 2.1 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as



2.1       +2 -2      interchange/dist/src/vlink.c


rev 2.1, prev_rev 2.0
Index: vlink.c
===================================================================
RCS file: /var/cvs/interchange/dist/src/vlink.c,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- vlink.c	18 Jul 2001 02:22:20 -0000	2.0
+++ vlink.c	17 Jun 2002 22:24:07 -0000	2.1
@@ -1,11 +1,11 @@
 /*
  * vlink.c: runs as a cgi program and passes request to Interchange server
  *
- * $Id: vlink.c,v 2.0 2001/07/18 02:22:20 jon Exp $
+ * $Id: vlink.c,v 2.1 2002/06/17 22:24:07 jon Exp $
  *
  * Copyright (C) 1995 by Andrew M. Wilcox <awilcox@world.std.com>
  *
- * Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+ * Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by



2.1       +2 -2      interchange/dist/src/vlink.pl


rev 2.1, prev_rev 2.0
Index: vlink.pl
===================================================================
RCS file: /var/cvs/interchange/dist/src/vlink.pl,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- vlink.pl	18 Jul 2001 02:22:20 -0000	2.0
+++ vlink.pl	17 Jun 2002 22:24:07 -0000	2.1
@@ -3,9 +3,9 @@
 # vlink.pl: runs as a cgi program and passes request to Interchange server
 #           via TCP UNIX-domain socket
 
-# $Id: vlink.pl,v 2.0 2001/07/18 02:22:20 jon Exp $
+# $Id: vlink.pl,v 2.1 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as



2.2       +3 -3      interchange/lib/Vend/Cart.pm


rev 2.2, prev_rev 2.1
Index: Cart.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Cart.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- Cart.pm	6 Aug 2001 15:49:47 -0000	2.1
+++ Cart.pm	17 Jun 2002 22:24:07 -0000	2.2
@@ -1,8 +1,8 @@
 # Vend::Cart - Interchange shopping cart management routines
 #
-# $Id: Cart.pm,v 2.1 2001/08/06 15:49:47 heins Exp $
+# $Id: Cart.pm,v 2.2 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -24,7 +24,7 @@
 
 package Vend::Cart;
 
-$VERSION = substr(q$Revision: 2.1 $, 10);
+$VERSION = substr(q$Revision: 2.2 $, 10);
 
 use strict;
 



2.48      +3 -3      interchange/lib/Vend/Config.pm


rev 2.48, prev_rev 2.47
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.47
retrieving revision 2.48
diff -u -u -r2.47 -r2.48
--- Config.pm	11 Jun 2002 20:30:58 -0000	2.47
+++ Config.pm	17 Jun 2002 22:24:07 -0000	2.48
@@ -1,8 +1,8 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.47 2002/06/11 20:30:58 mheins Exp $
+# $Id: Config.pm,v 2.48 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -44,7 +44,7 @@
 use Vend::Parse;
 use Vend::Util;
 
-$VERSION = substr(q$Revision: 2.47 $, 10);
+$VERSION = substr(q$Revision: 2.48 $, 10);
 
 my %CDname;
 



2.2       +2 -2      interchange/lib/Vend/Control.pm


rev 2.2, prev_rev 2.1
Index: Control.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Control.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- Control.pm	3 Feb 2002 23:11:57 -0000	2.1
+++ Control.pm	17 Jun 2002 22:24:07 -0000	2.2
@@ -1,8 +1,8 @@
 # Vend::Control - Routines that alter the running Interchange daemon
 # 
-# $Id: Control.pm,v 2.1 2002/02/03 23:11:57 mheins Exp $
+# $Id: Control.pm,v 2.2 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>



2.9       +2 -2      interchange/lib/Vend/Data.pm


rev 2.9, prev_rev 2.8
Index: Data.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Data.pm,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -u -r2.8 -r2.9
--- Data.pm	25 May 2002 13:27:58 -0000	2.8
+++ Data.pm	17 Jun 2002 22:24:07 -0000	2.9
@@ -1,8 +1,8 @@
 # Vend::Data - Interchange databases
 #
-# $Id: Data.pm,v 2.8 2002/05/25 13:27:58 racke Exp $
+# $Id: Data.pm,v 2.9 2002/06/17 22:24:07 jon Exp $
 # 
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>



2.10      +3 -3      interchange/lib/Vend/DbSearch.pm


rev 2.10, prev_rev 2.9
Index: DbSearch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/DbSearch.pm,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -u -r2.9 -r2.10
--- DbSearch.pm	11 Jun 2002 04:50:23 -0000	2.9
+++ DbSearch.pm	17 Jun 2002 22:24:07 -0000	2.10
@@ -1,10 +1,10 @@
 # Vend::DbSearch - Search indexes with Interchange
 #
-# $Id: DbSearch.pm,v 2.9 2002/06/11 04:50:23 mheins Exp $
+# $Id: DbSearch.pm,v 2.10 2002/06/17 22:24:07 jon Exp $
 #
 # Adapted for use with Interchange from Search::TextSearch
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
 
 @ISA = qw(Vend::Search);
 
-$VERSION = substr(q$Revision: 2.9 $, 10);
+$VERSION = substr(q$Revision: 2.10 $, 10);
 
 use Search::Dict;
 use strict;



2.1       +2 -2      interchange/lib/Vend/Document.pm


rev 2.1, prev_rev 2.0
Index: Document.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Document.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- Document.pm	18 Jul 2001 02:23:13 -0000	2.0
+++ Document.pm	17 Jun 2002 22:24:07 -0000	2.1
@@ -1,8 +1,8 @@
 # Vend::Document - Document object for Interchange embedded Perl/ASP
 # 
-# $Id: Document.pm,v 2.0 2001/07/18 02:23:13 jon Exp $
+# $Id: Document.pm,v 2.1 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.3       +3 -3      interchange/lib/Vend/Error.pm


rev 2.3, prev_rev 2.2
Index: Error.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Error.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- Error.pm	6 Oct 2001 06:18:09 -0000	2.2
+++ Error.pm	17 Jun 2002 22:24:07 -0000	2.3
@@ -1,8 +1,8 @@
 # Vend::Error - Handle Interchange error pages and messages
 # 
-# $Id: Error.pm,v 2.2 2001/10/06 06:18:09 mheins Exp $
+# $Id: Error.pm,v 2.3 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@
 
 use vars qw/$VERSION/;
 
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 
 sub get_locale_message {
 	my ($code, $message, @arg) = @_;



2.1       +2 -2      interchange/lib/Vend/External.pm


rev 2.1, prev_rev 2.0
Index: External.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/External.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- External.pm	18 Jul 2001 02:23:13 -0000	2.0
+++ External.pm	17 Jun 2002 22:24:07 -0000	2.1
@@ -1,8 +1,8 @@
 # Vend::External - Interchange routines for calling external programs
 # 
-# $Id: External.pm,v 2.0 2001/07/18 02:23:13 jon Exp $
+# $Id: External.pm,v 2.1 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.17      +3 -3      interchange/lib/Vend/Form.pm


rev 2.17, prev_rev 2.16
Index: Form.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Form.pm,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -u -r2.16 -r2.17
--- Form.pm	11 Jun 2002 01:15:49 -0000	2.16
+++ Form.pm	17 Jun 2002 22:24:07 -0000	2.17
@@ -1,8 +1,8 @@
 # Vend::Form - Generate Form widgets
 # 
-# $Id: Form.pm,v 2.16 2002/06/11 01:15:49 mheins Exp $
+# $Id: Form.pm,v 2.17 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -37,7 +37,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.16 $, 10);
+$VERSION = substr(q$Revision: 2.17 $, 10);
 
 @EXPORT = qw (
 	display



2.4       +3 -3      interchange/lib/Vend/Glimpse.pm


rev 2.4, prev_rev 2.3
Index: Glimpse.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Glimpse.pm,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -u -r2.3 -r2.4
--- Glimpse.pm	29 Dec 2001 19:49:33 -0000	2.3
+++ Glimpse.pm	17 Jun 2002 22:24:07 -0000	2.4
@@ -1,10 +1,10 @@
 # Vend::Glimpse - Search indexes with Glimpse
 #
-# $Id: Glimpse.pm,v 2.3 2001/12/29 19:49:33 mheins Exp $
+# $Id: Glimpse.pm,v 2.4 2002/06/17 22:24:07 jon Exp $
 #
 # Adapted for use with Interchange from Search::Glimpse
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 require Vend::Search;
 @ISA = qw(Vend::Search);
 
-$VERSION = substr(q$Revision: 2.3 $, 10);
+$VERSION = substr(q$Revision: 2.4 $, 10);
 use strict;
 
 sub array {



2.68      +3 -3      interchange/lib/Vend/Interpolate.pm


rev 2.68, prev_rev 2.67
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.67
retrieving revision 2.68
diff -u -u -r2.67 -r2.68
--- Interpolate.pm	14 Jun 2002 13:30:04 -0000	2.67
+++ Interpolate.pm	17 Jun 2002 22:24:07 -0000	2.68
@@ -1,8 +1,8 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.67 2002/06/14 13:30:04 mheins Exp $
+# $Id: Interpolate.pm,v 2.68 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -27,7 +27,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.67 $, 10);
+$VERSION = substr(q$Revision: 2.68 $, 10);
 
 @EXPORT = qw (
 



2.23      +3 -3      interchange/lib/Vend/Order.pm


rev 2.23, prev_rev 2.22
Index: Order.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Order.pm,v
retrieving revision 2.22
retrieving revision 2.23
diff -u -u -r2.22 -r2.23
--- Order.pm	11 Jun 2002 04:16:58 -0000	2.22
+++ Order.pm	17 Jun 2002 22:24:07 -0000	2.23
@@ -1,8 +1,8 @@
 # Vend::Order - Interchange order routing routines
 #
-# $Id: Order.pm,v 2.22 2002/06/11 04:16:58 mheins Exp $
+# $Id: Order.pm,v 2.23 2002/06/17 22:24:07 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -28,7 +28,7 @@
 package Vend::Order;
 require Exporter;
 
-$VERSION = substr(q$Revision: 2.22 $, 10);
+$VERSION = substr(q$Revision: 2.23 $, 10);
 
 @ISA = qw(Exporter);
 



2.5       +3 -3      interchange/lib/Vend/Page.pm


rev 2.5, prev_rev 2.4
Index: Page.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Page.pm,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -u -r2.4 -r2.5
--- Page.pm	8 Feb 2002 23:08:21 -0000	2.4
+++ Page.pm	17 Jun 2002 22:24:08 -0000	2.5
@@ -1,8 +1,8 @@
 # Vend::Page - Handle Interchange page routing
 # 
-# $Id: Page.pm,v 2.4 2002/02/08 23:08:21 mheins Exp $
+# $Id: Page.pm,v 2.5 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -45,7 +45,7 @@
 
 use vars qw/$VERSION/;
 
-$VERSION = substr(q$Revision: 2.4 $, 10);
+$VERSION = substr(q$Revision: 2.5 $, 10);
 
 my $wantref = 1;
 



2.17      +3 -3      interchange/lib/Vend/Parse.pm


rev 2.17, prev_rev 2.16
Index: Parse.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Parse.pm,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -u -r2.16 -r2.17
--- Parse.pm	11 Mar 2002 17:25:46 -0000	2.16
+++ Parse.pm	17 Jun 2002 22:24:08 -0000	2.17
@@ -1,8 +1,8 @@
 # Vend::Parse - Parse Interchange tags
 # 
-# $Id: Parse.pm,v 2.16 2002/03/11 17:25:46 jon Exp $
+# $Id: Parse.pm,v 2.17 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -35,7 +35,7 @@
 
 @ISA = qw(Exporter Vend::Parser);
 
-$VERSION = substr(q$Revision: 2.16 $, 10);
+$VERSION = substr(q$Revision: 2.17 $, 10);
 
 @EXPORT = ();
 @EXPORT_OK = qw(find_matching_end);



2.5       +4 -4      interchange/lib/Vend/Parser.pm


rev 2.5, prev_rev 2.4
Index: Parser.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Parser.pm,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -u -r2.4 -r2.5
--- Parser.pm	18 Feb 2002 01:00:21 -0000	2.4
+++ Parser.pm	17 Jun 2002 22:24:08 -0000	2.5
@@ -1,8 +1,8 @@
 # Vend::Parser - Interchange parser class
 #
-# $Id: Parser.pm,v 2.4 2002/02/18 01:00:21 mheins Exp $
+# $Id: Parser.pm,v 2.5 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1997-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1997-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # Based on HTML::Parser
 # Copyright 1996 Gisle Aas. All rights reserved.
@@ -47,7 +47,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 1997-2001 Red Hat, Inc.  
+Copyright 1997-2002 Red Hat, Inc.  
 Original HTML::Parser module copyright 1996 Gisle Aas.
 
 This library is free software; you can redistribute it and/or
@@ -66,7 +66,7 @@
 
 use HTML::Entities ();
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.4 $, 10);
+$VERSION = substr(q$Revision: 2.5 $, 10);
 
 
 sub new



2.3       +3 -3      interchange/lib/Vend/Payment.pm


rev 2.3, prev_rev 2.2
Index: Payment.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- Payment.pm	20 Jul 2001 21:52:44 -0000	2.2
+++ Payment.pm	17 Jun 2002 22:24:08 -0000	2.3
@@ -1,8 +1,8 @@
 # Vend::Payment - Interchange payment processing routines
 #
-# $Id: Payment.pm,v 2.2 2001/07/20 21:52:44 heins Exp $
+# $Id: Payment.pm,v 2.3 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
 package Vend::Payment;
 require Exporter;
 
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 
 @ISA = qw(Exporter);
 



2.2       +3 -3      interchange/lib/Vend/RefSearch.pm


rev 2.2, prev_rev 2.1
Index: RefSearch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/RefSearch.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- RefSearch.pm	11 Jun 2002 04:50:23 -0000	2.1
+++ RefSearch.pm	17 Jun 2002 22:24:08 -0000	2.2
@@ -1,10 +1,10 @@
 # Vend::DbSearch - Search indexes with Interchange
 #
-# $Id: RefSearch.pm,v 2.1 2002/06/11 04:50:23 mheins Exp $
+# $Id: RefSearch.pm,v 2.2 2002/06/17 22:24:08 jon Exp $
 #
 # Adapted for use with Interchange from Search::TextSearch
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
 
 @ISA = qw(Vend::Search);
 
-$VERSION = substr(q$Revision: 2.1 $, 10);
+$VERSION = substr(q$Revision: 2.2 $, 10);
 
 use strict;
 



2.1       +3 -3      interchange/lib/Vend/SOAP.pm


rev 2.1, prev_rev 2.0
Index: SOAP.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SOAP.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- SOAP.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ SOAP.pm	17 Jun 2002 22:24:08 -0000	2.1
@@ -1,8 +1,8 @@
 # Vend::SOAP - Handle SOAP connections for Interchange
 #
-# $Id: SOAP.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: SOAP.pm,v 2.1 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@
 use strict;
 
 use vars qw($VERSION @ISA $AUTOLOAD);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.1 $, 10);
 @ISA = qw/SOAP::Server/;
 
 my %Allowed_tags;



2.9       +3 -3      interchange/lib/Vend/Scan.pm


rev 2.9, prev_rev 2.8
Index: Scan.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Scan.pm,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -u -r2.8 -r2.9
--- Scan.pm	11 Jun 2002 04:50:23 -0000	2.8
+++ Scan.pm	17 Jun 2002 22:24:08 -0000	2.9
@@ -1,8 +1,8 @@
 # Vend::Scan - Prepare searches for Interchange
 #
-# $Id: Scan.pm,v 2.8 2002/06/11 04:50:23 mheins Exp $
+# $Id: Scan.pm,v 2.9 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@
 			perform_search
 			);
 
-$VERSION = substr(q$Revision: 2.8 $, 10);
+$VERSION = substr(q$Revision: 2.9 $, 10);
 
 use strict;
 use Vend::Util;



2.8       +3 -3      interchange/lib/Vend/Search.pm


rev 2.8, prev_rev 2.7
Index: Search.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Search.pm,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -u -r2.7 -r2.8
--- Search.pm	11 Jun 2002 04:50:23 -0000	2.7
+++ Search.pm	17 Jun 2002 22:24:08 -0000	2.8
@@ -1,8 +1,8 @@
 # Vend::Search - Base class for search engines
 #
-# $Id: Search.pm,v 2.7 2002/06/11 04:50:23 mheins Exp $
+# $Id: Search.pm,v 2.8 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 
 package Vend::Search;
 
-$VERSION = substr(q$Revision: 2.7 $, 10);
+$VERSION = substr(q$Revision: 2.8 $, 10);
 
 use strict;
 use vars qw($VERSION);



2.6       +3 -3      interchange/lib/Vend/Server.pm


rev 2.6, prev_rev 2.5
Index: Server.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Server.pm,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -u -r2.5 -r2.6
--- Server.pm	14 May 2002 11:49:34 -0000	2.5
+++ Server.pm	17 Jun 2002 22:24:08 -0000	2.6
@@ -1,8 +1,8 @@
 # Vend::Server - Listen for Interchange CGI requests as a background server
 #
-# $Id: Server.pm,v 2.5 2002/05/14 11:49:34 kwalsh Exp $
+# $Id: Server.pm,v 2.6 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -25,7 +25,7 @@
 package Vend::Server;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.5 $, 10);
+$VERSION = substr(q$Revision: 2.6 $, 10);
 
 use POSIX qw(setsid strftime);
 use Vend::Util;



2.4       +3 -3      interchange/lib/Vend/Session.pm


rev 2.4, prev_rev 2.3
Index: Session.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Session.pm,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -u -r2.3 -r2.4
--- Session.pm	4 Feb 2002 01:31:17 -0000	2.3
+++ Session.pm	17 Jun 2002 22:24:08 -0000	2.4
@@ -1,8 +1,8 @@
 # Vend::Session - Interchange session routines
 #
-# $Id: Session.pm,v 2.3 2002/02/04 01:31:17 mheins Exp $
+# $Id: Session.pm,v 2.4 2002/06/17 22:24:08 jon Exp $
 # 
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -26,7 +26,7 @@
 require Exporter;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.3 $, 10);
+$VERSION = substr(q$Revision: 2.4 $, 10);
 
 @ISA = qw(Exporter);
 



2.1       +3 -3      interchange/lib/Vend/SessionDB.pm


rev 2.1, prev_rev 2.0
Index: SessionDB.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SessionDB.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- SessionDB.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ SessionDB.pm	17 Jun 2002 22:24:08 -0000	2.1
@@ -1,8 +1,8 @@
 # Vend::SessionDB - Stores Interchange session information in files
 #
-# $Id: SessionDB.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: SessionDB.pm,v 2.1 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
 use Vend::Util;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.1 $, 10);
 
 my $SessionDB;
 my $SessionLock;



2.1       +3 -3      interchange/lib/Vend/SessionFile.pm


rev 2.1, prev_rev 2.0
Index: SessionFile.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SessionFile.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- SessionFile.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ SessionFile.pm	17 Jun 2002 22:24:08 -0000	2.1
@@ -1,8 +1,8 @@
 # Vend::SessionFile - Stores Interchange session information in files
 #
-# $Id: SessionFile.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: SessionFile.pm,v 2.1 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
 use Vend::Util;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.1 $, 10);
 
 my $SessionDir;
 my $CommDir;



2.1       +2 -2      interchange/lib/Vend/Tags.pm


rev 2.1, prev_rev 2.0
Index: Tags.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Tags.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- Tags.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ Tags.pm	17 Jun 2002 22:24:08 -0000	2.1
@@ -1,8 +1,8 @@
 # Vend::Tags - Interpret Interchange tags for Safe
 # 
-# $Id: Tags.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: Tags.pm,v 2.1 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.6       +3 -3      interchange/lib/Vend/TextSearch.pm


rev 2.6, prev_rev 2.5
Index: TextSearch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/TextSearch.pm,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -u -r2.5 -r2.6
--- TextSearch.pm	11 Jun 2002 04:50:23 -0000	2.5
+++ TextSearch.pm	17 Jun 2002 22:24:08 -0000	2.6
@@ -1,10 +1,10 @@
 # Vend::TextSearch - Search indexes with Perl
 #
-# $Id: TextSearch.pm,v 2.5 2002/06/11 04:50:23 mheins Exp $
+# $Id: TextSearch.pm,v 2.6 2002/06/17 22:24:08 jon Exp $
 #
 # Adapted for use with Interchange from Search::TextSearch
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
 use vars qw(@ISA);
 @ISA = qw(Vend::Search);
 
-$VERSION = substr(q$Revision: 2.5 $, 10);
+$VERSION = substr(q$Revision: 2.6 $, 10);
 
 use Search::Dict;
 use strict;



2.2       +3 -3      interchange/lib/Vend/Track.pm


rev 2.2, prev_rev 2.1
Index: Track.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Track.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- Track.pm	15 Aug 2001 11:55:59 -0000	2.1
+++ Track.pm	17 Jun 2002 22:24:08 -0000	2.2
@@ -1,8 +1,8 @@
 # Vend::Track - Interchange User Tracking
 #
-# $Id: Track.pm,v 2.1 2001/08/15 11:55:59 racke Exp $
+# $Id: Track.pm,v 2.2 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 2000 by Stefan Hornburg <racke@linuxia.de>
+# Copyright (C) 2000-2002 by Stefan Hornburg <racke@linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@
 require Exporter;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.1 $, 10);
+$VERSION = substr(q$Revision: 2.2 $, 10);
 
 @ISA = qw(Exporter);
 



2.5       +3 -3      interchange/lib/Vend/UserDB.pm


rev 2.5, prev_rev 2.4
Index: UserDB.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/UserDB.pm,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -u -r2.4 -r2.5
--- UserDB.pm	11 Jun 2002 20:30:58 -0000	2.4
+++ UserDB.pm	17 Jun 2002 22:24:08 -0000	2.5
@@ -1,8 +1,8 @@
 # Vend::UserDB - Interchange user database functions
 #
-# $Id: UserDB.pm,v 2.4 2002/06/11 20:30:58 mheins Exp $
+# $Id: UserDB.pm,v 2.5 2002/06/17 22:24:08 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
 
 package Vend::UserDB;
 
-$VERSION = substr(q$Revision: 2.4 $, 10);
+$VERSION = substr(q$Revision: 2.5 $, 10);
 
 use vars qw!
 	$VERSION



2.26      +3 -3      interchange/lib/Vend/Util.pm


rev 2.26, prev_rev 2.25
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.25
retrieving revision 2.26
diff -u -u -r2.25 -r2.26
--- Util.pm	11 Jun 2002 19:11:30 -0000	2.25
+++ Util.pm	17 Jun 2002 22:24:08 -0000	2.26
@@ -1,8 +1,8 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.25 2002/06/11 19:11:30 mheins Exp $
+# $Id: Util.pm,v 2.26 2002/06/17 22:24:08 jon Exp $
 # 
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -82,7 +82,7 @@
 use Safe;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.25 $, 10);
+$VERSION = substr(q$Revision: 2.26 $, 10);
 
 BEGIN {
 	eval {



2.5       +3 -3      interchange/lib/Vend/Payment/AuthorizeNet.pm


rev 2.5, prev_rev 2.4
Index: AuthorizeNet.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/AuthorizeNet.pm,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -u -r2.4 -r2.5
--- AuthorizeNet.pm	27 Apr 2002 20:55:57 -0000	2.4
+++ AuthorizeNet.pm	17 Jun 2002 22:24:11 -0000	2.5
@@ -1,8 +1,8 @@
 # Vend::Payment::AuthorizeNet - Interchange AuthorizeNet support
 #
-# $Id: AuthorizeNet.pm,v 2.4 2002/04/27 20:55:57 kwalsh Exp $
+# $Id: AuthorizeNet.pm,v 2.5 2002/06/17 22:24:11 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # by mark@summersault.com with code reused and inspired by
 #	Mike Heins <mheins@redhat.com>
@@ -38,7 +38,7 @@
 
 =head1 Interchange AuthorizeNet Support
 
-Vend::Payment::AuthorizeNet $Revision: 2.4 $
+Vend::Payment::AuthorizeNet $Revision: 2.5 $
 
 =head1 SYNOPSIS
 



2.1       +3 -3      interchange/lib/Vend/Payment/CCVS.pm


rev 2.1, prev_rev 2.0
Index: CCVS.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/CCVS.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- CCVS.pm	18 Jul 2001 02:23:16 -0000	2.0
+++ CCVS.pm	17 Jun 2002 22:24:11 -0000	2.1
@@ -1,8 +1,8 @@
 # Vend::Payment::CCVS - Interchange CCVS support
 #
-# $Id: CCVS.pm,v 2.0 2001/07/18 02:23:16 jon Exp $
+# $Id: CCVS.pm,v 2.1 2002/06/17 22:24:11 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # Author: Mike Heins <mheins@redhat.com>
 
@@ -25,7 +25,7 @@
 
 =head1 Interchange CCVS support
 
-Vend::Payment::CCVS $Revision: 2.0 $
+Vend::Payment::CCVS $Revision: 2.1 $
 
 =head1 SYNOPSIS
 



2.1       +4 -4      interchange/lib/Vend/Payment/CyberCash.pm


rev 2.1, prev_rev 2.0
Index: CyberCash.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/CyberCash.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- CyberCash.pm	18 Jul 2001 02:23:16 -0000	2.0
+++ CyberCash.pm	17 Jun 2002 22:24:11 -0000	2.1
@@ -1,8 +1,8 @@
 # Vend::Payment::CyberCash - Interchange CyberCash support
 #
-# $Id: CyberCash.pm,v 2.0 2001/07/18 02:23:16 jon Exp $
+# $Id: CyberCash.pm,v 2.1 2002/06/17 22:24:11 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,11 +24,11 @@
 
 package Vend::Payment::CyberCash;
 
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.1 $, 10);
 
 =head1 Interchange CyberCash Support
 
-Vend::Payment::CyberCash $Revision: 2.0 $
+Vend::Payment::CyberCash $Revision: 2.1 $
 
 =head1 SYNOPSIS
 



2.1       +3 -3      interchange/lib/Vend/Payment/Signio.pm


rev 2.1, prev_rev 2.0
Index: Signio.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/Signio.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- Signio.pm	18 Jul 2001 02:23:16 -0000	2.0
+++ Signio.pm	17 Jun 2002 22:24:11 -0000	2.1
@@ -1,8 +1,8 @@
 # Vend::Payment::Signio - Interchange Signio support
 #
-# $Id: Signio.pm,v 2.0 2001/07/18 02:23:16 jon Exp $
+# $Id: Signio.pm,v 2.1 2002/06/17 22:24:11 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # Written by Cameron Prince <cprince@redhat.com> and
 # Mark Johnson <markj@redhat.com>,
@@ -27,7 +27,7 @@
 
 =head1 Interchange Signio Support
 
-Vend::Payment::Signio $Revision: 2.0 $
+Vend::Payment::Signio $Revision: 2.1 $
 
 =head1 SYNOPSIS
 



2.2       +3 -3      interchange/lib/Vend/Payment/Skipjack.pm


rev 2.2, prev_rev 2.1
Index: Skipjack.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/Skipjack.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- Skipjack.pm	9 Feb 2002 03:44:08 -0000	2.1
+++ Skipjack.pm	17 Jun 2002 22:24:11 -0000	2.2
@@ -1,8 +1,8 @@
 # Vend::Payment::Skipjack - Interchange Skipjack support
 #
-# $Id: Skipjack.pm,v 2.1 2002/02/09 03:44:08 mheins Exp $
+# $Id: Skipjack.pm,v 2.2 2002/06/17 22:24:11 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # Written by Cameron Prince <cprince@redhat.com> and
 # Mark Johnson <markj@redhat.com>,
@@ -27,7 +27,7 @@
 
 =head1 Interchange Skipjack Support
 
-Vend::Payment::Skipjack $Revision: 2.1 $
+Vend::Payment::Skipjack $Revision: 2.2 $
 
 =head1 SYNOPSIS
 



1.2       +3 -3      interchange/lib/Vend/Payment/WellsFargo.pm


rev 1.2, prev_rev 1.1
Index: WellsFargo.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/WellsFargo.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- WellsFargo.pm	16 Jan 2002 07:01:34 -0000	1.1
+++ WellsFargo.pm	17 Jun 2002 22:24:11 -0000	1.2
@@ -1,8 +1,8 @@
 # Vend::Payment::WellsFargo - Interchange WellsFargo support
 #
-# $Id: WellsFargo.pm,v 1.1 2002/01/16 07:01:34 mheins Exp $
+# $Id: WellsFargo.pm,v 1.2 2002/06/17 22:24:11 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # by Mark Johnson <markj@redhat.com> based off of
 # AuthorizeNet.pm by
@@ -33,7 +33,7 @@
 
 =head1 Interchange WellsFargo Support
 
-Vend::Payment::WellsFargo $Revision: 1.1 $
+Vend::Payment::WellsFargo $Revision: 1.2 $
 
 =head1 SYNOPSIS
 



2.2       +3 -3      interchange/lib/Vend/Payment/iTransact.pm


rev 2.2, prev_rev 2.1
Index: iTransact.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/iTransact.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- iTransact.pm	7 Jan 2002 15:23:27 -0000	2.1
+++ iTransact.pm	17 Jun 2002 22:24:11 -0000	2.2
@@ -1,8 +1,8 @@
 # Vend::Payment::iTransact - Interchange iTransact Support
 #
-# $Id: iTransact.pm,v 2.1 2002/01/07 15:23:27 mheins Exp $
+# $Id: iTransact.pm,v 2.2 2002/06/17 22:24:11 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # Written by Cameron Prince <cprince@redhat.com> and
 # Mark Johnson <markj@redhat.com>,
@@ -27,7 +27,7 @@
 
 =head1 Interchange iTransact Support
 
-Vend::Payment::iTransact $Revision: 2.1 $
+Vend::Payment::iTransact $Revision: 2.2 $
 
 =head1 SYNOPSIS
 



2.1       +3 -3      interchange/lib/Vend/SOAP/Transport.pm


rev 2.1, prev_rev 2.0
Index: Transport.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SOAP/Transport.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- Transport.pm	18 Jul 2001 02:23:18 -0000	2.0
+++ Transport.pm	17 Jun 2002 22:24:11 -0000	2.1
@@ -1,8 +1,8 @@
 # SOAP::Transport - Handle Interchange SOAP connections
 #
-# $Id: Transport.pm,v 2.0 2001/07/18 02:23:18 jon Exp $
+# $Id: Transport.pm,v 2.1 2002/06/17 22:24:11 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.1 $, 10);
 
 # ======================================================================
 



2.14      +3 -3      interchange/lib/Vend/Table/Common.pm


rev 2.14, prev_rev 2.13
Index: Common.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Common.pm,v
retrieving revision 2.13
retrieving revision 2.14
diff -u -u -r2.13 -r2.14
--- Common.pm	5 Feb 2002 08:33:08 -0000	2.13
+++ Common.pm	17 Jun 2002 22:24:11 -0000	2.14
@@ -1,8 +1,8 @@
 # Vend::Table::Common - Common access methods for Interchange databases
 #
-# $Id: Common.pm,v 2.13 2002/02/05 08:33:08 mheins Exp $
+# $Id: Common.pm,v 2.14 2002/06/17 22:24:11 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -22,7 +22,7 @@
 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA  02111-1307  USA.
 
-$VERSION = substr(q$Revision: 2.13 $, 10);
+$VERSION = substr(q$Revision: 2.14 $, 10);
 use strict;
 
 package Vend::Table::Common;



2.18      +3 -3      interchange/lib/Vend/Table/DBI.pm


rev 2.18, prev_rev 2.17
Index: DBI.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/DBI.pm,v
retrieving revision 2.17
retrieving revision 2.18
diff -u -u -r2.17 -r2.18
--- DBI.pm	17 Jun 2002 15:57:49 -0000	2.17
+++ DBI.pm	17 Jun 2002 22:24:12 -0000	2.18
@@ -1,8 +1,8 @@
 # Vend::Table::DBI - Access a table stored in an DBI/DBD database
 #
-# $Id: DBI.pm,v 2.17 2002/06/17 15:57:49 jon Exp $
+# $Id: DBI.pm,v 2.18 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
 # MA  02111-1307  USA.
 
 package Vend::Table::DBI;
-$VERSION = substr(q$Revision: 2.17 $, 10);
+$VERSION = substr(q$Revision: 2.18 $, 10);
 
 use strict;
 



2.2       +3 -3      interchange/lib/Vend/Table/DB_File.pm


rev 2.2, prev_rev 2.1
Index: DB_File.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/DB_File.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- DB_File.pm	4 Feb 2002 01:31:17 -0000	2.1
+++ DB_File.pm	17 Jun 2002 22:24:12 -0000	2.2
@@ -1,8 +1,8 @@
 # Vend::Table::DB_File - Access an Interchange table stored in a DB file hash
 #
-# $Id: DB_File.pm,v 2.1 2002/02/04 01:31:17 mheins Exp $
+# $Id: DB_File.pm,v 2.2 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -30,7 +30,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.1 $, 10);
+$VERSION = substr(q$Revision: 2.2 $, 10);
 
 sub create {
 	my ($class, $config, $columns, $filename) = @_;



2.2       +3 -3      interchange/lib/Vend/Table/GDBM.pm


rev 2.2, prev_rev 2.1
Index: GDBM.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/GDBM.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- GDBM.pm	4 Feb 2002 01:31:17 -0000	2.1
+++ GDBM.pm	17 Jun 2002 22:24:12 -0000	2.2
@@ -1,8 +1,8 @@
 # Vend::Table::GDBM - Access an Interchange table stored in a GDBM file
 #
-# $Id: GDBM.pm,v 2.1 2002/02/04 01:31:17 mheins Exp $
+# $Id: GDBM.pm,v 2.2 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -29,7 +29,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.1 $, 10);
+$VERSION = substr(q$Revision: 2.2 $, 10);
 
 sub new {
 	my ($class, $obj) = @_;



2.5       +3 -3      interchange/lib/Vend/Table/InMemory.pm


rev 2.5, prev_rev 2.4
Index: InMemory.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/InMemory.pm,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -u -r2.4 -r2.5
--- InMemory.pm	8 Jan 2002 04:38:58 -0000	2.4
+++ InMemory.pm	17 Jun 2002 22:24:12 -0000	2.5
@@ -1,8 +1,8 @@
 # Vend::Table::InMemory - Store an Interchange table in memory
 #
-# $Id: InMemory.pm,v 2.4 2002/01/08 04:38:58 mheins Exp $
+# $Id: InMemory.pm,v 2.5 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -25,7 +25,7 @@
 package Vend::Table::InMemory;
 use Vend::Table::Common;
 @ISA = qw/Vend::Table::Common/;
-$VERSION = substr(q$Revision: 2.4 $, 10);
+$VERSION = substr(q$Revision: 2.5 $, 10);
 use strict;
 
 # 0: column names



2.2       +3 -3      interchange/lib/Vend/Table/LDAP.pm


rev 2.2, prev_rev 2.1
Index: LDAP.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/LDAP.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- LDAP.pm	26 Nov 2001 18:34:02 -0000	2.1
+++ LDAP.pm	17 Jun 2002 22:24:12 -0000	2.2
@@ -1,8 +1,8 @@
 # Vend::Table::LDAP - Interchange LDAP pseudo-table access
 #
-# $Id: LDAP.pm,v 2.1 2001/11/26 18:34:02 mheins Exp $
+# $Id: LDAP.pm,v 2.2 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -24,7 +24,7 @@
 
 package Vend::Table::LDAP;
 @ISA = qw/Vend::Table::Common/;
-$VERSION = substr(q$Revision: 2.1 $, 10);
+$VERSION = substr(q$Revision: 2.2 $, 10);
 use strict;
 
 use vars qw(



2.2       +4 -4      interchange/lib/Vend/Table/SDBM.pm


rev 2.2, prev_rev 2.1
Index: SDBM.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/SDBM.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- SDBM.pm	4 Feb 2002 01:31:17 -0000	2.1
+++ SDBM.pm	17 Jun 2002 22:24:12 -0000	2.2
@@ -1,8 +1,8 @@
 # Vend::Table::SDBM - Access an Interchange table stored in Perl's internal SDBM
 #
-# $Id: SDBM.pm,v 2.1 2002/02/04 01:31:17 mheins Exp $
+# $Id: SDBM.pm,v 2.2 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -23,7 +23,7 @@
 # MA  02111-1307  USA.
 
 package Vend::Table::SDBM;
-$VERSION = substr(q$Revision: 2.1 $, 10);
+$VERSION = substr(q$Revision: 2.2 $, 10);
 use strict;
 use Fcntl;
 use SDBM_File;
@@ -31,7 +31,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.1 $, 10);
+$VERSION = substr(q$Revision: 2.2 $, 10);
 
 sub create {
 	my ($class, $config, $columns, $filename) = @_;



2.1       +3 -3      interchange/perl/Interchange.pm


rev 2.1, prev_rev 2.0
Index: Interchange.pm
===================================================================
RCS file: /var/cvs/interchange/perl/Interchange.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- Interchange.pm	18 Jul 2001 02:23:22 -0000	2.0
+++ Interchange.pm	17 Jun 2002 22:24:12 -0000	2.1
@@ -1,8 +1,8 @@
 # Interchange.pm - Interchange access for Perl scripts
 #
-# $Id: Interchange.pm,v 2.0 2001/07/18 02:23:22 jon Exp $
+# $Id: Interchange.pm,v 2.1 2002/06/17 22:24:12 jon Exp $
 # 
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
 use strict;
 use Fcntl;
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.1 $, 10);
 
 BEGIN {
 	require 5.005;



2.2       +2 -2      interchange/scripts/compile_link.PL


rev 2.2, prev_rev 2.1
Index: compile_link.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/compile_link.PL,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- compile_link.PL	18 Aug 2001 13:53:39 -0000	2.1
+++ compile_link.PL	17 Jun 2002 22:24:12 -0000	2.2
@@ -50,9 +50,9 @@
 #
 # Interchange link program configurator
 #
-# $Id: compile_link.PL,v 2.1 2001/08/18 13:53:39 heins Exp $
+# $Id: compile_link.PL,v 2.2 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.1       +3 -3      interchange/scripts/config_prog.PL


rev 2.1, prev_rev 2.0
Index: config_prog.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/config_prog.PL,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- config_prog.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ config_prog.PL	17 Jun 2002 22:24:12 -0000	2.1
@@ -50,9 +50,9 @@
 #
 # Interchange program configurator
 #
-# $Id: config_prog.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: config_prog.PL,v 2.1 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -180,7 +180,7 @@
 
 =head1 VERSION
 
-# $Id: config_prog.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: config_prog.PL,v 2.1 2002/06/17 22:24:12 jon Exp $
 
 =head1 DESCRIPTION
 



2.1       +2 -2      interchange/scripts/configdump.PL


rev 2.1, prev_rev 2.0
Index: configdump.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/configdump.PL,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- configdump.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ configdump.PL	17 Jun 2002 22:24:12 -0000	2.1
@@ -50,9 +50,9 @@
 #
 # Interchange configuration dumper
 #
-# $Id: configdump.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: configdump.PL,v 2.1 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright 1999, 2000 by Stefan Hornburg <racke@linuxia.de>
+# Copyright 1999-2002 by Stefan Hornburg <racke@linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.1       +3 -3      interchange/scripts/dump.PL


rev 2.1, prev_rev 2.0
Index: dump.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/dump.PL,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- dump.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ dump.PL	17 Jun 2002 22:24:12 -0000	2.1
@@ -50,9 +50,9 @@
 #
 # Interchange session dumper
 #
-# $Id: dump.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: dump.PL,v 2.1 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -268,7 +268,7 @@
 
 =head1 VERSION
 
-# $Id: dump.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: dump.PL,v 2.1 2002/06/17 22:24:12 jon Exp $
 
 =head1 SEE ALSO
 



2.3       +3 -3      interchange/scripts/expireall.PL


rev 2.3, prev_rev 2.2
Index: expireall.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/expireall.PL,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- expireall.PL	4 Feb 2002 07:41:39 -0000	2.2
+++ expireall.PL	17 Jun 2002 22:24:12 -0000	2.3
@@ -50,9 +50,9 @@
 #
 # Interchange session expiration for all catalogs
 #
-# $Id: expireall.PL,v 2.2 2002/02/04 07:41:39 kwalsh Exp $
+# $Id: expireall.PL,v 2.3 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -175,7 +175,7 @@
 
 =head1 VERSION
 
-# $Id: expireall.PL,v 2.2 2002/02/04 07:41:39 kwalsh Exp $
+# $Id: expireall.PL,v 2.3 2002/06/17 22:24:12 jon Exp $
 
 =head1 DESCRIPTION
 



2.34      +3 -3      interchange/scripts/interchange.PL


rev 2.34, prev_rev 2.33
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.33
retrieving revision 2.34
diff -u -u -r2.33 -r2.34
--- interchange.PL	17 Jun 2002 21:40:40 -0000	2.33
+++ interchange.PL	17 Jun 2002 22:24:12 -0000	2.34
@@ -50,7 +50,7 @@
 #
 # Interchange version 4.9.1
 #
-# $Id: interchange.PL,v 2.33 2002/06/17 21:40:40 jon Exp $
+# $Id: interchange.PL,v 2.34 2002/06/17 22:24:12 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -2427,7 +2427,7 @@
 }
 
 sub version {
-	print "Interchange version $VERSION Copyright 1996-2001 Red Hat, Inc.\n";
+	print "Interchange version $VERSION Copyright 1996-2002 Red Hat, Inc.\n";
 }
 
 =head1 NAME
@@ -3020,7 +3020,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 1995-2001, Red Hat, Inc. All rights reserved except as in the
+Copyright 1995-2002, Red Hat, Inc. All rights reserved except as in the
 license.
 
 =cut



2.2       +3 -3      interchange/scripts/localize.PL


rev 2.2, prev_rev 2.1
Index: localize.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/localize.PL,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- localize.PL	3 Sep 2001 10:01:03 -0000	2.1
+++ localize.PL	17 Jun 2002 22:24:12 -0000	2.2
@@ -50,9 +50,9 @@
 #
 # Interchange localizer
 #
-# $Id: localize.PL,v 2.1 2001/09/03 10:01:03 racke Exp $
+# $Id: localize.PL,v 2.2 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -402,7 +402,7 @@
 
 =head1 VERSION
 
-# $Id: localize.PL,v 2.1 2001/09/03 10:01:03 racke Exp $
+# $Id: localize.PL,v 2.2 2002/06/17 22:24:12 jon Exp $
 
 =head1 SYNOPSIS
 



2.1       +3 -3      interchange/scripts/offline.PL


rev 2.1, prev_rev 2.0
Index: offline.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/offline.PL,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- offline.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ offline.PL	17 Jun 2002 22:24:12 -0000	2.1
@@ -50,9 +50,9 @@
 #
 # Interchange database builder and indexer
 #
-# $Id: offline.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: offline.PL,v 2.1 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -294,7 +294,7 @@
 
 =head1 VERSION
 
-# $Id: offline.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: offline.PL,v 2.1 2002/06/17 22:24:12 jon Exp $
 
 =head1 DESCRIPTION
 



2.1       +2 -2      interchange/scripts/restart.PL


rev 2.1, prev_rev 2.0
Index: restart.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/restart.PL,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- restart.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ restart.PL	17 Jun 2002 22:24:12 -0000	2.1
@@ -50,9 +50,9 @@
 #
 # Interchange restarter
 #
-# $Id: restart.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: restart.PL,v 2.1 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.1       +2 -2      interchange/scripts/update.PL


rev 2.1, prev_rev 2.0
Index: update.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/update.PL,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- update.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ update.PL	17 Jun 2002 22:24:12 -0000	2.1
@@ -50,9 +50,9 @@
 #
 # Interchange database updater
 #
-# $Id: update.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: update.PL,v 2.1 2002/06/17 22:24:12 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by