From d728451854e69fde69bae6232d2927eedfa9c7bb Mon Sep 17 00:00:00 2001 From: aidanfnv Date: Mon, 31 Mar 2025 12:53:47 -0700 Subject: Update CONTRIBUTING License from MIT to Apache 2.0 (#6673) Fixes #5856 This commit updates the out-of-date license information in https://github.com/shader-slang/slang/blob/master/CONTRIBUTING.md#license to state that contributions are licensed under the Apache License 2.0 with LLVM Exception instead of the MIT License. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fca908cf..822d44f08 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -334,4 +334,4 @@ If you're new to the project or looking for a good starting point, consider expl Join our [Discussions](https://github.com/shader-slang/slang/discussions). ## License -By contributing to Shader-Slang, you agree that your contributions will be licensed under the MIT License. The full text of the License can be found in the [LICENSE](LICENSE) file in the root of the repository. +By contributing to Shader-Slang, you agree that your contributions will be licensed under the Apache License 2.0 with LLVM Exception. The full text of the License can be found in the [LICENSE](LICENSE) file in the root of the repository. -- cgit v1.2.3