cvs: pear /PEAR_PackageUpdate_Web/examples ppuWebExample1.php ppuWebExample2.php ppuWebExample3.php
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsfarell1209586087@cvsserver> |
farell Wed Apr 30 20:08:07 2008 UTC
Modified files:
/pear/PEAR_PackageUpdate_Web/examples ppuWebExample1.php
ppuWebExample2.php
ppuWebExample3.php
Log:
copyright bumped to 2008
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate_Web/examples/ppuWebExample1.php?r1=1.3&r2=1.4&diff_format=u
Index: pear/PEAR_PackageUpdate_Web/examples/ppuWebExample1.php
diff -u pear/PEAR_PackageUpdate_Web/examples/ppuWebExample1.php:1.3 pear/PEAR_PackageUpdate_Web/examples/ppuWebExample1.php:1.4
--- pear/PEAR_PackageUpdate_Web/examples/ppuWebExample1.php:1.3 Sun Nov 25 22:18:14 2007
+++ pear/PEAR_PackageUpdate_Web/examples/ppuWebExample1.php Wed Apr 30 20:08:07 2008
@@ -8,9 +8,9 @@
* @category PEAR
* @package PEAR_PackageUpdate_Web
* @author Laurent Laville <[email protected]>
- * @copyright 2006-2007 Laurent Laville
+ * @copyright 2006-2008 Laurent Laville
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: ppuWebExample1.php,v 1.3 2007/11/25 22:18:14 farell Exp $
+ * @version CVS: $Id: ppuWebExample1.php,v 1.4 2008/04/30 20:08:07 farell Exp $
* @link http://pear.php.net/package/PEAR_PackageUpdate_Web
* @ignore
*/
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate_Web/examples/ppuWebExample2.php?r1=1.4&r2=1.5&diff_format=u
Index: pear/PEAR_PackageUpdate_Web/examples/ppuWebExample2.php
diff -u pear/PEAR_PackageUpdate_Web/examples/ppuWebExample2.php:1.4 pear/PEAR_PackageUpdate_Web/examples/ppuWebExample2.php:1.5
--- pear/PEAR_PackageUpdate_Web/examples/ppuWebExample2.php:1.4 Sun Nov 25 22:18:14 2007
+++ pear/PEAR_PackageUpdate_Web/examples/ppuWebExample2.php Wed Apr 30 20:08:07 2008
@@ -8,9 +8,9 @@
* @category PEAR
* @package PEAR_PackageUpdate_Web
* @author Laurent Laville <[email protected]>
- * @copyright 2006-2007 Laurent Laville
+ * @copyright 2006-2008 Laurent Laville
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: ppuWebExample2.php,v 1.4 2007/11/25 22:18:14 farell Exp $
+ * @version CVS: $Id: ppuWebExample2.php,v 1.5 2008/04/30 20:08:07 farell Exp $
* @link http://pear.php.net/package/PEAR_PackageUpdate_Web
* @ignore
*/
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate_Web/examples/ppuWebExample3.php?r1=1.3&r2=1.4&diff_format=u
Index: pear/PEAR_PackageUpdate_Web/examples/ppuWebExample3.php
diff -u pear/PEAR_PackageUpdate_Web/examples/ppuWebExample3.php:1.3 pear/PEAR_PackageUpdate_Web/examples/ppuWebExample3.php:1.4
--- pear/PEAR_PackageUpdate_Web/examples/ppuWebExample3.php:1.3 Sun Nov 25 22:18:14 2007
+++ pear/PEAR_PackageUpdate_Web/examples/ppuWebExample3.php Wed Apr 30 20:08:07 2008
@@ -8,13 +8,14 @@
* @category PEAR
* @package PEAR_PackageUpdate_Web
* @author Laurent Laville <[email protected]>
- * @copyright 2006-2007 Laurent Laville
+ * @copyright 2006-2008 Laurent Laville
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: ppuWebExample3.php,v 1.3 2007/11/25 22:18:14 farell Exp $
+ * @version CVS: $Id: ppuWebExample3.php,v 1.4 2008/04/30 20:08:07 farell Exp $
* @link http://pear.php.net/package/PEAR_PackageUpdate_Web
* @ignore
*/
+require_once 'PEAR/PackageUpdate.php';
require_once 'PEAR/PackageUpdate/Web.php';
/**