Skip to content

Commit 952e5eb

Browse files
committed
Correct casing of copyright headers, to fix static test failures.
1 parent a66a530 commit 952e5eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/internal/Magento/Framework/View/Layout/Generator/Block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Copyright 2014 Adobe
4-
* All rights reserved.
4+
* All Rights Reserved.
55
*/
66
namespace Magento\Framework\View\Layout\Generator;
77

lib/internal/Magento/Framework/View/LayoutInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Copyright 2014 Adobe
4-
* All rights reserved.
4+
* All Rights Reserved.
55
*/
66
namespace Magento\Framework\View;
77

lib/internal/Magento/Framework/View/TemplateEngine/Php.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Copyright 2014 Adobe
4-
* All rights reserved.
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

0 commit comments

Comments
 (0)