Author: byterock Date: Fri May 7 09:45:11 2010 New Revision: 13964 Modified: dbd-oracle/trunk/Changes dbd-oracle/trunk/README.explain.txt dbd-oracle/trunk/ora_explain.PL
Log: changes to ora_explain Copyright terms from this email On Thu, May 6, 2010 at 4:08 PM, Tim Bunce <tim.bu...@pobox.com> wrote: John, please update ora_explain.PL to remove the license restriction noted below. Thanks! Tim. On Thu, May 06, 2010 at 08:31:56AM -0500, Julián Moreno Patiño wrote: > Hello Tim Bunce, > > I talked with Alan and he has approved to delete restriction of ora_explain.PL license. Please remove > this restriction in ora_explain.PL and reupload tarball in main page > "[1]http://search.cpan.org/dist/DBD-Oracle/": > > *with the exception that it cannot be placed on a CD-ROM or similar media > for commercial distribution without the prior approval of the author.* > > It's very important to package dbd oracle perl in GNU Debian and other distributions. > > Alan: Thank you very much for your help and time. > > Kind Regards, > > -- > Julián Moreno Patiño > Registered GNU Linux User ID 488513 > PGP KEY ID 6168BF60 > > 2010/5/6 Alan Burlison <[2]alan.burli...@oracle.com> > > On 29/04/2010 06:17, Julián Moreno Patiño wrote: > > Please, I guess more freedom license without restrictions for packaging in > Debian and others distributions. Please remove this restriction: > * > * > *with the exception that it cannot be placed on a CD-ROM or similar media > for commercial distribution without the prior approval of the author.* > > Thank you very much, I hope your prompt answer. > > You have my approval. > > -- > Alan Burlison > -- > > References > > Visible links > 1. http://search.cpan.org/dist/DBD-Oracle/ > 2. mailto:alan.burli...@oracle.com Modified: dbd-oracle/trunk/Changes ============================================================================== --- dbd-oracle/trunk/Changes (original) +++ dbd-oracle/trunk/Changes Fri May 7 09:45:11 2010 @@ -7,8 +7,12 @@ Fix for rt.cpan.org Ticket #=56810 bug with multiple nested cursor from John Scoles Fix for bug found only on Big-Endian hardware reported by Timothy Everett and others from Charles Jardine Fix for memory leak when using prepared_cached and lobs reported by Mark Bobak and Martin Evans found and fixed by John Scoles - Added more entries to the Readmes from John Scoles + + The Copyright terms for ora_explain have changed and now read as follows: + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + =head1 Changes in DBD-Oracle 1.24(svn rev 13793) Modified: dbd-oracle/trunk/README.explain.txt ============================================================================== --- dbd-oracle/trunk/README.explain.txt (original) +++ dbd-oracle/trunk/README.explain.txt Fri May 7 09:45:11 2010 @@ -7,9 +7,7 @@ Copyright (c) 1998 Alan Burlison You may distribute under the terms of either the GNU General Public License -or the Artistic License, as specified in the Perl README file, with the -exception that it cannot be placed on a CD-ROM or similar media for commercial -distribution without the prior approval of the author. +or the Artistic License, as specified in the Perl README file. This code is provided with no warranty of any kind, and is used entirely at your own risk. Modified: dbd-oracle/trunk/ora_explain.PL ============================================================================== --- dbd-oracle/trunk/ora_explain.PL (original) +++ dbd-oracle/trunk/ora_explain.PL Fri May 7 09:45:11 2010 @@ -9,9 +9,7 @@ # Copyright (c) 1999 Alan Burlison # # You may distribute under the terms of either the GNU General Public License -# or the Artistic License, as specified in the Perl README file, with the -# exception that it cannot be placed on a CD-ROM or similar media for commercial -# distribution without the prior approval of the author. +# or the Artistic License, as specified in the Perl README file. # # This code is provided with no warranty of any kind, and is used entirely at # your own risk. @@ -161,9 +159,7 @@ alan.burlis...@uk.sun.com You may distribute under the terms of either the GNU General Public License - or the Artistic License, as specified in the Perl README file, with the - exception that it cannot be placed on a CD-ROM or similar media for commercial - distribution without the prior approval of the author. + or the Artistic License, as specified in the Perl README file. This code is provided with no warranty of any kind, and is used entirely at your own risk. @@ -1784,9 +1780,7 @@ Copyright (c) 1999 Alan Burlison You may distribute under the terms of either the GNU General Public License -or the Artistic License, as specified in the Perl README file, with the -exception that it cannot be placed on a CD-ROM or similar media for commercial -distribution without the prior approval of the author. +or the Artistic License, as specified in the Perl README file. This code is provided with no warranty of any kind, and is used entirely at your own risk.