From d21995e27459829f9e11860fbefe574099dc62d8 Mon Sep 17 00:00:00 2001 From: douira Date: Thu, 13 Apr 2023 06:15:11 +0200 Subject: [PATCH] wording, examples --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f71c9a8..f41ea8a3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ This is an actively developed library that parses GLSL using an ANTLR4 grammar a ## License -`glsl-transformer` is licensed under the [*glsl-transformer Noncommercial License 1.0.0*](./LICENSE) which is derived [this text](https://polyformproject.org/licenses/noncommercial/1.0.0/) by PolyForm. 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 this 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. +`glsl-transformer` is licensed under the [_glsl-transformer Noncommercial License 1.0.0_](./LICENSE) which is derived from [this text](https://polyformproject.org/licenses/noncommercial/1.0.0/) by PolyForm. The license text is short and easy to understand, but the gist is that you may distribute unmodified editions of this library and use 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 its [repository](https://github.com/IrisShaders/glsl-transformer) under the Contributor License Agreement. You are required to obtain a commercial license for using this library for any purpose other than a noncommercial one. + +For example, 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. Other works that don't interact with glsl-transformer in any way beyond being merely aggregated alongside it are not considered a new work based on the software and remain unaffected by the license. The license does not permit network services or intermediary libraries that use glsl-transformer for commercial purposes (See the _New Works License_). ## Capabilities