Skip to content

Shorter copyright header #4467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
57 changes: 0 additions & 57 deletions .github/workflows/update-copyright.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ tests/logging
phpunit.xml
!.phpunit.dist.xml

# phpdocumentor
phpdoc.xml

# build
/build

Expand Down
37 changes: 37 additions & 0 deletions .phpdoc.dist.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor
configVersion="3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd"
>
<setting name="template.color" value="blue"/>

<paths>
<output>build/phpdoc/api</output>
<cache>build/phpdoc/cache</cache>
</paths>

<version number="3.0.0">
<api>
<source dsn=".">
<path>app</path>
<path>lib</path>
<path>design</path>
<path>COPYING.txt</path>
</source>
<ignore>
<path>app/code/core/Mage/*/sql/**/*</path>
<path>app/code/core/Mage/*/data/**/*</path>
</ignore>
<extensions>
<extension>php</extension>
<extension>phtml</extension>
<extension>txt</extension>
</extensions>
<visibility>public</visibility>
<visibility>protected</visibility>
<visibility>private</visibility>
</api>
</version>
</phpdocumentor>
20 changes: 20 additions & 0 deletions COPYING.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
COPYRIGHT

OpenMage - an eCommerce platform

Copyright © 2006-2020 Magento, Inc. (https://magento.com)
Copyright © 2016-2025 The OpenMage Contributors (https://openmage.org)

SOFTWARE LICENSE

The free software license of OpenMage themes (located in app/design/) and skins (located in skin/) is the
Academic Free License (AFL 3.0) that is bundled with this package in the file LICENSE_AFL.txt.
It is also available at https://opensource.org/license/afl-3-0-php

The free software license of TinyMCE that may be bundled and used exclusively with this project is a proprietary license
that is bundled with this package in the file LICENSE_TINYMCE.txt.
It is also available at https://github.com/OpenMage/magento-lts/blob/main/LICENSE_TINYMCE.txt

The free software license of all other OpenMage code included with this package unless otherwise noted in the source file
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.
It is also available at https://opensource.org/license/osl-3.0.php
10 changes: 2 additions & 8 deletions api.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

$magentoRootDir = getcwd();
Expand Down
10 changes: 2 additions & 8 deletions app/Mage.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2017-2025 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

define('DS', DIRECTORY_SEPARATOR);
Expand Down
10 changes: 2 additions & 8 deletions app/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
10 changes: 2 additions & 8 deletions app/code/core/Mage/Admin/Helper/Block.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
10 changes: 2 additions & 8 deletions app/code/core/Mage/Admin/Helper/Data.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2022-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
10 changes: 2 additions & 8 deletions app/code/core/Mage/Admin/Helper/Rules/Fallback.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
10 changes: 2 additions & 8 deletions app/code/core/Mage/Admin/Helper/Variable.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2022-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
10 changes: 2 additions & 8 deletions app/code/core/Mage/Admin/Model/Acl.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2019-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
10 changes: 2 additions & 8 deletions app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
10 changes: 2 additions & 8 deletions app/code/core/Mage/Admin/Model/Acl/Assert/Time.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
10 changes: 2 additions & 8 deletions app/code/core/Mage/Admin/Model/Acl/Resource.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
10 changes: 2 additions & 8 deletions app/code/core/Mage/Admin/Model/Acl/Role.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
10 changes: 2 additions & 8 deletions app/code/core/Mage/Admin/Model/Acl/Role/Generic.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* OpenMage
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* This file is part of OpenMage.
* For copyright and license information, please view the COPYING.txt file that was distributed with this source code.
*
* @category Mage
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/**
Expand Down
Loading
Loading