Skip to content

Commit

Permalink
Update glsl-transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Apr 30, 2024
1 parent 04cdb32 commit d5652be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
7 changes: 1 addition & 6 deletions LICENSE-DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
Incompatible licenses:

glsl-transformer is licensed under the glsl-transformer Noncommercial License 1.0.0. Details on this can be found in https://github.com/IrisShaders/glsl-transformer/blob/main/LICENSE.
The license text is short and easy to understand, but the gist is that you may distribute unmodified editions of this library and them in new works, under the condition that you qualify as a noncommercial entity. If you need to modify it, you may only do so in private or by contributing the changes back to the IrisShaders/glsl-transformer repository under the Contributor License Agreement. Using and distributing this library as part of a noncommercial, meaning access to it is not conditioned on payment or other compensation, Minecraft mod or related software falls under the allowed purposes. You are required to obtain a commercial license for using this library for any purpose other than a noncommercial one.

This license is not applicable if linking with a program (Iris) containing glsl-transformer, unless the linker interacts with the library's API directly.

tl;dr: If you intend to just depend on Iris and need to depend on the transformer due to that, you're fine. If you intend to use the transformer in any way, you must follow the license as followed above.
glsl-transformer is licensed under the GNU Affero General Public License version 3. This may affect your ability to distribute Iris.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ So, if you want to distribute a Forge port of Iris, we'd prefer if you let us kn

All code in this (Iris) repository is completely free and open source, and you are free to read, distribute, and modify the code as long as you abide by the (fairly reasonable) terms of the [GNU LGPLv3 license](https://github.com/IrisShaders/Iris/blob/master/LICENSE).

Dependencies may not be under an applicable license: See the [Incompatible Dependencies](https://github.com/IrisShaders/Iris/blob/master/LICENSE-DEPENDENCIES) page for more information.

You are not allowed to redistribute Iris commerically or behind a paywall, unless you get a commercial license for GLSL Transformer. See above for more information.
glsl-transformer is licensed under the GNU Affero General Public License version 3. This may affect your ability to distribute Iris.

Though it's not legally required, I'd appreciate it if you could ask before hosting your own public downloads for compiled versions of Iris. Though if you want to add the mod to a site like MCBBS, that's fine, no need to ask me.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ dependencies {

include("org.antlr:antlr4-runtime:4.11.1")
modImplementation("org.antlr:antlr4-runtime:4.11.1")
include("io.github.douira:glsl-transformer:2.0.0-pre13")
modImplementation("io.github.douira:glsl-transformer:2.0.0-pre13")
include("io.github.douira:glsl-transformer:2.0.0")
modImplementation("io.github.douira:glsl-transformer:2.0.0")
include("org.anarres:jcpp:1.4.14")
modImplementation("org.anarres:jcpp:1.4.14")

Expand Down

0 comments on commit d5652be

Please sign in to comment.