Skip to content

Commit b62152e

Browse files
committed
copyright section updated & author section removed
1 parent 2212f9a commit b62152e

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

app/code/Magento/ProductAlert/Model/Price.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
5-
*/
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
5+
**/
66
namespace Magento\ProductAlert\Model;
77

88
use Magento\ProductAlert\Model\ResourceModel\Price\Customer\Collection;
@@ -29,8 +29,6 @@
2929
* @method int getStoreId()
3030
* @method \Magento\ProductAlert\Model\Stock setStoreId(int $value)
3131
*
32-
* @author Magento Core Team <core@magentocommerce.com>
33-
*
3432
* @api
3533
* @since 100.0.2
3634
*/

app/code/Magento/ProductAlert/Model/Stock.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
5-
*/
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
5+
**/
66
namespace Magento\ProductAlert\Model;
77

88
use Magento\ProductAlert\Model\ResourceModel\Stock\Customer\Collection;
@@ -27,8 +27,6 @@
2727
* @method int getStoreId()
2828
* @method \Magento\ProductAlert\Model\Stock setStoreId(int $value)
2929
*
30-
* @author Magento Core Team <core@magentocommerce.com>
31-
*
3230
* @api
3331
* @since 100.0.2
3432
*/

0 commit comments

Comments
 (0)