Skip to content

Commit 8585d20

Browse files
committed
chore(prover): add missing SPDX license headers to registry and testdata YAML files
1 parent 0966414 commit 8585d20

14 files changed

Lines changed: 42 additions & 0 deletions

File tree

crates/openshell-prover/registry/apis/github.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
api: github
25
host: api.github.com
36
port: 443

crates/openshell-prover/registry/binaries/claude.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
binary: /usr/local/bin/claude
25
description: "Claude Code CLI — AI coding agent"
36
protocols:

crates/openshell-prover/registry/binaries/curl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
binary: /usr/bin/curl
25
description: "Command-line HTTP client"
36
protocols:

crates/openshell-prover/registry/binaries/gh.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
binary: /usr/bin/gh
25
description: "GitHub CLI — REST API client for GitHub"
36
protocols:

crates/openshell-prover/registry/binaries/git.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
binary: /usr/bin/git
25
description: "Distributed version control system"
36
protocols:

crates/openshell-prover/registry/binaries/nc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
binary: /usr/bin/nc
25
description: "Netcat — arbitrary TCP/UDP connections"
36
protocols:

crates/openshell-prover/registry/binaries/node.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
binary: /usr/local/bin/node
25
description: "Node.js runtime — general-purpose JavaScript runtime"
36
protocols:

crates/openshell-prover/registry/binaries/python3.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
binary: /usr/local/bin/python3.13
25
description: "Python interpreter — general-purpose runtime"
36
protocols:

crates/openshell-prover/registry/binaries/ssh.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
binary: /usr/bin/ssh
25
description: "OpenSSH client"
36
protocols:

crates/openshell-prover/registry/binaries/wget.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
binary: /usr/bin/wget
25
description: "Non-interactive network downloader"
36
protocols:

0 commit comments

Comments
 (0)