chore: switch to SPDX license headers#4532
Closed
Manvi2402 wants to merge 1 commit intoopen-telemetry:mainfrom
Closed
chore: switch to SPDX license headers#4532Manvi2402 wants to merge 1 commit intoopen-telemetry:mainfrom
Manvi2402 wants to merge 1 commit intoopen-telemetry:mainfrom
Conversation
Contributor
|
Hi @Manvi2402 great to see more contributions from you! Several of the lint jobs are failing. I suspect it might be the script used and/or using a Windows machine:
Please update the files to end in |
Contributor
|
I've noticed also there is a duplicate #4533 (review) cc @MikeGoldsmith |
Author
|
Thanks for the kind words @tammy-baylis-swi ! I had a great time working on this — learned a lot about SPDX headers and CI checks in the process. I'll go ahead and close my PR #4532 since #4533 is already good to go. Looking forward to contributing more! |
Member
|
Ah, sorry @Manvi2402 - thank you for your effort ❤️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Switch all Python source files from the full 13-line Apache 2.0 license
header to the shorter 2-line SPDX format.
Fixes #4521
This is a housekeeping/chore change. The SPDX format is legally and
functionally equivalent to the full Apache 2.0 header. Other OTel SDKs
have already made this change:
588 .py files updated. 2 files with Google LLC copyright were intentionally
left unchanged.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.