Skip to content

Commit 13991e4

Browse files
committed
AC-8918::Migration from SOAP to RESTfulAPI-copyright changes for static failures fixes
1 parent 85a68e5 commit 13991e4

File tree

2 files changed

+6
-36
lines changed

2 files changed

+6
-36
lines changed

app/code/Magento/Ups/Model/UpsAuth.php

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
<?php
2-
/************************************************************************
3-
*
4-
* ADOBE CONFIDENTIAL
5-
* ___________________
6-
*
7-
* Copyright 2023 Adobe
8-
* All Rights Reserved.
9-
*
10-
* NOTICE: All information contained herein is, and remains
11-
* the property of Adobe and its suppliers, if any. The intellectual
12-
* and technical concepts contained herein are proprietary to Adobe
13-
* and its suppliers and are protected by all applicable intellectual
14-
* property laws, including trade secret and copyright laws.
15-
* Dissemination of this information or reproduction of this material
16-
* is strictly forbidden unless prior written permission is obtained
17-
* from Adobe.
18-
* ************************************************************************
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
195
*/
20-
216
declare(strict_types=1);
227

238
namespace Magento\Ups\Model;

dev/tests/integration/testsuite/Magento/Ups/Model/UpsAuthTest.php

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
<?php
2-
/************************************************************************
3-
*
4-
* ADOBE CONFIDENTIAL
5-
* ___________________
6-
*
7-
* Copyright 2023 Adobe
8-
* All Rights Reserved.
9-
*
10-
* NOTICE: All information contained herein is, and remains
11-
* the property of Adobe and its suppliers, if any. The intellectual
12-
* and technical concepts contained herein are proprietary to Adobe
13-
* and its suppliers and are protected by all applicable intellectual
14-
* property laws, including trade secret and copyright laws.
15-
* Dissemination of this information or reproduction of this material
16-
* is strictly forbidden unless prior written permission is obtained
17-
* from Adobe.
18-
* ************************************************************************
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
195
*/
20-
216
declare(strict_types=1);
227

238
namespace Magento\Ups\Model;

0 commit comments

Comments
 (0)