GoogleCloudPlatform / opentelemetry-demo

Apache License 2.0
14 stars 7 forks source link

Add GCP copyright check #100

Open damemi opened 3 months ago

damemi commented 3 months ago

The .licenserc.json and license check just look for OpenTelemetry copyright. We're currently adding GCP files to the ignore section of licenserc and manually checking for copyright notices during review. We should update the CI check to tell it which files should have GCP copyright, which ones should have otel copyright, and possibly some that have both

aabmass commented 3 months ago

Discussed in triage, one other option is to move over the GCP license checker bot https://github.com/googleapis/repo-automation-bots/tree/main/packages/header-checker-lint which we use in our other repos.