Skip to content

Commit 30203fb

Browse files
authored
chore: update documentation and notice year to 2026 (flashinfer-ai#2285)
<!-- .github/pull_request_template.md --> ## πŸ“Œ Description 2025 -> 2026. ## πŸ” Related Issues <!-- Link any related issues here --> ## πŸš€ Pull Request Checklist Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete. ### βœ… Pre-commit Checks - [x] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [x] I have installed the hooks with `pre-commit install`. - [x] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. > If you are unsure about how to set up `pre-commit`, see [the pre-commit documentation](https://pre-commit.com/). ## πŸ§ͺ Tests - [x] Tests have been added or updated as needed. - [x] All tests are passing (`unittest`, etc.). ## Reviewer Notes <!-- Optional: anything you'd like reviewers to focus on, concerns, etc. --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated copyright year ranges to 2026 in project headers and documentation. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent aff0d3b commit 30203fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€ŽNOTICEβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FlashInfer
2-
Copyright 2025 NVIDIA
3-
Copyright 2023-2025 FlashInfer community (https://flashinfer.ai/)
2+
Copyright 2025-2026 NVIDIA
3+
Copyright 2023-2026 FlashInfer community (https://flashinfer.ai/)
44

55
-------------------------------------------------------------------------------------------------
66
Some of the code in this project are adapted from other open-source projects with different

β€Ždocs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
project = "FlashInfer"
2626
author = "FlashInfer Contributors"
27-
copyright = f"2023-2025, {author}"
27+
copyright = f"2023-2026, {author}"
2828

2929
version = flashinfer.__version__
3030
release = flashinfer.__version__

0 commit comments

Comments
Β (0)