Skip to content

Commit b0d05c5

Browse files
committed
add missing license info
1 parent e79ff4f commit b0d05c5

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

datadog-profiling-protobuf/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
[package]
25
name = "datadog-profiling-protobuf"
36
rust-version.workspace = true

datadog-profiling-protobuf/src/function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024-Present Datadog, Inc. https://www.datadoghq.com/
1+
// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
22
// SPDX-License-Identifier: Apache-2.0
33

44
use super::{StringOffset, Value, Varint, WireType};

datadog-profiling-protobuf/src/label.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024-Present Datadog, Inc. https://www.datadoghq.com/
1+
// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
22
// SPDX-License-Identifier: Apache-2.0
33

44
use super::{StringOffset, Value, Varint, WireType};

datadog-profiling-protobuf/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024-Present Datadog, Inc. https://www.datadoghq.com/
1+
// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
22
// SPDX-License-Identifier: Apache-2.0
33

44
#![cfg_attr(not(test), deny(clippy::panic))]

datadog-profiling-protobuf/src/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024-Present Datadog, Inc. https://www.datadoghq.com/
1+
// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
22
// SPDX-License-Identifier: Apache-2.0
33

44
use crate::varint::Varint;

datadog-profiling-protobuf/src/mapping.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024-Present Datadog, Inc. https://www.datadoghq.com/
1+
// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
22
// SPDX-License-Identifier: Apache-2.0
33

44
use super::{StringOffset, Value, Varint, WireType};

datadog-profiling-protobuf/src/string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024-Present Datadog, Inc. https://www.datadoghq.com/
1+
// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
22
// SPDX-License-Identifier: Apache-2.0
33

44
use crate::{Value, WireType};

0 commit comments

Comments
 (0)