Skip to content

Commit b5ef526

Browse files
committed
Update th copyright in code samples
1 parent c4af53e commit b5ef526

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)