Skip to content

Commit f5cb575

Browse files
committed
#1325 - Update header dockblock license
1 parent 0d810c6 commit f5cb575

File tree

4 files changed

+32
-70
lines changed

4 files changed

+32
-70
lines changed

templates/.htrouter.php

+8-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
<?php
22

3-
/*
4-
+------------------------------------------------------------------------+
5-
| Phalcon Developer Tools |
6-
+------------------------------------------------------------------------+
7-
| Copyright (c) 2011-2016 Phalcon Team (https://www.phalconphp.com) |
8-
+------------------------------------------------------------------------+
9-
| This source file is subject to the New BSD License that is bundled |
10-
| with this package in the file LICENSE.txt. |
11-
| |
12-
| If you did not receive a copy of the license and are unable to |
13-
| obtain it through the world-wide-web, please send an email |
14-
| to license@phalconphp.com so we can send you a copy immediately. |
15-
+------------------------------------------------------------------------+
16-
| Authors: Andres Gutierrez <andres@phalconphp.com> |
17-
| Eduar Carvajal <eduar@phalconphp.com> |
18-
| Serghei Iakovlev <serghei@phalconphp.com> |
19-
+------------------------------------------------------------------------+
20-
*/
3+
/**
4+
* This file is part of the Phalcon Developer Tools.
5+
*
6+
* (c) Phalcon Team <team@phalcon.io>
7+
*
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
10+
*/
2111

2212
$uri = urldecode(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
2313

templates/webtools.config.php

+8-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
<?php
22

3-
/*
4-
+------------------------------------------------------------------------+
5-
| Phalcon Developer Tools |
6-
+------------------------------------------------------------------------+
7-
| Copyright (c) 2011-2016 Phalcon Team (https://www.phalconphp.com) |
8-
+------------------------------------------------------------------------+
9-
| This source file is subject to the New BSD License that is bundled |
10-
| with this package in the file LICENSE.txt. |
11-
| |
12-
| If you did not receive a copy of the license and are unable to |
13-
| obtain it through the world-wide-web, please send an email |
14-
| to license@phalconphp.com so we can send you a copy immediately. |
15-
+------------------------------------------------------------------------+
16-
| Authors: Andres Gutierrez <andres@phalconphp.com> |
17-
| Eduar Carvajal <eduar@phalconphp.com> |
18-
| Serghei Iakovlev <serghei@phalconphp.com> |
19-
+------------------------------------------------------------------------+
20-
*/
3+
/**
4+
* This file is part of the Phalcon Developer Tools.
5+
*
6+
* (c) Phalcon Team <team@phalcon.io>
7+
*
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
10+
*/
2111

2212
/**
2313
* @const PTOOLS_IP Allowed IP for access.

tests/_support/helpers.php

+8-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
<?php
22

3-
/*
4-
+------------------------------------------------------------------------+
5-
| Phosphorum |
6-
+------------------------------------------------------------------------+
7-
| Copyright (c) 2013-present Phalcon Team and contributors |
8-
+------------------------------------------------------------------------+
9-
| This source file is subject to the New BSD License that is bundled |
10-
| with this package in the file LICENSE.txt. |
11-
| |
12-
| If you did not receive a copy of the license and are unable to |
13-
| obtain it through the world-wide-web, please send an email |
14-
| to license@phalconphp.com so we can send you a copy immediately. |
15-
+------------------------------------------------------------------------+
16-
*/
17-
18-
use Phalcon\Di;
3+
/**
4+
* This file is part of the Phalcon Developer Tools.
5+
*
6+
* (c) Phalcon Team <team@phalcon.io>
7+
*
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
10+
*/
1911

2012
if (!function_exists('app_path')) {
2113
/**

webtools.php

+8-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
<?php
22

3-
/*
4-
+------------------------------------------------------------------------+
5-
| Phalcon Developer Tools |
6-
+------------------------------------------------------------------------+
7-
| Copyright (c) 2011-2016 Phalcon Team (https://www.phalconphp.com) |
8-
+------------------------------------------------------------------------+
9-
| This source file is subject to the New BSD License that is bundled |
10-
| with this package in the file LICENSE.txt. |
11-
| |
12-
| If you did not receive a copy of the license and are unable to |
13-
| obtain it through the world-wide-web, please send an email |
14-
| to license@phalconphp.com so we can send you a copy immediately. |
15-
+------------------------------------------------------------------------+
16-
| Authors: Andres Gutierrez <andres@phalconphp.com> |
17-
| Eduar Carvajal <eduar@phalconphp.com> |
18-
| Serghei Iakovlev <serghei@phalconphp.com> |
19-
+------------------------------------------------------------------------+
20-
*/
3+
/**
4+
* This file is part of the Phalcon Developer Tools.
5+
*
6+
* (c) Phalcon Team <team@phalcon.io>
7+
*
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
10+
*/
2111

2212
use Phalcon\Bootstrap;
2313

0 commit comments

Comments
 (0)