Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove CVS keywords from other files changed going into 5.10.0
  • Loading branch information
jonjensen committed Apr 29, 2016
1 parent 72e99e0 commit f96adeb
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 45 deletions.
6 changes: 2 additions & 4 deletions 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) = @_;
Expand Down
6 changes: 2 additions & 4 deletions 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) = @_;
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 2 additions & 4 deletions 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
Expand Down Expand Up @@ -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) = @_;
Expand Down
4 changes: 1 addition & 3 deletions 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
Expand Down
6 changes: 2 additions & 4 deletions 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
Expand Down Expand Up @@ -111,7 +109,7 @@ use vars qw/
%Window
/;

$VERSION = substr(q$Revision: 2.17 $, 10);
$VERSION = '2.18';

$Force = 0;
$History = 0;
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 2 additions & 4 deletions 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
Expand Down Expand Up @@ -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);
Expand Down
4 changes: 1 addition & 3 deletions 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.
Expand Down Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion 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@endpoint.com>
#
# This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 1 addition & 3 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/Vend/Table/DBI.pm
Expand Up @@ -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);
Expand Down
6 changes: 2 additions & 4 deletions 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
Expand All @@ -17,7 +15,7 @@

package Vend::UserDB;

$VERSION = substr(q$Revision: 2.66 $, 10);
$VERSION = '2.67';

use vars qw!
$VERSION
Expand Down
6 changes: 2 additions & 4 deletions scripts/makecat.PL
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions 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
Expand Down

0 comments on commit f96adeb

Please sign in to comment.