[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/kernel/ezinfo/ -> copyright.php (source)

   1  <?php
   2  //
   3  // Created on: <17-Apr-2002 11:05:08 amos>
   4  //
   5  // SOFTWARE NAME: eZ publish
   6  // SOFTWARE RELEASE: 3.9.0
   7  // BUILD VERSION: 17785
   8  // COPYRIGHT NOTICE: Copyright (C) 1999-2006 eZ systems AS
   9  // SOFTWARE LICENSE: GNU General Public License v2.0
  10  // NOTICE: >
  11  //   This program is free software; you can redistribute it and/or
  12  //   modify it under the terms of version 2.0  of the GNU General
  13  //   Public License as published by the Free Software Foundation.
  14  //
  15  //   This program 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
  18  //   GNU General Public License for more details.
  19  //
  20  //   You should have received a copy of version 2.0 of the GNU General
  21  //   Public License along with this program; if not, write to the Free
  22  //   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  23  //   MA 02110-1301, USA.
  24  //
  25  //
  26  
  27  $Module =& $Params['Module'];
  28  
  29  $text = "<p>Copyright (C) 1999-2006 eZ systems as. All rights reserved.</p>
  30  
  31  <p>This file may be distributed and/or modified under the terms of the
  32  \"GNU General Public License\" version 2 as published by the Free
  33  Software Foundation and appearing in the file LICENSE included in
  34  the packaging of this file.</p>
  35  
  36  <p>Licencees holding a valid \"eZ publish professional licence\" version 2
  37  may use this file in accordance with the \"eZ publish professional licence\"
  38  version 2 Agreement provided with the Software.</p>
  39  
  40  <p>This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING
  41  THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  42  PURPOSE.</p>
  43  
  44  <p>The \"eZ publish professional licence\" version 2 is available at
  45  <a href=\"http://ez.no/ez_publish/licences/professional/\">http://ez.no/ez_publish/licences/professional/</a> and in the file
  46  PROFESSIONAL_LICENCE included in the packaging of this file.
  47  For pricing of this licence please contact us via e-mail to licence@ez.no.
  48  Further contact information is available at <a href=\"http://ez.no/company/contact/\">http://ez.no/company/contact/</a>.</p>
  49  
  50  <p>The \"GNU General Public License\" (GPL) is available at
  51  <a href=\"http://www.gnu.org/copyleft/gpl.html\">http://www.gnu.org/copyleft/gpl.html</a>.</p>
  52  
  53  <p>Contact eZ system if any conditions of this licencing isn't clear to you.</p>";
  54  
  55  $Result = array();
  56  $Result['content'] = $text;
  57  $Result['path'] = array( array( 'url' => false,
  58                                  'text' => ezi18n( 'kernel/ezinfo', 'Info' ) ),
  59                           array( 'url' => false,
  60                                  'text' => ezi18n( 'kernel/ezinfo', 'Copyright' ) ) );
  61  
  62  ?>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7