Changed copyright.
Ken Youens-Clark [Fri, 6 Feb 2004 17:45:53 +0000 (17:45 +0000)]
bin/sqlt-graph

index fca4aba..b50b4ad 100755 (executable)
@@ -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 <kclark@cpan.org>
+# 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.