Skip to content

Commit 96337ff

Browse files
authored
Add NOTICE with copyrights (flashinfer-ai#1432)
<!-- .github/pull_request_template.md --> ## 📌 Description Adds NOTICE file to specify copyrights for both NVIDIA and Flashinfer community. Follows: https://infra.apache.org/licensing-howto.html#example-notice ## 🔍 Related Issues None ## 🚀 Pull Request Checklist ### ✅ Pre-commit Checks - [ ✅ ] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [ ✅ ] I have installed the hooks with `pre-commit install`. - [ ✅ ] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. ## 🧪 Tests - [ N/A ] Tests have been added or updated as needed. - [ N/A ] All tests are passing (`unittest`, etc.). ## Reviewer Notes Check dates and naming of "Flashinfer community"
1 parent 5908f29 commit 96337ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NOTICE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FlashInfer
2+
Copyright 2025 NVIDIA
3+
Copyright 2023-2025 FlashInfer community (https://flashinfer.ai/)
4+
5+
-------------------------------------------------------------------------------------------------
6+
Some of the code in this project are adapted from other open-source projects with different
7+
licenses. This product also bundles some third-party components under other open source licenses.
8+
See licenses/ for text of these licenses.

0 commit comments

Comments
 (0)