Skip to content

Commit c76f3e5

Browse files
authored
Merge pull request #23 from Corsinvest/feat/mit-license-v9.1.3
Change license from GPL-3.0 to MIT and bump version to 9.1.3
2 parents 47d04bc + fa4962c commit c76f3e5

9 files changed

Lines changed: 31 additions & 684 deletions

File tree

LICENSE

Lines changed: 21 additions & 674 deletions
Large diffs are not rendered by default.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- === PROJECT INFO === -->
99
<groupId>it.corsinvest.proxmoxve</groupId>
1010
<artifactId>cv4pve-api-java</artifactId>
11-
<version>9.1.2</version>
11+
<version>9.1.3</version>
1212
<packaging>jar</packaging>
1313

1414
<name>cv4pve-api-java</name>
@@ -23,8 +23,8 @@
2323
<!-- === LICENSE === -->
2424
<licenses>
2525
<license>
26-
<name>GPL-3.0 License</name>
27-
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
26+
<name>MIT License</name>
27+
<url>https://opensource.org/licenses/MIT</url>
2828
<distribution>manual</distribution>
2929
</license>
3030
</licenses>

src/main/java/it/corsinvest/proxmoxve/api/MethodType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SPDX-FileCopyrightText: Copyright Corsinvest Srl
3-
* SPDX-License-Identifier: GPL-3.0-only
3+
* SPDX-License-Identifier: MIT
44
*/
55

66
package it.corsinvest.proxmoxve.api;

src/main/java/it/corsinvest/proxmoxve/api/PveClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SPDX-FileCopyrightText: Copyright Corsinvest Srl
3-
* SPDX-License-Identifier: GPL-3.0-only
3+
* SPDX-License-Identifier: MIT
44
*/
55

66
package it.corsinvest.proxmoxve.api;

src/main/java/it/corsinvest/proxmoxve/api/PveClientBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SPDX-FileCopyrightText: Copyright Corsinvest Srl
3-
* SPDX-License-Identifier: GPL-3.0-only
3+
* SPDX-License-Identifier: MIT
44
*/
55
package it.corsinvest.proxmoxve.api;
66

src/main/java/it/corsinvest/proxmoxve/api/PveExceptionAuthentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SPDX-FileCopyrightText: Copyright Corsinvest Srl
3-
* SPDX-License-Identifier: GPL-3.0-only
3+
* SPDX-License-Identifier: MIT
44
*/
55
package it.corsinvest.proxmoxve.api;
66

src/main/java/it/corsinvest/proxmoxve/api/ResponseType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SPDX-FileCopyrightText: Copyright Corsinvest Srl
3-
* SPDX-License-Identifier: GPL-3.0-only
3+
* SPDX-License-Identifier: MIT
44
*/
55

66
package it.corsinvest.proxmoxve.api;

src/main/java/it/corsinvest/proxmoxve/api/Result.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SPDX-FileCopyrightText: Copyright Corsinvest Srl
3-
* SPDX-License-Identifier: GPL-3.0-only
3+
* SPDX-License-Identifier: MIT
44
*/
55
package it.corsinvest.proxmoxve.api;
66

src/test/java/it/corsinvest/proxmoxve/api/Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/*
33
* SPDX-FileCopyrightText: Copyright Corsinvest Srl
4-
* SPDX-License-Identifier: GPL-3.0-only
4+
* SPDX-License-Identifier: MIT
55
*/
66

77
package it.corsinvest.proxmoxve.api;

0 commit comments

Comments
 (0)