* 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
/**
* The date class file of ZenTaoPHP framework.
* The date library of zentaopms.
*
* The author disclaims copyright to this source code. In place of
* a legal notice, here is a blessing:
*
* May you do good and not evil.
* May you find forgiveness for yourself and forgive others.
* May you share freely, never taking more than you give.
*/
/**
* Date class.
*
* @package framework
* @copyright Copyright 2009-2013 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 Date
* @version $Id: date.class.php 2605 2013-01-09 07:22:58Z wwccss $
* @link http://www.zentao.net
*/
class date
{

View File

@@ -1,4 +1,14 @@
<?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
{
/**