Skip to content

Commit 242f0c9

Browse files
committed
Added copyright information
1 parent 7e94d11 commit 242f0c9

80 files changed

Lines changed: 554 additions & 8 deletions

Some content is hidden

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

includes/plugin.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
22
/**
3-
* Plugin.
3+
* This file is part of Rapid Cache
44
*
5-
* @since 1.0.0
5+
* @license GPLv3 (See LICENSE.txt for more details)
6+
* @copyright 2020 MegaOptim (https://megaoptim.com)
7+
* @copyright 2016 WP Sharks (https://wpsharks.com/)
68
*/
79

810
namespace MegaOptim\RapidCache;

includes/src/Classes/AbsBase.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* This file is part of Rapid Cache
4+
*
5+
* @license GPLv3 (See LICENSE.txt for more details)
6+
* @copyright 2020 MegaOptim (https://megaoptim.com)
7+
* @copyright 2016 WP Sharks (https://wpsharks.com/)
8+
*/
29
namespace MegaOptim\RapidCache\Classes;
310

411
use MegaOptim\RapidCache\Interfaces;

includes/src/Classes/AbsBaseAp.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* This file is part of Rapid Cache
4+
*
5+
* @license GPLv3 (See LICENSE.txt for more details)
6+
* @copyright 2020 MegaOptim (https://megaoptim.com)
7+
* @copyright 2016 WP Sharks (https://wpsharks.com/)
8+
*/
29
namespace MegaOptim\RapidCache\Classes;
310

411
use MegaOptim\RapidCache\Traits;

includes/src/Classes/Actions.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* This file is part of Rapid Cache
4+
*
5+
* @license GPLv3 (See LICENSE.txt for more details)
6+
* @copyright 2020 MegaOptim (https://megaoptim.com)
7+
* @copyright 2016 WP Sharks (https://wpsharks.com/)
8+
*/
29

310
namespace MegaOptim\RapidCache\Classes;
411

includes/src/Classes/AdvancedCache.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* This file is part of Rapid Cache
4+
*
5+
* @license GPLv3 (See LICENSE.txt for more details)
6+
* @copyright 2020 MegaOptim (https://megaoptim.com)
7+
* @copyright 2016 WP Sharks (https://wpsharks.com/)
8+
*/
29
namespace MegaOptim\RapidCache\Classes;
310

411
use MegaOptim\RapidCache\Traits;

includes/src/Classes/ApiBase.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* This file is part of Rapid Cache
4+
*
5+
* @license GPLv3 (See LICENSE.txt for more details)
6+
* @copyright 2020 MegaOptim (https://megaoptim.com)
7+
* @copyright 2016 WP Sharks (https://wpsharks.com/)
8+
*/
29
namespace MegaOptim\RapidCache\Classes;
310

411
/**

includes/src/Classes/Conflicts.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* This file is part of Rapid Cache
4+
*
5+
* @license GPLv3 (See LICENSE.txt for more details)
6+
* @copyright 2020 MegaOptim (https://megaoptim.com)
7+
* @copyright 2016 WP Sharks (https://wpsharks.com/)
8+
*/
29

310
namespace MegaOptim\RapidCache\Classes;
411

includes/src/Classes/FeedUtils.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* This file is part of Rapid Cache
4+
*
5+
* @license GPLv3 (See LICENSE.txt for more details)
6+
* @copyright 2020 MegaOptim (https://megaoptim.com)
7+
* @copyright 2016 WP Sharks (https://wpsharks.com/)
8+
*/
29
namespace MegaOptim\RapidCache\Classes;
310

411
/**

includes/src/Classes/MenuPage.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* This file is part of Rapid Cache
4+
*
5+
* @license GPLv3 (See LICENSE.txt for more details)
6+
* @copyright 2020 MegaOptim (https://megaoptim.com)
7+
* @copyright 2016 WP Sharks (https://wpsharks.com/)
8+
*/
29
namespace MegaOptim\RapidCache\Classes;
310

411
use MegaOptim\RapidCache\Classes;

includes/src/Classes/MenuPageOptions.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* This file is part of Rapid Cache
4+
*
5+
* @license GPLv3 (See LICENSE.txt for more details)
6+
* @copyright 2020 MegaOptim (https://megaoptim.com)
7+
* @copyright 2016 WP Sharks (https://wpsharks.com/)
8+
*/
29
namespace MegaOptim\RapidCache\Classes;
310

411
/**

0 commit comments

Comments
 (0)