X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator.pm;h=442297d731b68f0b284db11392781e931acc83bb;hb=935800450f88b0500c4fa7c3b174cd22b5f9eb56;hp=7981e674bd84c8621bceee93d1147bc831870ef8;hpb=11ad2df91bcc0674faa8fb5b6bab52c9e4a73762;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index 7981e67..442297d 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -1,30 +1,12 @@ package SQL::Translator; -# ---------------------------------------------------------------------- -# Copyright (C) 2002-2009 The 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 -# published by the Free Software Foundation; version 2. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA -# ------------------------------------------------------------------- - use strict; use vars qw( $VERSION $DEFAULT_SUB $DEBUG $ERROR ); use base 'Class::Base'; require 5.005; -$VERSION = '0.11000'; +$VERSION = '0.11007'; $DEBUG = 0 unless defined $DEBUG; $ERROR = ""; @@ -1268,8 +1250,74 @@ Returns the version of the SQL::Translator release. =head1 AUTHORS -See the included AUTHORS file: -L +Alexander Hartmaier + +Allen Day + +Anders Nor Berle + +Andrew Moore + +Ben Faga + +Chris Hilton + +Chris Mungall + +Chris To + +Daniel Ruoso + +Darren Chamberlain + +Dave Cash + +Fabien Wernli + +Geoff Cant + +Gudmundur A. Thorisson + +Guillermo Roditi + +Jason Williams + +Jonathan Yu + +John Goulah + +Ken Youens-Clark + +Kevin McClellan + +Mark Addison + +Mikey Melillo + +Moritz Onken + +Paul Harrington + +Peter Rabbitson + +Ross Smith II + +Ryan D Johnson + +Sam Angiuoli + +Stephen Bennett + +Stephen Clouse + +Wallace Reis + +Ying Zhang + +=head1 COPYRIGHT + +Copyright (c) 2002-2011 the SQL::Translator L as listed +above. If you would like to contribute to the project, you can send patches to the developers mailing list: @@ -1279,8 +1327,7 @@ to the developers mailing list: Or send us a message (with your Sourceforge username) asking to be added to the project and what you'd like to contribute. - -=head1 COPYRIGHT +=head1 LICENSE 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