License banner
NVIDIA NVIDIA

License

Development community

Description

Check that every Python source file carries the required SPDX Apache-2.0 license header: ```bash make license ``` The expected header is: ```python # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. # SPDX-FileCopyrightText: All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); # ... ``` Report any files that are missing or have an incorrect header.

Installation

Installs to ~/.claude/commands/nvidia-earth2studio-license.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/NVIDIA/earth2studio/HEAD/.claude/commands/license.md -o ~/.claude/commands/nvidia-earth2studio-license.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository