Skip to content

Commit f59095f

Browse files
Added copyright
1 parent 8c2d949 commit f59095f

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

src/com/magento/idea/magento2plugin/actions/generation/data/SourceModelData.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
16
package com.magento.idea.magento2plugin.actions.generation.data;
27

38
import com.magento.idea.magento2plugin.magento.files.SourceModelPhp;

src/com/magento/idea/magento2plugin/actions/generation/dialog/event/EavAttributeInputItemListener.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
16
package com.magento.idea.magento2plugin.actions.generation.dialog.event;
27

38
import com.magento.idea.magento2plugin.actions.generation.data.ui.ComboBoxItemData;

src/com/magento/idea/magento2plugin/actions/generation/generator/SourceModelGenerator.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
16
package com.magento.idea.magento2plugin.actions.generation.generator;
27

38
import com.intellij.openapi.project.Project;

src/com/magento/idea/magento2plugin/magento/files/SourceModelPhp.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
16
package com.magento.idea.magento2plugin.magento.files;
27

38
import com.intellij.lang.Language;

src/com/magento/idea/magento2plugin/magento/packages/uicomponent/AvailableSourcesByInput.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
16
package com.magento.idea.magento2plugin.magento.packages.uicomponent;
27

38
import com.magento.idea.magento2plugin.actions.generation.data.ui.ComboBoxItemData;

tests/com/magento/idea/magento2plugin/actions/generation/generator/SourceModelGeneratorTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
16
package com.magento.idea.magento2plugin.actions.generation.generator;
27

38
import com.intellij.openapi.project.Project;

0 commit comments

Comments
 (0)