diff options
| author | aidanfnv <aidanf@nvidia.com> | 2025-03-31 12:53:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-31 19:53:47 +0000 |
| commit | d728451854e69fde69bae6232d2927eedfa9c7bb (patch) | |
| tree | 8df4573cdf88710b00478738ccdad7438c4eab2c | |
| parent | 3d7fd796f3f002013a33c7a3535291c1ca62a1ad (diff) | |
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.
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
