diff options
author | knut <> | 2008-07-30 02:07:13 +0000 |
---|---|---|
committer | knut <> | 2008-07-30 02:07:13 +0000 |
commit | e69594d31e5968cb3663cb6748bf1682cd914b5a (patch) | |
tree | 0721e05e104e59dc8fd6e624461bff0e2e07d090 /framework/Web/Services | |
parent | 411fbb72f5a4c72e43af08ee403c79c73eb4b53f (diff) |
updated copyright
Diffstat (limited to 'framework/Web/Services')
-rw-r--r-- | framework/Web/Services/TFeedService.php | 4 | ||||
-rw-r--r-- | framework/Web/Services/TJsonService.php | 4 | ||||
-rw-r--r-- | framework/Web/Services/TPageService.php | 4 | ||||
-rw-r--r-- | framework/Web/Services/TSoapService.php | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/framework/Web/Services/TFeedService.php b/framework/Web/Services/TFeedService.php index af3b44bd..fea39290 100644 --- a/framework/Web/Services/TFeedService.php +++ b/framework/Web/Services/TFeedService.php @@ -5,7 +5,7 @@ * @author Qiang Xue <qiang.xue@gmail.com>
* @author Knut Urdalen <knut.urdalen@gmail.com>
* @link http://www.pradosoft.com
- * @copyright Copyright © 2006-2007 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Web.Services
@@ -143,4 +143,4 @@ interface IFeedContentProvider public function getContentType();
}
-?>
\ No newline at end of file +?> diff --git a/framework/Web/Services/TJsonService.php b/framework/Web/Services/TJsonService.php index ee5338c8..16c3a0bc 100644 --- a/framework/Web/Services/TJsonService.php +++ b/framework/Web/Services/TJsonService.php @@ -4,7 +4,7 @@ *
* @author Wei Zhuo <weizhuo[at]gamil[dot]com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2006 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Web.Services
@@ -168,4 +168,4 @@ abstract class TJsonResponse extends TApplicationComponent abstract public function getJsonContent();
}
-?>
\ No newline at end of file +?> diff --git a/framework/Web/Services/TPageService.php b/framework/Web/Services/TPageService.php index 568e9a40..1901e7b9 100644 --- a/framework/Web/Services/TPageService.php +++ b/framework/Web/Services/TPageService.php @@ -4,7 +4,7 @@ *
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Web.Services
@@ -723,4 +723,4 @@ class TPageConfiguration extends TComponent }
}
-?>
\ No newline at end of file +?> diff --git a/framework/Web/Services/TSoapService.php b/framework/Web/Services/TSoapService.php index e2f91df2..24f95a35 100644 --- a/framework/Web/Services/TSoapService.php +++ b/framework/Web/Services/TSoapService.php @@ -5,7 +5,7 @@ * @author Knut Urdalen <knut.urdalen@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com> * @link http://www.pradosoft.com/ - * @copyright Copyright © 2006-2007 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Web.Services @@ -596,4 +596,4 @@ class TSoapServer extends TApplicationComponent } } -?>
\ No newline at end of file +?> |