License#18
Merged
Merged
Conversation
Closed
2f06b90 to
b54441f
Compare
Additionaly, only-new-issues behaviour for golangci-lint intentionaly disabled to strictless
b54441f to
7a1d35a
Compare
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.
PR #18: License
Summary
Adds Apache 2.0 licensing to the project with automated enforcement tooling and CI updates.
Changes
1. License File & Copyright Headers
LICENSEfile at repo root.Copyright 2026 thumbriseApache 2.0 header to all.goand.jssource files (9 files).2. License Enforcement Tooling (
license-eye)github.com/apache/skywalking-eyesas a Go tool dependency (go.mod)..licenserc.yamlconfigureslicense-eyeto:**/*.go,**/*.js,**/*.ts,**/*.sh.*.yaml,*.md,go.mod,go.sum, etc.).go.mod.licensetask inTaskfile.yamlrunslicense-eye header fixfor local auto-fixing.3. CI Restructuring (
.github/workflows/ci.yml)golangci/golangci-lint-action@v9with manualgolangci-lintinstall +task lint.task lintnow runs bothgolangci-lintandlicense-eye(dependency check + header check).only-new-issues: truebehavior — all existing lint issues will now be reported.rnorton5432/setup-task@v1with officialgo-task/setup-task@v1.4. Minor Test Refactor (
signal/trace/composite_sampler_test.go)!(Drop < RecordOnly && RecordOnly < RecordAndSample)Drop >= RecordOnly || RecordOnly >= RecordAndSample