| 3 | | // |
| 4 | | // +------------------------------------------------------------------------+ |
| 5 | | // | PHP Version 4 | |
| 6 | | // +------------------------------------------------------------------------+ |
| 7 | | // | Copyright (c) 1997-2003 The PHP Group | |
| 8 | | // +------------------------------------------------------------------------+ |
| 9 | | // | This source file is subject to version 2.02 of the PHP license, | |
| 10 | | // | that is bundled with this package in the file LICENSE, and is | |
| 11 | | // | available at through the world-wide-web at | |
| 12 | | // | http://www.php.net/license/2_02.txt. | |
| 13 | | // | If you did not receive a copy of the PHP license and are unable to | |
| 14 | | // | obtain it through the world-wide-web, please send a note to | |
| 15 | | // | license@php.net so we can mail you a copy immediately. | |
| 16 | | // +------------------------------------------------------------------------+ |
| 17 | | // | Authors | |
| 18 | | // | Justin Jones <j.nagash@gmail.com> | |
| 19 | | // | Markus Tacker <m@tacker.org> | |
| 20 | | // +------------------------------------------------------------------------+ |
| 21 | | // |
| | 3 | // +----------------------------------------------------------------------+ |
| | 4 | // | Decode and Encode data in Bittorrent format | |
| | 5 | // +----------------------------------------------------------------------+ |
| | 6 | // | Copyright (C) 2004-2005 | |
| | 7 | // | Justin Jones <j.nagash@gmail.com> | |
| | 8 | // | Markus Tacker <m@tacker.org> | |
| | 9 | // +----------------------------------------------------------------------+ |
| | 10 | // | This library is free software; you can redistribute it and/or | |
| | 11 | // | modify it under the terms of the GNU Lesser General Public | |
| | 12 | // | License as published by the Free Software Foundation; either | |
| | 13 | // | version 2.1 of the License, or (at your option) any later version. | |
| | 14 | // | | |
| | 15 | // | This library is distributed in the hope that it will be useful, | |
| | 16 | // | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| | 17 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
| | 18 | // | Lesser General Public License for more details. | |
| | 19 | // | | |
| | 20 | // | You should have received a copy of the GNU Lesser General Public | |
| | 21 | // | License along with this library; if not, write to the | |
| | 22 | // | Free Software Foundation, Inc. | |
| | 23 | // | 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
| | 24 | // +----------------------------------------------------------------------+ |