[interchange] Remove CVS keywords from other files changed going into 5.10.0

Jon Jensen interchange-cvs at icdevgroup.org
Fri Apr 29 03:04:04 UTC 2016


commit f96adebdf93255d53b597419d8f16202282cec02
Author: Jon Jensen <jon at endpoint.com>
Date:   Thu Apr 28 10:19:09 2016 -0600

    Remove CVS keywords from other files changed going into 5.10.0

 code/SystemTag/deliver.coretag  |    6 ++----
 code/SystemTag/warnings.coretag |    6 ++----
 lib/Vend/Config.pm              |    2 +-
 lib/Vend/Error.pm               |    6 ++----
 lib/Vend/External.pm            |    4 +---
 lib/Vend/MakeCat.pm             |    6 ++----
 lib/Vend/Order.pm               |    2 +-
 lib/Vend/Parse.pm               |    6 ++----
 lib/Vend/Payment/TestPayment.pm |    4 +---
 lib/Vend/Safe.pm                |    2 +-
 lib/Vend/Server.pm              |    2 +-
 lib/Vend/Ship.pm                |    4 +---
 lib/Vend/Table/DBI.pm           |    2 +-
 lib/Vend/UserDB.pm              |    6 ++----
 scripts/makecat.PL              |    6 ++----
 test.pl                         |    4 +---
 16 files changed, 23 insertions(+), 45 deletions(-)
---
diff --git a/code/SystemTag/deliver.coretag b/code/SystemTag/deliver.coretag
index 3a53955..a0eda4f 100644
--- a/code/SystemTag/deliver.coretag
+++ b/code/SystemTag/deliver.coretag
@@ -1,16 +1,14 @@
-# Copyright 2002-2007 Interchange Development Group and others
+# Copyright 2002-2016 Interchange Development Group and others
 # 
 # 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
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.  See the LICENSE file for details.
-# 
-# $Id: deliver.coretag,v 1.8 2007-03-30 23:40:49 pajamian Exp $
 
 UserTag deliver Order     type
 UserTag deliver HasEndTag
 UserTag deliver addAttr
-UserTag deliver Version   $Revision: 1.8 $
+UserTag deliver Version   1.9
 UserTag deliver Routine   <<EOR
 sub {
 	my ($type, $opt, $body) = @_;
diff --git a/code/SystemTag/warnings.coretag b/code/SystemTag/warnings.coretag
index b2a5129..b4d047c 100644
--- a/code/SystemTag/warnings.coretag
+++ b/code/SystemTag/warnings.coretag
@@ -1,18 +1,16 @@
-# Copyright 2002-2007 Interchange Development Group and others
+# Copyright 2002-2015 Interchange Development Group and others
 # 
 # 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
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.  See the LICENSE file for details.
-# 
-# $Id: warnings.coretag,v 1.9 2007-09-21 16:15:48 kwalsh Exp $
 
 UserTag warning  Alias      warnings
 
 UserTag warnings Order      message
 UserTag warnings addAttr
 UserTag warnings PosNumber  1
-UserTag warnings Version    $Revision: 1.9 $
+UserTag warnings Version    1.10
 UserTag warnings Routine    <<EOR
 sub {
 	my($message, $opt) = @_;
diff --git a/lib/Vend/Config.pm b/lib/Vend/Config.pm
index 8577460..032f27c 100644
--- a/lib/Vend/Config.pm
+++ b/lib/Vend/Config.pm
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# Copyright (C) 2002-2013 Interchange Development Group
+# Copyright (C) 2002-2016 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3
diff --git a/lib/Vend/Error.pm b/lib/Vend/Error.pm
index 03f1bc2..9be7417 100644
--- a/lib/Vend/Error.pm
+++ b/lib/Vend/Error.pm
@@ -1,8 +1,6 @@
 # Vend::Error - Handle Interchange error pages and messages
 # 
-# $Id: Error.pm,v 2.15 2007-08-09 13:40:53 pajamian Exp $
-#
-# Copyright (C) 2002-2007 Interchange Development Group
+# Copyright (C) 2002-2016 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -38,7 +36,7 @@ use strict;
 
 use vars qw/$VERSION/;
 
-$VERSION = substr(q$Revision: 2.15 $, 10);
+$VERSION = '2.16';
 
 sub get_locale_message {
 	my ($code, $message, @arg) = @_;
diff --git a/lib/Vend/External.pm b/lib/Vend/External.pm
index 27f5cd2..1a1dd99 100644
--- a/lib/Vend/External.pm
+++ b/lib/Vend/External.pm
@@ -1,9 +1,7 @@
 # Vend::External - Interchange setup for linking sessions to other programs
 # and routines for calling external programs
 # 
-# $Id: External.pm,v 2.6 2007-08-09 13:40:53 pajamian Exp $
-#
-# Copyright (C) 2002-2007 Interchange Development Group
+# Copyright (C) 2002-2015 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
diff --git a/lib/Vend/MakeCat.pm b/lib/Vend/MakeCat.pm
index c465656..0b84646 100644
--- a/lib/Vend/MakeCat.pm
+++ b/lib/Vend/MakeCat.pm
@@ -1,8 +1,6 @@
 # Vend::MakeCat - Routines for Interchange catalog configurator
 #
-# $Id: MakeCat.pm,v 2.17 2007-08-09 13:40:53 pajamian Exp $
-#
-# Copyright (C) 2002-2007 Interchange Development Group
+# Copyright (C) 2002-2015 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3
@@ -111,7 +109,7 @@ use vars qw/
 	%Window
 /;
 
-$VERSION = substr(q$Revision: 2.17 $, 10);
+$VERSION = '2.18';
 
 $Force = 0;
 $History = 0;
diff --git a/lib/Vend/Order.pm b/lib/Vend/Order.pm
index d857261..4ff8a6f 100644
--- a/lib/Vend/Order.pm
+++ b/lib/Vend/Order.pm
@@ -1,6 +1,6 @@
 # Vend::Order - Interchange order routing routines
 #
-# Copyright (C) 2002-2013 Interchange Development Group
+# Copyright (C) 2002-2016 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3
diff --git a/lib/Vend/Parse.pm b/lib/Vend/Parse.pm
index ad7d1d8..1db6aaa 100644
--- a/lib/Vend/Parse.pm
+++ b/lib/Vend/Parse.pm
@@ -1,8 +1,6 @@
 # Vend::Parse - Parse Interchange tags
 # 
-# $Id: Parse.pm,v 2.44 2007-12-19 12:33:44 pajamian Exp $
-#
-# Copyright (C) 2002-2007 Interchange Development Group
+# Copyright (C) 2002-2015 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3
@@ -36,7 +34,7 @@ require Exporter;
 
 @ISA = qw(Exporter Vend::Parser);
 
-$VERSION = substr(q$Revision: 2.44 $, 10);
+$VERSION = '2.45';
 
 @EXPORT = ();
 @EXPORT_OK = qw(find_matching_end);
diff --git a/lib/Vend/Payment/TestPayment.pm b/lib/Vend/Payment/TestPayment.pm
index 35bef19..709c948 100644
--- a/lib/Vend/Payment/TestPayment.pm
+++ b/lib/Vend/Payment/TestPayment.pm
@@ -1,7 +1,5 @@
 # Vend::Payment::TestPayment - Interchange payment test module
 #
-# $Id: TestPayment.pm,v 1.10 2007-08-09 13:40:55 pajamian Exp $
-#
 # Copyright (C) 2002-2016 Interchange Development Group
 # Copyright (C) 2002 Cursor Software Limited.
 # All Rights Reserved.
@@ -193,7 +191,7 @@ BEGIN {
 		unless $Vend::Quiet or ! $Global::VendRoot or ! $Global::VendRoot;
 }
 
-$VERSION = substr(q$Revision: 1.10 $,10);
+$VERSION = '1.11';
 
 package Vend::Payment;
 
diff --git a/lib/Vend/Safe.pm b/lib/Vend/Safe.pm
index 62a4e7f..9b26636 100644
--- a/lib/Vend/Safe.pm
+++ b/lib/Vend/Safe.pm
@@ -1,6 +1,6 @@
 # Vend::Safe - utility methods for handling character encoding
 #
-# Copyright (C) 2009 Interchange Development Group
+# Copyright (C) 2016 Interchange Development Group
 # Copyright (C) 2009 David Christensen <david at endpoint.com>
 #
 # This program is free software; you can redistribute it and/or modify
diff --git a/lib/Vend/Server.pm b/lib/Vend/Server.pm
index 52855b3..e36a35f 100644
--- a/lib/Vend/Server.pm
+++ b/lib/Vend/Server.pm
@@ -1,6 +1,6 @@
 # Vend::Server - Listen for Interchange CGI requests as a background server
 #
-# Copyright (C) 2002-2013 Interchange Development Group
+# Copyright (C) 2002-2016 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3
diff --git a/lib/Vend/Ship.pm b/lib/Vend/Ship.pm
index 943e3a8..bc237ef 100644
--- a/lib/Vend/Ship.pm
+++ b/lib/Vend/Ship.pm
@@ -1,8 +1,6 @@
 # Vend::Ship - Interchange shipping code
 # 
-# $Id: Ship.pm,v 2.29 2008-11-05 22:38:52 mheins Exp $
-#
-# Copyright (C) 2002-2008 Interchange Development Group
+# Copyright (C) 2002-2015 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3
diff --git a/lib/Vend/Table/DBI.pm b/lib/Vend/Table/DBI.pm
index de2e7e4..92380b3 100644
--- a/lib/Vend/Table/DBI.pm
+++ b/lib/Vend/Table/DBI.pm
@@ -19,7 +19,7 @@
 # MA  02110-1301  USA.
 
 package Vend::Table::DBI;
-$VERSION = substr(q$Revision: 2.88 $, 10);
+$VERSION = '2.89';
 
 use strict;
 no warnings qw(uninitialized numeric);
diff --git a/lib/Vend/UserDB.pm b/lib/Vend/UserDB.pm
index 85acb8f..dec820b 100644
--- a/lib/Vend/UserDB.pm
+++ b/lib/Vend/UserDB.pm
@@ -1,8 +1,6 @@
 # Vend::UserDB - Interchange user database functions
 #
-# $Id: UserDB.pm,v 2.66 2009-05-01 13:50:01 pajamian Exp $
-#
-# Copyright (C) 2002-2008 Interchange Development Group
+# Copyright (C) 2002-2015 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -17,7 +15,7 @@
 
 package Vend::UserDB;
 
-$VERSION = substr(q$Revision: 2.66 $, 10);
+$VERSION = '2.67';
 
 use vars qw!
 	$VERSION
diff --git a/scripts/makecat.PL b/scripts/makecat.PL
index adc931d..770aed4 100644
--- a/scripts/makecat.PL
+++ b/scripts/makecat.PL
@@ -3,9 +3,7 @@
 #
 # Interchange catalog configurator
 #
-# $Id: makecat.PL,v 2.28 2008-05-21 03:05:20 jon Exp $
-#
-# Copyright (C) 2002-2008 Interchange Development Group
+# Copyright (C) 2002-2015 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -2306,7 +2304,7 @@ makecat [--options] name
 
 =head1 VERSION
 
-# $Id: makecat.PL,v 2.28 2008-05-21 03:05:20 jon Exp $
+2.29
 
 =head1 INTRODUCTION
 
diff --git a/test.pl b/test.pl
index 21a120d..5248c84 100644
--- a/test.pl
+++ b/test.pl
@@ -1,6 +1,4 @@
-# $Id: test.pl,v 2.6 2008-05-06 17:12:18 jon Exp $
-#
-# Copyright (C) 2002-2007 Interchange Development Group
+# Copyright (C) 2002-2016 Interchange Development Group
 #
 # 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



More information about the interchange-cvs mailing list