Changeset 42 for trunk/package.xml

Show
Ignore:
Timestamp:
26.08.2005 10:02:17 (3 years ago)
Author:
m
Message:

Changed license to LGPL. Added Justin as developer. Closes #8.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/package.xml

    r39 r42  
     1<!-- 
     2 
     3    // +----------------------------------------------------------------------+ 
     4    // | Decode and Encode data in Bittorrent format                          | 
     5    // +----------------------------------------------------------------------+ 
     6    // | Copyright (C) 2004-2005 Markus Tacker <m@tacker.org>                 | 
     7    // +----------------------------------------------------------------------+ 
     8    // | This library is free software; you can redistribute it and/or        | 
     9    // | modify it under the terms of the GNU Lesser General Public           | 
     10    // | License as published by the Free Software Foundation; either         | 
     11    // | version 2.1 of the License, or (at your option) any later version.   | 
     12    // |                                                                      | 
     13    // | This library is distributed in the hope that it will be useful,      | 
     14    // | but WITHOUT ANY WARRANTY; without even the implied warranty of       | 
     15    // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU    | 
     16    // | Lesser General Public License for more details.                      | 
     17    // |                                                                      | 
     18    // | You should have received a copy of the GNU Lesser General Public     | 
     19    // | License along with this library; if not, write to the                | 
     20    // | Free Software Foundation, Inc.                                       | 
     21    // | 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA               | 
     22    // +----------------------------------------------------------------------+ 
     23 
     24    Pear Package XML Version 1 
     25    @version: $Id$ 
     26    @autorh: Markus Tacker <m@tacker.org> 
     27    @package File_Bittorrent 
     28    @category File 
     29 
     30--> 
    131<?xml version="1.0" encoding="ISO-8859-1" ?> 
    232<package version="1.0"> 
     
    535    <description>This package consists of three classes which handles the encoding and decoding of data in Bittorrent format. 
    636    You can also extract useful informations from .torrent files, create .torrent files and query the torrent's scrape page to get its statistics.</description> 
    7     <license>PHP License</license> 
     37    <license>LGPL</license> 
    838    <maintainers> 
    939        <maintainer> 
     
    1343            <role>lead</role> 
    1444        </maintainer> 
     45        <maintainer> 
     46            <user>nagash</user> 
     47            <name>Justin Jones</name> 
     48            <email>j.nagash@gmail.com</email> 
     49            <role>developer</role> 
     50        </maintainer> 
    1551    </maintainers> 
    1652    <deps> 
     
    1854    </deps> 
    1955    <release> 
    20         <version>1.0.0RC2</version> 
     56        <version>1.0.0RC3</version> 
    2157        <state>beta</state> 
    22         <date>2005-07-25</date> 
    23         <notes>Added querying of the tracker to decoder. Fixed a bug where only the first level of the path was displayed with File_Bittorrent::decodeFile().</notes> 
     58        <date>TBA</date> 
     59        <notes>Changed license from PHP to LGPL. A warm welcome to Justin as new developer.</notes> 
    2460        <filelist> 
    2561            <file role="php">File/Bittorrent/Encode.php</file> 
     
    100136            <notes>Added querying of the tracker to decoder. Fixed a bug where only the first level of the path was displayed with File_Bittorrent::decodeFile().</notes> 
    101137        </release> 
     138        <release> 
     139            <version>1.0.0RC3</version> 
     140            <state>beta</state> 
     141            <date>TBA</date> 
     142            <notes>Changed license from PHP to LGPL. A warm welcome to Justin (handle: nagash) as new developer.</notes> 
     143        </release> 
    102144    </changelog> 
    103145</package>