Skip to content

Commit b2b1fa3

Browse files
committed
chore: add REUSE license headers to port-forward crate
1 parent 00d98e0 commit b2b1fa3

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

port-forward/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2024-2025 Phala Network <dstack@phala.network>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
[package]
26
name = "dstack-port-forward"
37
version.workspace = true

port-forward/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: © 2024-2025 Phala Network <dstack@phala.network>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
use std::collections::HashMap;
26
use std::net::{IpAddr, SocketAddr};
37

port-forward/src/tcp.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: © 2024-2025 Phala Network <dstack@phala.network>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
use std::net::SocketAddr;
26
use std::os::unix::io::{AsFd, AsRawFd, BorrowedFd, OwnedFd};
37

port-forward/src/udp.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: © 2024-2025 Phala Network <dstack@phala.network>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
use std::collections::HashMap;
26
use std::net::SocketAddr;
37
use std::sync::Arc;

0 commit comments

Comments
 (0)