Skip to content

Commit dcda8a1

Browse files
committed
ACP2E-2258: Cannot create FedEx Shipping Label
- adjusted copyright
1 parent f236db8 commit dcda8a1

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

app/code/Magento/Fedex/Model/Carrier.php

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?php
2-
/************************************************************************
3-
*
4-
* ADOBE CONFIDENTIAL
5-
* ___________________
6-
*
7-
* Copyright 2014 Adobe
2+
/**
3+
* Copyright 2023 Adobe
84
* All Rights Reserved.
95
*
6+
* ADOBE CONFIDENTIAL
7+
*
108
* NOTICE: All information contained herein is, and remains
119
* the property of Adobe and its suppliers, if any. The intellectual
1210
* and technical concepts contained herein are proprietary to Adobe
@@ -15,7 +13,6 @@
1513
* Dissemination of this information or reproduction of this material
1614
* is strictly forbidden unless prior written permission is obtained
1715
* from Adobe.
18-
* ************************************************************************
1916
*/
2017

2118
namespace Magento\Fedex\Model;

app/code/Magento/Fedex/Test/Unit/Model/CarrierTest.php

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?php
2-
/************************************************************************
3-
*
4-
* ADOBE CONFIDENTIAL
5-
* ___________________
6-
*
7-
* Copyright 2015 Adobe
2+
/**
3+
* Copyright 2023 Adobe
84
* All Rights Reserved.
95
*
6+
* ADOBE CONFIDENTIAL
7+
*
108
* NOTICE: All information contained herein is, and remains
119
* the property of Adobe and its suppliers, if any. The intellectual
1210
* and technical concepts contained herein are proprietary to Adobe
@@ -15,7 +13,6 @@
1513
* Dissemination of this information or reproduction of this material
1614
* is strictly forbidden unless prior written permission is obtained
1715
* from Adobe.
18-
* ************************************************************************
1916
*/
2017

2118
declare(strict_types=1);

0 commit comments

Comments
 (0)