-
-
Notifications
You must be signed in to change notification settings - Fork 443
Shorter copyright header #4767
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
Shorter copyright header #4767
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
If a developer or third party extracts a single source file without also copying the COPYING.txt file, they might not see the copyright information. The risk lies in potential misattribution if files become separated from the central notice. |
This comment was marked as off-topic.
This comment was marked as off-topic.
My opinion is that when a developer extracts a file from the OM package, he should be careful about copyright. It is not my responsibility to check whether he respects copyright or not. @sreichl - please don't close any PR's without waiting for other opinions. |
This comment was marked as off-topic.
This comment was marked as off-topic.
# Conflicts: # app/code/core/Mage/Adminhtml/Block/Widget/Container.php # app/code/core/Mage/Eav/Model/Entity/Type.php # app/code/core/Mage/Newsletter/Model/Template.php # app/code/core/Mage/Sitemap/etc/system.xml # app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml # app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml # app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/file.phtml # app/design/adminhtml/default/default/template/catalog/product/helper/gallery.phtml # app/design/adminhtml/default/default/template/system/config/tabs.phtml # app/design/adminhtml/default/default/template/system/currency/rate/matrix.phtml # app/design/frontend/base/default/template/bundle/catalog/product/price.phtml # app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/radio.phtml # app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml # app/design/frontend/base/default/template/bundle/rss/catalog/product/price.phtml # app/design/frontend/base/default/template/bundle/sales/order/items/renderer.phtml # app/design/frontend/base/default/template/bundle/sales/order/shipment/items/renderer.phtml # app/design/frontend/base/default/template/catalog/product/view/options/type/file.phtml # app/design/frontend/base/default/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml # app/design/frontend/base/default/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml # app/design/frontend/base/default/template/downloadable/sales/order/items/renderer/downloadable.phtml # app/design/frontend/base/default/template/sales/order/creditmemo/items/renderer/default.phtml # app/design/frontend/base/default/template/sales/order/invoice/items/renderer/default.phtml # app/design/frontend/base/default/template/sales/order/items/renderer/default.phtml # app/design/frontend/base/default/template/sales/order/shipment/items/renderer/default.phtml # app/design/frontend/base/default/template/shipping/tracking/popup.phtml # app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml # app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml # app/design/frontend/rwd/default/template/downloadable/sales/order/items/renderer/downloadable.phtml # app/design/frontend/rwd/default/template/sales/order/creditmemo/items/renderer/default.phtml # app/design/frontend/rwd/default/template/sales/order/invoice/items/renderer/default.phtml # app/design/frontend/rwd/default/template/sales/order/items/renderer/default.phtml # lib/Varien/Db/Adapter/Interface.php
* tests * rector * updated test groups * updated tests * updated tests * updated tests * updated tests * updated tests * updated tests * updated tests * updated tests * updated tests * updated tests * updated tests * update * update * update * update * update * typo * updated tests * updated tests * updated tests * updated tests * sonar 1 * sonar 2 * phpcs/phpstan * sonar 4 * sonar 5 * sonar 6 * phpcs * copyright, ref #4767 * added Makefile * merge fix * reverted all changes to core files * Revert "reverted all changes to core files" This reverts commit 63e5f77.
There are some conflicts reported to this PR that need to be resolved. |
# Conflicts: # tests/unit/Mage/Catalog/Model/Resource/Eav/AttributeTest.php # tests/unit/Mage/Customer/Model/CustomerTest.php # tests/unit/Mage/Reports/Helper/DataTest.php # tests/unit/Mage/Reports/Model/Resource/Report/CollectionTest.php # tests/unit/Mage/Rule/Model/AbstractTest.php # tests/unit/Mage/Rule/Model/EnvironmentTest.php # tests/unit/Mage/Rule/Model/RuleTest.php # tests/unit/Traits/DataProvider/Base/BoolTrait.php # tests/unit/Traits/DataProvider/Base/IntOrNullTrait.php # tests/unit/Traits/DataProvider/Base/ModulesTrait.php # tests/unit/Traits/DataProvider/Base/NumericStringTrait.php # tests/unit/Traits/DataProvider/Mage/Catalog/CatalogTrait.php # tests/unit/Traits/DataProvider/Mage/Catalog/Model/LocaleTrait.php # tests/unit/Traits/DataProvider/Mage/Cms/CmsTrait.php # tests/unit/Traits/DataProvider/Mage/Core/CoreTrait.php # tests/unit/Traits/DataProvider/Mage/Downloadable/DownloadableTrait.php # tests/unit/Traits/DataProvider/Mage/Reports/ReportsTrait.php # tests/unit/Traits/DataProvider/Mage/Rule/RuleTrait.php # tests/unit/Traits/DataProvider/Mage/Uploader/UploaderTrait.php
|
@addison74 thats why I have closed some PRs. As longer they stay open it becomes more likely to run into merge conflicts. I had to fix ~40 files yesterday, plus latest conflicts today. I'll re-open step by step to avoid this. |
Related Pull Requests