X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FAudio%2FLibSampleRate.pm;h=7134121797594a973fe5daada81039ef7d0d5422;hb=299d38ae8aca3dc65f1df5ebe19d948641dca5e2;hp=54675e38b42dd2514cdda6206e2f55c202782951;hpb=8529da432e52c7903e8ef3488e60725a099e6e63;p=audio-libsamplerate.git diff --git a/lib/Audio/LibSampleRate.pm b/lib/Audio/LibSampleRate.pm index 54675e3..7134121 100644 --- a/lib/Audio/LibSampleRate.pm +++ b/lib/Audio/LibSampleRate.pm @@ -12,7 +12,7 @@ use constant +{ map { $constants[$_] => $_ } 0 .. $#constants }; our @EXPORT_OK = (qw/src_simple src_get_name src_get_description/, @constants); our @EXPORT = @EXPORT_OK; -our $VERSION = '0.001'; +our $VERSION = '0.002'; use XSLoader; XSLoader::load('Audio::LibSampleRate', $VERSION); @@ -208,22 +208,11 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2015-2016 by Marius Gavrilescu -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. - -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., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA. +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.20.2 or, +at your option, any later version of Perl 5 you may have available. =cut