Skip to content

Commit 7d1eff7

Browse files
authored
Shorter copyright header (#4767)
This will reduce file bloat (good for LLMs) and avoid annual "update copyright header" PRs. No changes to copyright or licensing are intended to be made as a result of this update.
1 parent 7eca113 commit 7d1eff7

File tree

6,585 files changed

+19773
-70029
lines changed

Some content is hidden

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

6,585 files changed

+19773
-70029
lines changed

.github/workflows/update-copyright.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

COPYING.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
COPYRIGHT
2+
3+
OpenMage - an eCommerce platform
4+
5+
Copyright © 2006-2020 Magento, Inc. (https://magento.com)
6+
Copyright © 2016-2025 The OpenMage Contributors (https://openmage.org)
7+
8+
SOFTWARE LICENSE
9+
10+
The free software license of OpenMage themes (located in app/design/) and skins (located in skin/) is the
11+
Academic Free License (AFL 3.0) that is bundled with this package in the file LICENSE_AFL.txt.
12+
It is also available at https://opensource.org/license/afl-3-0-php
13+
14+
The free software license of TinyMCE that may be bundled and used exclusively with this project is a proprietary license
15+
that is bundled with this package in the file LICENSE_TINYMCE.txt.
16+
It is also available at https://github.com/OpenMage/magento-lts/blob/main/LICENSE_TINYMCE.txt
17+
18+
The free software license of all other OpenMage code included with this package unless otherwise noted in the source file
19+
or source file directory is The Open Software License 3.0 (OSL 3.0) that is bundled with this package in the file LICENSE.txt.
20+
It is also available at https://opensource.org/license/osl-3.0.php

api.php

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
$magentoRootDir = getcwd();

app/Mage.php

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2017-2025 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
defined('DS') || define('DS', DIRECTORY_SEPARATOR);

app/bootstrap.php

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
/**

app/code/core/Mage/Admin/Helper/Block.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage_Admin
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
/**
1811
* Admin Block Helper
1912
*
20-
* @category Mage
2113
* @package Mage_Admin
2214
*/
2315
class Mage_Admin_Helper_Block

app/code/core/Mage/Admin/Helper/Data.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage_Admin
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2022-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
/**
1811
* Admin Data Helper
1912
*
20-
* @category Mage
2113
* @package Mage_Admin
2214
*/
2315
class Mage_Admin_Helper_Data extends Mage_Core_Helper_Abstract

app/code/core/Mage/Admin/Helper/Rules/Fallback.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage_Admin
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
/**
1811
* Admin Data Helper
1912
*
20-
* @category Mage
2113
* @package Mage_Admin
2214
*/
2315
class Mage_Admin_Helper_Rules_Fallback extends Mage_Core_Helper_Abstract

app/code/core/Mage/Admin/Helper/Variable.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage_Admin
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2022-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
/**
1811
* Admin Variable Helper
1912
*
20-
* @category Mage
2113
* @package Mage_Admin
2214
*/
2315
class Mage_Admin_Helper_Variable

app/code/core/Mage/Admin/Model/Acl.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage_Admin
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2019-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
/**
1811
* Acl model
1912
*
20-
* @category Mage
2113
* @package Mage_Admin
2214
*
2315
* @property Mage_Admin_Model_Acl_Role_Registry $_roleRegistry

app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage_Admin
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
/**
1811
* IP assertion for admin acl
1912
*
20-
* @category Mage
2113
* @package Mage_Admin
2214
*/
2315
class Mage_Admin_Model_Acl_Assert_Ip implements Zend_Acl_Assert_Interface

app/code/core/Mage/Admin/Model/Acl/Assert/Time.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage_Admin
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
/**
1811
* Assert time for admin acl
1912
*
20-
* @category Mage
2113
* @package Mage_Admin
2214
*/
2315
class Mage_Admin_Model_Acl_Assert_Time implements Zend_Acl_Assert_Interface
Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage_Admin
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
/**
1811
* Acl resource
1912
*
20-
* @category Mage
2113
* @package Mage_Admin
2214
*/
2315
class Mage_Admin_Model_Acl_Resource extends Zend_Acl_Resource {}

app/code/core/Mage/Admin/Model/Acl/Role.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage_Admin
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
/**
1811
* User acl role
1912
*
20-
* @category Mage
2113
* @package Mage_Admin
2214
*
2315
* @method Mage_Admin_Model_Resource_Acl_Role _getResource()

0 commit comments

Comments
 (0)