This repository was archived by the owner on Jan 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 15
15
* @category Zend
16
16
* @package Zend_File
17
17
* @subpackage Exception
18
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
19
19
* @license http://framework.zend.com/license/new-bsd New BSD License
20
20
*/
21
21
Original file line number Diff line number Diff line change 15
15
* @category Zend
16
16
* @package Zend_File
17
17
* @subpackage Exception
18
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
19
19
* @license http://framework.zend.com/license/new-bsd New BSD License
20
20
*/
21
21
Original file line number Diff line number Diff line change 14
14
*
15
15
* @category Zend
16
16
* @package Zend_File_Transfer
17
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
17
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
18
18
* @license http://framework.zend.com/license/new-bsd New BSD License
19
19
*/
20
20
43
43
* @todo Rewrite
44
44
* @category Zend
45
45
* @package Zend_File_Transfer
46
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
46
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
47
47
* @license http://framework.zend.com/license/new-bsd New BSD License
48
48
*/
49
49
abstract class AbstractAdapter
Original file line number Diff line number Diff line change 14
14
*
15
15
* @category Zend
16
16
* @package Zend_File_Transfer
17
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
17
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
18
18
* @license http://framework.zend.com/license/new-bsd New BSD License
19
19
*/
20
20
35
35
* @uses \Zend\ProgressBar\ProgressBar
36
36
* @category Zend
37
37
* @package Zend_File_Transfer
38
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
38
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
39
39
* @license http://framework.zend.com/license/new-bsd New BSD License
40
40
*/
41
41
class Http extends AbstractAdapter
Original file line number Diff line number Diff line change 14
14
*
15
15
* @category Zend
16
16
* @package Zend_File_Transfer
17
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
17
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
18
18
* @license http://framework.zend.com/license/new-bsd New BSD License
19
19
*/
20
20
28
28
*
29
29
* @category Zend
30
30
* @package Zend_File_Transfer
31
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
31
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
32
32
* @license http://framework.zend.com/license/new-bsd New BSD License
33
33
*/
34
34
interface Exception
Original file line number Diff line number Diff line change 3
3
namespace Zend \File \Transfer \Exception ;
4
4
5
5
class PhpEnvironmentException
6
- extends \PhpEnvironmentException
6
+ extends \RuntimeException
7
7
implements \Zend \File \Transfer \Exception
8
8
{}
Original file line number Diff line number Diff line change 14
14
*
15
15
* @category Zend
16
16
* @package Zend_File_Transfer
17
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
17
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
18
18
* @license http://framework.zend.com/license/new-bsd New BSD License
19
19
*/
20
20
30
30
* @uses \Zend\Loader
31
31
* @category Zend
32
32
* @package Zend_File_Transfer
33
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
33
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
34
34
* @license http://framework.zend.com/license/new-bsd New BSD License
35
35
*/
36
36
class Transfer
Original file line number Diff line number Diff line change 15
15
* @category Zend
16
16
* @package Zend_File
17
17
* @subpackage UnitTests
18
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
19
19
* @license http://framework.zend.com/license/new-bsd New BSD License
20
20
*/
21
21
30
30
* @category Zend
31
31
* @package Zend_File
32
32
* @subpackage UnitTests
33
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
33
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
34
34
* @license http://framework.zend.com/license/new-bsd New BSD License
35
35
* @group Zend_File
36
36
*/
Original file line number Diff line number Diff line change 15
15
* @category Zend
16
16
* @package Zend_Loader
17
17
* @subpackage Exception
18
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
19
19
* @license http://framework.zend.com/license/new-bsd New BSD License
20
20
*/
21
21
24
24
/**
25
25
* @package Zend_Loader
26
26
* @subpackage Exception
27
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
27
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
28
28
* @license http://framework.zend.com/license/new-bsd New BSD License
29
29
*/
30
30
interface LocatorShouldFindThis
Original file line number Diff line number Diff line change 15
15
* @category Zend
16
16
* @package Zend_File
17
17
* @subpackage UnitTests
18
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
19
19
* @license http://framework.zend.com/license/new-bsd New BSD License
20
20
*/
21
21
36
36
* @category Zend
37
37
* @package Zend_File
38
38
* @subpackage UnitTests
39
- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
39
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
40
40
* @license http://framework.zend.com/license/new-bsd New BSD License
41
41
* @group Zend_File
42
42
*/
You can’t perform that action at this time.
0 commit comments