Skip to content

Commit f0fef62

Browse files
committed
ACP2E-3864: Update copyrights for PB and fix static failures
1 parent 1820b39 commit f0fef62

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+128
-131
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/form/element/tinymce.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2019 Adobe
3+
* All Rights Reserved.
44
*/
55

66
@font-face {

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/acl.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ export const resources: AclResources = {
1111
};
1212

1313
/**
14-
* Determine if the current user is allowed to access this resource
15-
*
16-
* Usage: isAllowed(resources.TEMPLATE_SAVE)
17-
*
18-
* @param resource
14+
* Copyright 2020 Adobe
15+
* All Rights Reserved.
1916
*/
2017
export function isAllowed(resource: string) {
2118
return Config.getConfig("acl")[resource] === true;

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/binding/active-options.types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2019 Adobe
3+
* All Rights Reserved.
44
*/
55

66
/**

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/binding/draggable.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2018 Adobe
3+
* All Rights Reserved.
44
*/
55

66
import $ from "jquery";

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/binding/focus.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2018 Adobe
3+
* All Rights Reserved.
44
*/
55

66
import ko from "knockout";

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/binding/live-edit.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2018 Adobe
3+
* All Rights Reserved.
44
*/
55
/**
66
* @api

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/binding/master-style.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2020 Adobe
3+
* All Rights Reserved.
44
*/
55

66
import ko from "knockout";

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/binding/sortable-children.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2018 Adobe
3+
* All Rights Reserved.
44
*/
55
/**
66
* @api

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/binding/sortable-children.types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2019 Adobe
3+
* All Rights Reserved.
44
*/
55
/// <reference types="jqueryui" />
66

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/binding/sortable.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2018 Adobe
3+
* All Rights Reserved.
44
*/
55

66
import $ from "jquery";

0 commit comments

Comments
 (0)