capistrant commented on PR #18435:
URL: https://github.com/apache/druid/pull/18435#issuecomment-3245951128
@AdheipSingh thanks for the updates! I guess there are more files still
getting flagged for improper license header in static checks. Once we get this
green, it will be easier to see what other things may need to be fixed up.
```
druid-operator/e2e/druid-ingestion-test.sh
druid-operator/e2e/Dockerfile-testpod
druid-operator/e2e/test-extra-common-config.sh
druid-operator/e2e/wikipedia-test.sh
druid-operator/e2e/monitor-task.sh
druid-operator/README.md
druid-operator/docs/README.md
druid-operator/docs/examples.md
druid-operator/docs/getting_started.md
druid-operator/docs/druid_cr.md
druid-operator/docs/dev_doc.md
druid-operator/docs/api_specifications/druid.md
druid-operator/docs/kubebuilder_v3_migration.md
druid-operator/docs/features.md
druid-operator/tutorials/druid-on-kind/README.md
druid-operator/PROJECT
druid-operator/go.mod
druid-operator/chart/.helmignore
druid-operator/chart/templates/_helpers.tpl
druid-operator/chart/templates/NOTES.txt
druid-operator/ADOPTERS.md
druid-operator/Makefile
druid-operator/hack/api-docs/template/members.tpl
druid-operator/hack/api-docs/template/type.tpl
druid-operator/hack/api-docs/template/pkg.tpl
druid-operator/go.sum
druid-operator/.dockerignore
```
^ From java 17 static checks listing files missing licenses header. I
guess even markdowns need the proper licensing header. You can find examples
for each file type in the existing repository. For `.tpl` probably just copy
the content from a java source file with `.tpl` format for multi-line comments?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]