* adjust license.

This commit is contained in:
zhujinyong
2013-01-09 06:39:56 +00:00
parent ae9da000b1
commit 5b45e00639
2 changed files with 17 additions and 12 deletions

View File

@@ -1,18 +1,13 @@
<?php <?php
/** /**
* The date class file of ZenTaoPHP framework. * The date library of zentaopms.
* *
* The author disclaims copyright to this source code. In place of * @copyright Copyright 2009-2013 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* a legal notice, here is a blessing: * @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* * @author Chunsheng Wang <chunsheng@cnezsoft.com>
* May you do good and not evil. * @package Date
* May you find forgiveness for yourself and forgive others. * @version $Id: date.class.php 2605 2013-01-09 07:22:58Z wwccss $
* May you share freely, never taking more than you give. * @link http://www.zentao.net
*/
/**
* Date class.
*
* @package framework
*/ */
class date class date
{ {

View File

@@ -1,4 +1,14 @@
<?php <?php
/**
* The zfile library of zentaopms.
*
* @copyright Copyright 2009-2012 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package Zfile
* @version $Id: zfile.class.php 2605 2013-01-09 07:22:58Z wwccss $
* @link http://www.zentao.net
*/
class zfile class zfile
{ {
/** /**