Skip to content

Commit 4468520

Browse files
committed
bumped copyright and website link
1 parent 52089d1 commit 4468520

282 files changed

Lines changed: 545 additions & 545 deletions

File tree

Some content is hidden

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

base.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @version 1.9-dev
77
* @author Fuel Development Team
88
* @license MIT License
9-
* @copyright 2010 - 2018 Fuel Development Team
10-
* @link http://fuelphp.com
9+
* @copyright 2010 - 2019 Fuel Development Team
10+
* @link https://fuelphp.com
1111
*/
1212

1313
// load PHP 5.6+ specific code

base56.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @version 1.9-dev
77
* @author Fuel Development Team
88
* @license MIT License
9-
* @copyright 2010 - 2018 Fuel Development Team
10-
* @link http://fuelphp.com
9+
* @copyright 2010 - 2019 Fuel Development Team
10+
* @link https://fuelphp.com
1111
*/
1212

1313
/**

bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @version 1.9-dev
77
* @author Fuel Development Team
88
* @license MIT License
9-
* @copyright 2010 - 2018 Fuel Development Team
10-
* @link http://fuelphp.com
9+
* @copyright 2010 - 2019 Fuel Development Team
10+
* @link https://fuelphp.com
1111
*/
1212

1313
define('DS', DIRECTORY_SEPARATOR);

bootstrap_phpunit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @version 1.9-dev
77
* @author Fuel Development Team
88
* @license MIT License
9-
* @copyright 2010 - 2018 Fuel Development Team
10-
* @link http://fuelphp.com
9+
* @copyright 2010 - 2019 Fuel Development Team
10+
* @link https://fuelphp.com
1111
*/
1212

1313
/**

classes/agent.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @version 1.9-dev
77
* @author Fuel Development Team
88
* @license MIT License
9-
* @copyright 2010 - 2018 Fuel Development Team
10-
* @link http://fuelphp.com
9+
* @copyright 2010 - 2019 Fuel Development Team
10+
* @link https://fuelphp.com
1111
*/
1212

1313
namespace Fuel\Core;
@@ -452,7 +452,7 @@ protected static function parse_browscap()
452452
curl_setopt($curl, CURLOPT_MAXREDIRS, 5);
453453
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
454454
curl_setopt($curl, CURLOPT_HEADER, 0);
455-
curl_setopt($curl, CURLOPT_USERAGENT, 'Fuel PHP framework - Agent class (http://fuelphp.com)');
455+
curl_setopt($curl, CURLOPT_USERAGENT, 'Fuel PHP framework - Agent class (https://fuelphp.com)');
456456
curl_setopt($curl, CURLOPT_URL, static::$config['browscap']['url']);
457457

458458
// add a proxy configuration if needed
@@ -512,7 +512,7 @@ protected static function parse_browscap()
512512

513513
case 'wrapper':
514514
// set our custom user agent
515-
ini_set('user_agent', 'Fuel PHP framework - Agent class (http://fuelphp.com)');
515+
ini_set('user_agent', 'Fuel PHP framework - Agent class (https://fuelphp.com)');
516516

517517
// create a stream context if needed
518518
$context = null;

classes/arr.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @version 1.9-dev
77
* @author Fuel Development Team
88
* @license MIT License
9-
* @copyright 2010 - 2018 Fuel Development Team
10-
* @link http://fuelphp.com
9+
* @copyright 2010 - 2019 Fuel Development Team
10+
* @link https://fuelphp.com
1111
*/
1212

1313
namespace Fuel\Core;

classes/asset.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @version 1.9-dev
77
* @author Fuel Development Team
88
* @license MIT License
9-
* @copyright 2010 - 2018 Fuel Development Team
10-
* @link http://fuelphp.com
9+
* @copyright 2010 - 2019 Fuel Development Team
10+
* @link https://fuelphp.com
1111
*/
1212

1313
namespace Fuel\Core;

classes/asset/instance.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @version 1.9-dev
77
* @author Fuel Development Team
88
* @license MIT License
9-
* @copyright 2010 - 2018 Fuel Development Team
10-
* @link http://fuelphp.com
9+
* @copyright 2010 - 2019 Fuel Development Team
10+
* @link https://fuelphp.com
1111
*/
1212

1313
namespace Fuel\Core;

classes/autoloader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @version 1.9-dev
77
* @author Fuel Development Team
88
* @license MIT License
9-
* @copyright 2010 - 2018 Fuel Development Team
10-
* @link http://fuelphp.com
9+
* @copyright 2010 - 2019 Fuel Development Team
10+
* @link https://fuelphp.com
1111
*/
1212

1313
namespace Fuel\Core;

classes/cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @version 1.9-dev
77
* @author Fuel Development Team
88
* @license MIT License
9-
* @copyright 2010 - 2018 Fuel Development Team
10-
* @link http://fuelphp.com
9+
* @copyright 2010 - 2019 Fuel Development Team
10+
* @link https://fuelphp.com
1111
*/
1212

1313
namespace Fuel\Core;

0 commit comments

Comments
 (0)