chore: add SPDX copyright headers and update license year
Add `// Copyright Sunbeam Studios 2026` and `// SPDX-License-Identifier: Apache-2.0` headers to all source files missing them. Update LICENSE copyright year, Dockerfile copyright header, and .dockerignore for new project structure (lean4/, docs/, training artifacts). Signed-off-by: Sienna Meridian Satterwhite <sienna@sunbeam.pt>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Copyright Sunbeam Studios 2026
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
//! Integration test: spin up two gossip nodes with bootstrap discovery
|
||||
//! and verify that bandwidth reports propagate between them.
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Copyright Sunbeam Studios 2026
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
//! Integration test for dual-stack TCP listener functionality.
|
||||
|
||||
use std::net::{Ipv4Addr, SocketAddr, SocketAddrV4};
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Copyright Sunbeam Studios 2026
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
use bytes::Bytes;
|
||||
use proptest::prelude::*;
|
||||
use std::collections::HashSet;
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Copyright Sunbeam Studios 2026
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
use std::net::IpAddr;
|
||||
use sunbeam_proxy::config::{BucketConfig, RateLimitConfig};
|
||||
use sunbeam_proxy::rate_limit::key::{self, RateLimitKey};
|
||||
|
||||
Reference in New Issue
Block a user