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

Add NOTICE file and update the release process #384

Merged
merged 3 commits into from
Oct 27, 2023

Conversation

grcevski
Copy link
Contributor

This PR adds a NOTICE file to Beyla with the attribution to OpenTelemetry Go Autoinstrumentation. The PR also changes our release process to include our LICENSE and the new NOTICE file in our distributions, tar and Docker.

Closes #378

@grcevski grcevski requested a review from mariomac as a code owner October 25, 2023 15:33
NOTICE Outdated
Comment on lines 4 to 6
In the event that we accidentally failed to list a required notice, please
bring it to our attention by opening a GitHub issue at
https://github.com/grafana/beyla/issues.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are missing notices for libbpf and a lot of Go modules.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, sounds good. I'll add them. Thanks for checking.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a third_party_licenses.csv for all of the third-party libraries we use, which is generated with the Makefile. I added the file as well to the binaries and two additional notices for libbpf (vmlinux.h) and parts of ebpf-go we have in our include.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

third_party_licenses.csv includes license notices, but it misses copywrite notices.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added wording to say that the copyright for the third party libraries belongs to the authors of the third party libraries.

Copy link

@pellared pellared Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably it would be the best if you check this with legals.
I have no other comments.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (90d39e9) 81.35% compared to head (a9c87a9) 81.26%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #384      +/-   ##
==========================================
- Coverage   81.35%   81.26%   -0.10%     
==========================================
  Files          53       53              
  Lines        4120     4120              
==========================================
- Hits         3352     3348       -4     
- Misses        584      592       +8     
+ Partials      184      180       -4     
Flag Coverage Δ
integration-test 71.86% <ø> (-1.02%) ⬇️
unittests 43.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@grcevski grcevski merged commit 2c2ea40 into grafana:main Oct 27, 2023
3 checks passed
@grcevski grcevski deleted the licence_updates branch October 27, 2023 12:34
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.

Legal: Binary distributions are missing copywrite and license notices
4 participants