Skip to content

Commit

Permalink
Changed License to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Brookbanks committed Dec 30, 2014
1 parent 518e839 commit 32d736f
Show file tree
Hide file tree
Showing 89 changed files with 708 additions and 374 deletions.
2 changes: 1 addition & 1 deletion admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/

## Don't let anything be cached
Expand Down
2 changes: 1 addition & 1 deletion admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (file_exists('..'.DIRECTORY_SEPARATOR.'admin.php')) {
header('location: ../admin.php', true, 301);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/categories.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('categories', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/customers.email.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('customers', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/customers.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('customers', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/dashboard.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');

Expand Down
2 changes: 1 addition & 1 deletion admin/sources/documents.contact.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('documents', CC_PERM_EDIT, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/documents.email.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('documents', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/documents.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('documents', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/element.navigation.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if(!defined('CC_DS')) die('Access Denied');
$nav_sections = array(
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/filemanager.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('filemanager', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/maintenance.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('maintenance', CC_PERM_EDIT, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/maintenance.sql.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('maintenance', CC_PERM_FULL, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/misc.server-info.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');

Expand Down
2 changes: 1 addition & 1 deletion admin/sources/orders.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('orders', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/orders.transactions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('orders', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/products.assign.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('products', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/products.coupons.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('settings', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/products.export.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');

Expand Down
2 changes: 1 addition & 1 deletion admin/sources/products.import.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('products', CC_PERM_EDIT, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/products.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/

if (!defined('CC_INI_SET')) die('Access Denied');
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/products.manufacturers.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/

if (!defined('CC_INI_SET')) die('Access Denied');
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/products.options.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('products', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/products.optionsets.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('products', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/products.reviews.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/

if (!defined('CC_INI_SET')) die('Access Denied');
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/reports.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('statistics', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.admins.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('users', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.currency.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('settings', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.errorlog.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');

Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.geo.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('settings', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.giftcertificates.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('settings', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.hooks.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('settings', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');

Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.language.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('settings', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.logs.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('settings', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.requestlog.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');

Expand Down
2 changes: 1 addition & 1 deletion admin/sources/settings.tax.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('settings', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/statistics.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
Admin::getInstance()->permissions('statistics', CC_PERM_READ, true);
Expand Down
2 changes: 1 addition & 1 deletion admin/sources/upgrade.index.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
if (!defined('CC_INI_SET')) die('Access Denied');
$page_content = $GLOBALS['smarty']->fetch('templates/upgrade.index.php');
2 changes: 1 addition & 1 deletion classes/acp.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion classes/admin.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion classes/ajax.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion classes/archive.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion classes/autoloader.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ========================================
* Web: http://www.cubecart.com
* Email: [email protected]
* License: GPL-2.0 http://opensource.org/licenses/GPL-2.0
* License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
*/
/**
* Autoloader controller
Expand Down
Loading

0 comments on commit 32d736f

Please sign in to comment.