Bump version and update Changes 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 24 Dec 2016 18:43:05 +0000 (20:43 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 24 Dec 2016 18:43:05 +0000 (20:43 +0200)
Changes
Makefile.PL
README
lib/Audio/LibSampleRate.pm

diff --git a/Changes b/Changes
index e957fdc4809ae7f2737f7f6045868f7e8d69df52..9210ae85e7d84844bf24bdc3264ae950bf4916ca 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
 Revision history for Perl extension Audio::LibSampleRate.
 
+0.002 2016-12-24T20:43+02:00
+ - Bundle libsamplerate
+ - Relicense from GPL to Perl license
+
 0.001 2015-08-31T17:50+03:00
  - Initial release
index e0e8f4e318ef06e0fd53d508449ee18360a14158..b976bab6301edcb78c303ec8c35174d77d8d7d3c 100644 (file)
@@ -7,7 +7,7 @@ WriteMakefile(
        ABSTRACT_FROM     => 'lib/Audio/LibSampleRate.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        MIN_PERL_VERSION  => '5.8.9',
-       LICENSE           => 'gpl',
+       LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {},
        INC               => '-Ilibsamplerate',
diff --git a/README b/README
index 5792f6f26768bd1a6f38c8849bd1064ee54b4192..a3a89989184b913e0859a7bb93d762bbf206a6b7 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Audio-LibSampleRate version 0.001
+Audio-LibSampleRate version 0.002
 =================================
 
 Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for
@@ -31,27 +31,15 @@ To install this module type the following:
 
 DEPENDENCIES
 
-This module requires these other modules and libraries:
-
-* libsamplerate
+This module requires no other modules and libraries, as libsamplerate
+is bundled with this module.
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2015 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.
+Copyright (C) 2015-2016 by Marius Gavrilescu
 
-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.
 
 
index 54675e38b42dd2514cdda6206e2f55c202782951..7134121797594a973fe5daada81039ef7d0d5422 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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
This page took 0.015168 seconds and 4 git commands to generate.