Skip to content

Commit 96ce12f

Browse files
authored
Merge pull request AdobeDocs#290 from commerce-docs/ds_upd-copy
Update the copyright in code samples
2 parents c4af53e + b5ef526 commit 96ce12f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/events/convert-field-values.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ In the following example, the `TestConverterVisibility` converter class updates
4242
```php
4343
<?php
4444
/**
45-
* Copyright &copy; Magento, Inc. All rights reserved.
46-
* See COPYING.txt for license details.
45+
* Copyright Adobe
46+
* All rights reserved.
4747
*/
4848
declare(strict_types=1);
4949

src/pages/events/custom-event-fields.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ In the following example, the `TestProcessorOrderStatus` class adds the `order_s
7474
```php
7575
<?php
7676
/**
77-
* Copyright &copy; Magento, Inc. All rights reserved.
78-
* See COPYING.txt for license details.
77+
* Copyright Adobe
78+
* All rights reserved.
7979
*/
8080
declare(strict_types=1);
8181

0 commit comments

Comments
 (0)