Skip to content

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 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
@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.

3 participants