Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 7aecbff

Browse files
committed
Merge pull request zendframework#483 from akrabat/2015
Update copyright to 2015
2 parents a18cff7 + d58c384 commit 7aecbff

File tree

4,317 files changed

+8506
-8506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,317 files changed

+8506
-8506
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2014, Zend Technologies USA, Inc.
1+
Copyright (c) 2005-2015, Zend Technologies USA, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

bin/classmap_generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @category Zend
1616
* @package Zend_Loader
1717
* @subpackage Exception
18-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
1919
* @license http://framework.zend.com/license/new-bsd New BSD License
2020
*/
2121

bin/zf.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ REM obtain it through the world-wide-web, please send an email
1212
REM to [email protected] so we can send you a copy immediately.
1313
REM
1414
REM Zend
15-
REM Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
15+
REM Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
1616
REM http://framework.zend.com/license/new-bsd New BSD License
1717

1818

bin/zf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @category Zend
1616
* @package Zend_Tool
1717
* @subpackage Framework
18-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
1919
* @license http://framework.zend.com/license/new-bsd New BSD License
2020
* @version $Id$
2121
*/
@@ -26,7 +26,7 @@
2626
* @category Zend
2727
* @package Zend_Tool
2828
* @subpackage Framework
29-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
29+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
3232
class ZF

bin/zf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# to [email protected] so we can send you a copy immediately.
1515
#
1616
# Zend
17-
# Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
17+
# Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
1818
# http://framework.zend.com/license/new-bsd New BSD License
1919
#############################################################################
2020

demos/Zend/Cloud/cloudexp/application/Bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
* @category Zend
1616
* @package Zend_Cloud
1717
* @subpackage examples
18-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
1919
* @license http://framework.zend.com/license/new-bsd New BSD License
2020
*/
2121

2222
/**
2323
* @category Zend
2424
* @package Zend_Cloud
2525
* @subpackage examples
26-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
2727
* @license http://framework.zend.com/license/new-bsd New BSD License
2828
*/
2929
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap

demos/Zend/Cloud/cloudexp/application/controllers/DocumentController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
* @category Zend
1616
* @package Zend_Cloud
1717
* @subpackage examples
18-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
1919
* @license http://framework.zend.com/license/new-bsd New BSD License
2020
*/
2121

2222
/**
2323
* @category Zend
2424
* @package Zend_Cloud
2525
* @subpackage examples
26-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
2727
* @license http://framework.zend.com/license/new-bsd New BSD License
2828
*/
2929
class DocumentController extends Zend_Controller_Action

demos/Zend/Cloud/cloudexp/application/controllers/ErrorController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
* @category Zend
1616
* @package Zend_Cloud
1717
* @subpackage examples
18-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
1919
* @license http://framework.zend.com/license/new-bsd New BSD License
2020
*/
2121

2222
/**
2323
* @category Zend
2424
* @package Zend_Cloud
2525
* @subpackage examples
26-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
2727
* @license http://framework.zend.com/license/new-bsd New BSD License
2828
*/
2929
class ErrorController extends Zend_Controller_Action

demos/Zend/Cloud/cloudexp/application/controllers/IndexController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
* @category Zend
1616
* @package Zend_Cloud
1717
* @subpackage examples
18-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
1919
* @license http://framework.zend.com/license/new-bsd New BSD License
2020
*/
2121

2222
/**
2323
* @category Zend
2424
* @package Zend_Cloud
2525
* @subpackage examples
26-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
2727
* @license http://framework.zend.com/license/new-bsd New BSD License
2828
*/
2929
class IndexController extends Zend_Controller_Action

demos/Zend/Cloud/cloudexp/application/controllers/QueueController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
* @category Zend
1616
* @package Zend_Cloud
1717
* @subpackage examples
18-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
18+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
1919
* @license http://framework.zend.com/license/new-bsd New BSD License
2020
*/
2121

2222
/**
2323
* @category Zend
2424
* @package Zend_Cloud
2525
* @subpackage examples
26-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
26+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
2727
* @license http://framework.zend.com/license/new-bsd New BSD License
2828
*/
2929
class QueueController extends Zend_Controller_Action

0 commit comments

Comments
 (0)