Re: [PEAR-CVS] cvs: pear /Net_Socket package.xml
[email protected] (Chuck Hagenbuch)
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <[email protected]> |
Quoting Hannes Magnusson <[email protected]>: > On Thu, May 1, 2008 at 10:31 PM, Chuck Hagenbuch <[email protected]> wrote: >> chagenbu Thu May 1 20:31:27 2008 UTC >> >> Modified files: >> /pear/Net_Socket package.xml >> Log: >> specify the version of the PHP license that this package was >> released under >> >> >> >> http://cvs.php.net/viewvc.cgi/pear/Net_Socket/package.xml?r1=1.21&r2=1.22&diff_format=u >> Index: pear/Net_Socket/package.xml >> diff -u pear/Net_Socket/package.xml:1.21 pear/Net_Socket/package.xml:1.22 >> --- pear/Net_Socket/package.xml:1.21 Mon Jan 21 19:25:28 2008 >> +++ pear/Net_Socket/package.xml Thu May 1 20:31:27 2008 >> @@ -37,7 +37,7 @@ >> <release>stable</release> >> <api>stable</api> >> </stability> >> - <license uri="http://www.php.net/license">PHP License</license> >> + <license uri="http://www.php.net/license/2_02.txt">PHP License</license> > > Is it really 2.02? Not 3.01? According to the source code: http://cvs.php.net/viewvc.cgi/pear/Net_Socket/Socket.php?view=markup -chuck