LightMoE third-party notices
============================

The following files retain upstream copyright and license notices.

BSD-3-Clause
------------

- lightmoe/kernels/dense/kernel.py
- lightmoe/kernels/grouped/kernel.py
- lightmoe/kernels/grouped/pipeline.py

These files are based on NVIDIA CUTLASS CuTe DSL examples.
Upstream: https://github.com/NVIDIA/cutlass

Apache-2.0
----------

- lightmoe/kernels/grouped/scheduler.py
- lightmoe/kernels/grouped/wgrad_kernel.py
- lightmoe/kernels/grouped/wgrad_tma.py

These files are based on NVIDIA cuDNN Frontend examples.
Upstream: https://github.com/NVIDIA/cudnn-frontend
