Skip to content

Commit 8f34c4a

Browse files
committed
add missing copyright text line
1 parent dc4ee1f commit 8f34c4a

118 files changed

Lines changed: 118 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lib/vey-cert-agent/src/query.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
* SPDX-FileCopyrightText: 2023-2025 ByteDance and/or its affiliates.
4+
* SPDX-FileCopyrightText: 2026 VEY-OSS Developers.
45
*/
56

67
use std::collections::VecDeque;

lib/vey-dpi/src/protocol/http.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
* SPDX-FileCopyrightText: 2023-2025 ByteDance and/or its affiliates.
4+
* SPDX-FileCopyrightText: 2026 VEY-OSS Developers.
45
*/
56

67
use super::{MaybeProtocol, Protocol, ProtocolInspectError, ProtocolInspectState};

lib/vey-dpi/tests/http.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
* SPDX-FileCopyrightText: 2023-2025 ByteDance and/or its affiliates.
4+
* SPDX-FileCopyrightText: 2026 VEY-OSS Developers.
45
*/
56

67
use vey_dpi::{Protocol, ProtocolInspectError, ProtocolInspectionConfig, ProtocolInspector};

lib/vey-fluentd/src/handshake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
* SPDX-FileCopyrightText: 2023-2025 ByteDance and/or its affiliates.
4+
* SPDX-FileCopyrightText: 2026 VEY-OSS Developers.
45
*/
56

67
use anyhow::anyhow;

lib/vey-fluentd/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
* SPDX-FileCopyrightText: 2023-2025 ByteDance and/or its affiliates.
4+
* SPDX-FileCopyrightText: 2026 VEY-OSS Developers.
45
*/
56

67
use std::collections::VecDeque;

lib/vey-ftp-client/src/config/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
* SPDX-FileCopyrightText: 2023-2025 ByteDance and/or its affiliates.
4+
* SPDX-FileCopyrightText: 2026 VEY-OSS Developers.
45
*/
56

67
use std::time::Duration;

lib/vey-ftp-client/src/error/file.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
* SPDX-FileCopyrightText: 2023-2025 ByteDance and/or its affiliates.
4+
* SPDX-FileCopyrightText: 2026 VEY-OSS Developers.
45
*/
56

67
use thiserror::Error;

lib/vey-geoip-db/src/file/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
* SPDX-FileCopyrightText: 2023-2025 ByteDance and/or its affiliates.
4+
* SPDX-FileCopyrightText: 2026 VEY-OSS Developers.
45
*/
56

67
use std::fs::File;

lib/vey-geoip-db/src/store/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
* SPDX-FileCopyrightText: 2023-2025 ByteDance and/or its affiliates.
4+
* SPDX-FileCopyrightText: 2026 VEY-OSS Developers.
45
*/
56

67
use std::sync::{Arc, LazyLock};

lib/vey-geoip-types/src/location.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
* SPDX-FileCopyrightText: 2024-2025 ByteDance and/or its affiliates.
4+
* SPDX-FileCopyrightText: 2026 VEY-OSS Developers.
45
*/
56

67
use anyhow::anyhow;

0 commit comments

Comments
 (0)