-
Notifications
You must be signed in to change notification settings - Fork 21
feat(heap-profiling): make heap crates publishable #2236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,6 @@ repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-profiling-he | |
| edition.workspace = true | ||
| rust-version.workspace = true | ||
| license.workspace = true | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Once Useful? React with 👍 / 👎.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a fair observation, and is waiting for a change on the license tool we use so that it can actually be actioned. I have asked internally in #opensource to get some direction on this. In the meantime the vendored notice and license and included in the source tree. I will add it to the crate metadata in the meantime.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added NOTICE to this package following the pattern in the rest of the repo covering this. This should satisfy our licensing requirements. |
||
| publish = false | ||
|
|
||
| [lib] | ||
| crate-type = ["lib", "staticlib"] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| Datadog libdatadog | ||
| Copyright 2021-2022 Datadog, Inc. | ||
|
|
||
| This product includes software developed at Datadog (<https://www.datadoghq.com/>). | ||
|
|
||
| -- | ||
|
|
||
| This product bundles a copy of the libbpf/usdt single-header USDT | ||
| library in `libdd-profiling-heap-sampler/vendor/usdt.h`. That file is licensed | ||
| under the BSD 2-Clause License, Copyright (c) 2024 Meta Platforms, Inc. | ||
| and affiliates. The SPDX identifier and copyright notice are retained | ||
| verbatim in the file header. Upstream: <https://github.com/libbpf/usdt>. |
Uh oh!
There was an error while loading. Please reload this page.