With Walter PR [1] removing some Red Hat references from the 10.0.x branch on `kie-tools`, I could see that we still have some Red Hat headers on the `kie-tools` codebase. I've opened a PR to 10.0.x fixing some files [2], but I left a few, as I'm not sure if they should be changed. Here is the list of files that were left unchanged:
- packages/serverless-workflow-diagram-editor/third_party/errai/src/main/java/org/jboss/errai/common/client/util/Base64Util.java - packages/sonataflow-operator/bddframework/pkg/api /app/v1beta1/zz_generated.deepcopy.go - packages/sonataflow-operator/bddframework/pkg/framework/infrastructure/ grafana/v1alpha1/zz_generated.deepcopy.go - packages/sonataflow-operator/bddframework/pkg/framework/infrastructure/ infinispan/v1/zz_generated.deepcopy.go - packages/sonataflow-operator/bddframework /pkg/framework/infrastructure/kafka/v1beta2/zz_generated.deepcopy.go - packages/sonataflow-operator/bddframework/pkg/framework/infrastructure/ keycloak/v1alpha1/zz_generated.deepcopy.go - packages/sonataflow-operator/bddframework/pkg/framework/infrastructure/ mongodb/v1/zz_generated.deepcopy.go The go files have some comments telling it was auto generated and shouldn't be changed. So maybe we need to see why it was auto generated with the Red Hat headers. Now, many of the changes are from the `sonataflow-operator`. As it was moved to `kie-tools`, maybe it would be good to double-check on the other repos as well? [1] https://github.com/apache/incubator-kie-tools/pull/2489 [2] https://github.com/apache/incubator-kie-tools/pull/2496