Skip to content

Commit 4f1c15b

Browse files
authored
Merge pull request #643 from Geolim4/master
Fixed wrong copyright annotation in some file headers
2 parents d201eb9 + 19a8848 commit 4f1c15b

File tree

27 files changed

+315
-108
lines changed

27 files changed

+315
-108
lines changed

lib/Phpfastcache/Config/ConfigurationOption.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
1415
declare(strict_types=1);
1516

1617
namespace Phpfastcache\Config;

lib/Phpfastcache/Drivers/Apc/Config.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: Geolim4
5-
* Date: 12/02/2018
6-
* Time: 23:10
3+
*
4+
* This file is part of phpFastCache.
5+
*
6+
* @license MIT License (MIT)
7+
*
8+
* For full copyright and license information, please see the docs/CREDITS.txt file.
9+
*
10+
* @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
*
713
*/
814

15+
declare(strict_types=1);
16+
917
namespace Phpfastcache\Drivers\Apc;
1018

1119
use Phpfastcache\Config\ConfigurationOption;

lib/Phpfastcache/Drivers/Apcu/Config.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: Geolim4
5-
* Date: 12/02/2018
6-
* Time: 23:10
3+
*
4+
* This file is part of phpFastCache.
5+
*
6+
* @license MIT License (MIT)
7+
*
8+
* For full copyright and license information, please see the docs/CREDITS.txt file.
9+
*
10+
* @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
*
713
*/
814

15+
declare(strict_types=1);
16+
917
namespace Phpfastcache\Drivers\Apcu;
1018

1119
use Phpfastcache\Config\ConfigurationOption;

lib/Phpfastcache/Drivers/Cassandra/Config.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: Geolim4
5-
* Date: 12/02/2018
6-
* Time: 23:10
3+
*
4+
* This file is part of phpFastCache.
5+
*
6+
* @license MIT License (MIT)
7+
*
8+
* For full copyright and license information, please see the docs/CREDITS.txt file.
9+
*
10+
* @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
*
713
*/
814

15+
declare(strict_types=1);
16+
917
namespace Phpfastcache\Drivers\Cassandra;
1018

1119
use Phpfastcache\Config\ConfigurationOption;

lib/Phpfastcache/Drivers/Cookie/Config.php

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: Geolim4
5-
* Date: 12/02/2018
6-
* Time: 23:10
3+
*
4+
* This file is part of phpFastCache.
5+
*
6+
* @license MIT License (MIT)
7+
*
8+
* For full copyright and license information, please see the docs/CREDITS.txt file.
9+
*
10+
* @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
*
713
*/
14+
declare(strict_types=1);
815

916
namespace Phpfastcache\Drivers\Cookie;
1017

lib/Phpfastcache/Drivers/Couchbase/Config.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: Geolim4
5-
* Date: 12/02/2018
6-
* Time: 23:10
3+
*
4+
* This file is part of phpFastCache.
5+
*
6+
* @license MIT License (MIT)
7+
*
8+
* For full copyright and license information, please see the docs/CREDITS.txt file.
9+
*
10+
* @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
*
713
*/
814

15+
declare(strict_types=1);
16+
917
namespace Phpfastcache\Drivers\Couchbase;
1018

1119
use Phpfastcache\Config\ConfigurationOption;

lib/Phpfastcache/Drivers/Couchdb/Config.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: Geolim4
5-
* Date: 12/02/2018
6-
* Time: 23:10
3+
*
4+
* This file is part of phpFastCache.
5+
*
6+
* @license MIT License (MIT)
7+
*
8+
* For full copyright and license information, please see the docs/CREDITS.txt file.
9+
*
10+
* @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
*
713
*/
814

15+
declare(strict_types=1);
16+
917
namespace Phpfastcache\Drivers\Couchdb;
1018

1119
use Phpfastcache\Config\ConfigurationOption;

lib/Phpfastcache/Drivers/Devfalse/Config.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: Geolim4
5-
* Date: 12/02/2018
6-
* Time: 23:10
3+
*
4+
* This file is part of phpFastCache.
5+
*
6+
* @license MIT License (MIT)
7+
*
8+
* For full copyright and license information, please see the docs/CREDITS.txt file.
9+
*
10+
* @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
*
713
*/
814

15+
declare(strict_types=1);
16+
917
namespace Phpfastcache\Drivers\Devfalse;
1018

1119
use Phpfastcache\Config\ConfigurationOption;

lib/Phpfastcache/Drivers/Devnull/Config.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: Geolim4
5-
* Date: 12/02/2018
6-
* Time: 23:10
3+
*
4+
* This file is part of phpFastCache.
5+
*
6+
* @license MIT License (MIT)
7+
*
8+
* For full copyright and license information, please see the docs/CREDITS.txt file.
9+
*
10+
* @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
*
713
*/
814

15+
declare(strict_types=1);
16+
917
namespace Phpfastcache\Drivers\Devnull;
1018

1119
use Phpfastcache\Config\ConfigurationOption;

lib/Phpfastcache/Drivers/Devtrue/Config.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: Geolim4
5-
* Date: 12/02/2018
6-
* Time: 23:10
3+
*
4+
* This file is part of phpFastCache.
5+
*
6+
* @license MIT License (MIT)
7+
*
8+
* For full copyright and license information, please see the docs/CREDITS.txt file.
9+
*
10+
* @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
*
713
*/
814

15+
declare(strict_types=1);
16+
917
namespace Phpfastcache\Drivers\Devtrue;
1018

1119
use Phpfastcache\Config\ConfigurationOption;

0 commit comments

Comments
 (0)