Skip to content

Commit a19eb37

Browse files
committed
Legal review update
- fixed license - added required docs - fixed copyright - added issue and PR templates
1 parent 3c595b1 commit a19eb37

File tree

78 files changed

+144
-9867
lines changed

Some content is hidden

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

78 files changed

+144
-9867
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 33 additions & 0 deletions

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 0 deletions

COPYING.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
Copyright © 2015-present Dmytro Kvashnin.
1+
Copyright © 2015-present Magento, Inc.
22

3-
Each Magento source file included in this distribution is licensed under OSL 3.0 or the Magento Enterprise Edition (MEE) license.
4-
5-
http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
6-
Please see LICENSE.txt for the full text of the OSL 3.0 license or contact [email protected] for a copy.
7-
8-
Subject to Licensee's payment of fees and compliance with the terms and conditions of the MEE License, the MEE License supersedes the OSL 3.0 license for each source file.
9-
Please see LICENSE_EE.txt for the full text of the MEE License or visit http://magento.com/legal/terms/enterprise.
3+
Each Magento source file included in this distribution is licensed under OSL-3.0 license
4+
Please see LICENSE.txt for the full text of the OSL-3.0 license or visit http://opensource.org/licenses/osl-3.0.php

LICENSE.md renamed to LICENSE.txt

File renamed without changes.

META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
/**
3-
* Copyright © Dmytro Kvashnin. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
-->

README.md

Lines changed: 4 additions & 1 deletion

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
/**
3-
* Copyright © Dmytro Kvashnin. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
-->

src/com/magento/idea/magento2plugin/MagentoIcons.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright © Dmytro Kvashnin. All rights reserved.
2+
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
55
package com.magento.idea.magento2plugin;

0 commit comments

Comments
 (0)