[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <?php 2 // 3 // SOFTWARE NAME: eZ publish 4 // SOFTWARE RELEASE: 3.9.0 5 // BUILD VERSION: 17785 6 // COPYRIGHT NOTICE: Copyright (C) 1999-2006 eZ systems AS 7 // SOFTWARE LICENSE: GNU General Public License v2.0 8 // NOTICE: > 9 // This program is free software; you can redistribute it and/or 10 // modify it under the terms of version 2.0 of the GNU General 11 // Public License as published by the Free Software Foundation. 12 // 13 // This program 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 16 // GNU General Public License for more details. 17 // 18 // You should have received a copy of version 2.0 of the GNU General 19 // Public License along with this program; if not, write to the Free 20 // Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 // MA 02110-1301, USA. 22 // 23 // 24 25 class ezodfInfo 26 { 27 function info() 28 { 29 return array( 'Name' => "eZ OpenOffice.org extension", 30 'Version' => "2.0.1", 31 'Copyright' => "Copyright (C) 1999-2006 eZ systems AS", 32 'License' => "GNU General Public License v2.0", 33 'Includes the following third-party software' => array( 'Name' => 'PhpConcept Library - Zip Module', 34 'Version' => '2.4', 35 'License' => 'GNU/LGPL - Vincent Blavet - November 2004', 36 'For more information' => 'http://www.phpconcept.net' ) 37 ); 38 } 39 } 40 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |