Skip to content

Commit 9036b98

Browse files
committed
fix: add SPDX license headers to sdk/go/ratls files
The new ratls package was missing SPDX copyright and license headers, causing the reuse-lint CI check to fail.
1 parent 9be18df commit 9036b98

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ path = [
3131
"kms/auth-simple/auth-config.example.json",
3232
"sdk/simulator/*.json",
3333
"sdk/go/go.sum",
34+
"sdk/go/ratls/go.sum",
3435
"kms/dstack-app/builder/shared/kms-pinned-packages.txt",
3536
"kms/dstack-app/builder/shared/qemu-pinned-packages.txt",
3637
"gateway/dstack-app/builder/shared/builder-pinned-packages.txt",

sdk/go/ratls/go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
module github.com/Dstack-TEE/dstack/sdk/go/ratls
26

37
go 1.24.0

sdk/go/ratls/ratls.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
// Package ratls provides RA-TLS certificate verification for dstack TEE applications.
26
//
37
// RA-TLS embeds TDX attestation quotes into X.509 certificate extensions.

sdk/go/ratls/ratls_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package ratls_test
26

37
import (

0 commit comments

Comments
 (0)