Skip to content
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

Update existing 3rd party licenses #864

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

rockdaboot
Copy link
Contributor

Update 3rd party licenses.

Q: Is there any interest in adding missing 3rd party licenses? Licenses from some indirect deps are included in the repo, but not all. What is the criteria, except for non-Apache2.0?

@rockdaboot rockdaboot requested a review from a team as a code owner May 31, 2024 15:16
@pellared
Copy link
Member

Is there any interest in adding missing 3rd party licenses? Licenses from some indirect deps are included in the repo, but not all.

Sure. Probably there is something missing in our automation.

verify-licenses:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
cache-dependency-path: "**/go.sum"
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y clang llvm libbpf-dev
- run: make verify-licenses

@MrAlias MrAlias merged commit 51e7083 into open-telemetry:main Jun 4, 2024
17 checks passed
@MrAlias MrAlias added this to the v0.13.0-alpha milestone Jun 4, 2024
@MrAlias MrAlias mentioned this pull request Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants