apache / accumulo-testing

Apache Accumulo Testing
https://accumulo.apache.org
Apache License 2.0
15 stars 40 forks source link

Update license headers to match main accumulo project #243

Closed DomGarguilo closed 2 years ago

DomGarguilo commented 2 years ago

Similiar to https://github.com/apache/accumulo/pull/2774. Copied and edited the description of that PR:

https://github.com/apache/accumulo/pull/2774 standardized the headers in the .gitignore files however there are no headers in those files in accumulo-testing. Not sure if they should be added here or if they should be left alone.

ctubbsii commented 2 years ago

@DomGarguilo I don't think I can review a changeset like this, with 358 files changed. I suspect most of these are automatic changes generated from a base configuration change. if you can separate out the configuration change that caused all the files to be changed, I'll review that, and then you can just add a separate commit that does only the automatic changes generated from the reviewed changes.

DomGarguilo commented 2 years ago

@DomGarguilo I don't think I can review a changeset like this, with 358 files changed. I suspect most of these are automatic changes generated from a base configuration change. if you can separate out the configuration change that caused all the files to be changed, I'll review that, and then you can just add a separate commit that does only the automatic changes generated from the reviewed changes.

Sounds good, I'll try to do that.

ctubbsii commented 2 years ago

Sounds good, I'll try to do that.

No worries. I did it in #244. After that, and the subsequent commit is merged, we can pick up the remaining that you may have caught here, that weren't part of headers.

DomGarguilo commented 2 years ago

Sounds good, I'll try to do that.

No worries. I did it in #244. After that, and the subsequent commit is merged, we can pick up the remaining that you may have caught here, that weren't part of headers.

Are you planning to merge the subsequent commit containing the automatically applied headers or should I do that?

ctubbsii commented 2 years ago

Are you planning to merge the subsequent commit containing the automatically applied headers or should I do that?

I've got it. I am done now. If there's anything else remaining in this PR that needs to be done, this can be rebased onto the new main. Otherwise, this can be closed if there's nothing left to do here.

DomGarguilo commented 2 years ago

Looks like all my changes were included in commits already merged into main. Closing this as already completed