From: Ken Youens-Clark Date: Fri, 6 Feb 2004 17:45:53 +0000 (+0000) Subject: Changed copyright. X-Git-Tag: v0.06~208 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb9f6535f0a306bc0514c8f573849184f866f2f5;p=dbsrgits%2FSQL-Translator.git Changed copyright. --- diff --git a/bin/sqlt-graph b/bin/sqlt-graph index fca4aba..b50b4ad 100755 --- a/bin/sqlt-graph +++ b/bin/sqlt-graph @@ -1,9 +1,9 @@ #!/usr/bin/perl # ------------------------------------------------------------------- -# $Id: sqlt-graph,v 1.1 2003-08-26 03:56:43 kycl4rk Exp $ +# $Id: sqlt-graph,v 1.2 2004-02-06 17:45:53 kycl4rk Exp $ # ------------------------------------------------------------------- -# Copyright (C) 2002 Ken Y. Clark +# Copyright (C) 2002-4 SQLFairy Authors # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -88,7 +88,7 @@ use Pod::Usage; use SQL::Translator; use vars '$VERSION'; -$VERSION = sprintf "%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/; +$VERSION = sprintf "%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/; # # Get arguments.