Add Unity Linking Exception to resolve GPL license deadlock#34
Open
enkvadrat wants to merge 1 commit intomaikramer:masterfrom
Open
Add Unity Linking Exception to resolve GPL license deadlock#34enkvadrat wants to merge 1 commit intomaikramer:masterfrom
enkvadrat wants to merge 1 commit intomaikramer:masterfrom
Conversation
This commit adds a linking exception for the Unity Engine. The GPLv3 creates a legal conflict when linked against proprietary Unity blobs, making the compiled application technically non-distributable. Authorization for this exception was granted by the original author, Michael Voeller, via email on Jan 2, 2026. Permission text: --------------------------------------------------------- From: Michael Voeller <michaeljvoeller@gmail.com> Date: Fri, 2 Jan 2026 19:59:32 -0500 Subject: Re: Question about Materialize license - Linking Exception for Unity To: Vide Jacobsson <vide.jacobsson@gmail.com> Sounds good, the license is just on there so people don't ask about licensing. On Fri, Jan 2, 2026, 6:06=E2=80=AFPM Vide Jacobsson <vide.jacobsson@gmail.c= om> wrote: > Hi Michael Voeller, > > I was looking to use your software Materialize to create PBR textures an= d > I'm currently working on packaging it for Arch Linux and potentially > modernizing it. > > It's currently licensed under GPLv3 but since it's a Unity project, the > GPL actually creates a legal conflicts with Unity's proprietary blobs. Th= is > makes it hard to distribute the application > > legally on Linux repos. > > Would you be willing to grant a "Linking Exception" for the Unity Engine? > > If you agree, I can handle the paperwork by creating a Pull Request on th= e current > active fork <https://github.com/maikramer/Materialize> (and the BoundingB= oxSoftware > repo if you like) that adds a NOTICE file with the exception text. > > Best regards, Vide Jacobsson ---------------------------------------------------------
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a Unity Linking Exception to the project's GPLv3 license.
The Legal Deadlock
As a Unity-based project, the current strict GPLv3 creates a legal conflict with Unity's proprietary engine blobs. This prevents the application from being legally packaged or distributed by Linux repositories
Authorization from Original Author
I have obtained explicit written permission from the original creator, Michael Voeller, to add this exception.
Raw email authorization
Contributor Consent
To the maintainer (maikramer) and other contributors: By merging this Pull Request, you agree to apply this Unity Linking Exception to your own contributions within this repository.