Skip to content

Commit 2b94c4a

Browse files
authored
Update LICENSE to AGPL v3 (#182)
See Discussion #180. 4.0.0-beta2 is the last source release and 3.0.0 is the last binary release that is MIT-licensed. All source code in master before this PR is merged is MIT-licensed as well. All source code and releases of any form including and after this commit will be AGPL v3 licensed. This will likely not impact you if you just use this as a tool on your local computer to translate source code as the project intends. It primarily impacts users that embed the core JavaToCSharp library into their applications, or use the CLI as an automated tool as part of an open-source or commercial platform. See #180 for more details. Commercial support and licensing is available for any organizations that need a different license.
1 parent 6979f38 commit 2b94c4a

2 files changed

Lines changed: 663 additions & 23 deletions

File tree

JavaToCSharp/JavaToCSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
88
<Authors>Paul Irwin</Authors>
99
<Description>A Java to C# converter.</Description>
10-
<Copyright>Copyright 2021-2025, Paul Irwin</Copyright>
11-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10+
<Copyright>Copyright 2021-2026, Paul Irwin</Copyright>
11+
<PackageLicenseExpression>AGPL-3.0</PackageLicenseExpression>
1212
<RepositoryUrl>https://github.com/paulirwin/JavaToCSharp</RepositoryUrl>
1313
<LangVersion>latest</LangVersion>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)