[interchange-cvs] interchange - jon modified lib/Vend/SQL_Parser.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Feb 19 20:10:27 EST 2004


User:      jon
Date:      2004-02-20 01:10:27 GMT
Modified:  lib/Vend SQL_Parser.pm
Log:
Update copyrights. (Red Hat doesn't actually have any copyright on this
file since Mike created it just last year.)

Revision  Changes    Path
2.9       +4 -5      interchange/lib/Vend/SQL_Parser.pm


rev 2.9, prev_rev 2.8
Index: SQL_Parser.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SQL_Parser.pm,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -u -r2.8 -r2.9
--- SQL_Parser.pm	19 Feb 2004 23:06:21 -0000	2.8
+++ SQL_Parser.pm	20 Feb 2004 01:10:27 -0000	2.9
@@ -1,9 +1,8 @@
 # Vend::SQL_Parser - Interchange SQL parser class
 #
-# $Id: SQL_Parser.pm,v 2.8 2004/02/19 23:06:21 mheins Exp $
+# $Id: SQL_Parser.pm,v 2.9 2004/02/20 01:10:27 jon Exp $
 #
-# Copyright (C) 2002-2003 Interchange Development Group
-# Copyright (C) 1997-2002 Red Hat, Inc.
+# Copyright (C) 2003-2004 Interchange Development Group
 #
 # Based on HTML::Parser
 # Copyright 1996 Gisle Aas. All rights reserved.
@@ -19,7 +18,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2002-2003 Interchange Development Group
+Copyright 2003-2004 Interchange Development Group
 Original SQL::Statement module copyright 1998 Jochen Wiedman.
 
 This library is free software; you can redistribute it and/or
@@ -38,7 +37,7 @@
 use Vend::Util;
 use Text::ParseWords;
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.8 $, 10);
+$VERSION = substr(q$Revision: 2.9 $, 10);
 
 sub new {
 	my $class = shift;








More information about the interchange-cvs mailing list