-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZOOKEEPER-4852: Fix the bad "*uuuuu" mark in the ASF license #2207
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @aditya0yadav for taking care of this!
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some leftovers.
zookeeper-server/src/main/java/org/apache/zookeeper/server/ByteBufferRequestRecord.java
Outdated
Show resolved
Hide resolved
zookeeper-server/src/main/java/org/apache/zookeeper/server/Request.java
Outdated
Show resolved
Hide resolved
zookeeper-server/src/main/java/org/apache/zookeeper/server/RequestRecord.java
Outdated
Show resolved
Hide resolved
zookeeper-server/src/main/java/org/apache/zookeeper/server/SimpleRequestRecord.java
Outdated
Show resolved
Hide resolved
…pleRequestRecord.java
…eBufferRequestRecord.java
Merged after applying commit suggests from my side as it is simple and affects no code. Also, backported to branch-3.9 and branch-3.8(after conflict resolved). @aditya0yadav Thank you for your contribution! |
Fix Apache License Header Formatting in Java Files
Description
This pull request addresses a minor documentation formatting issue within the Apache License headers across several Java files. Specifically, the license header contained an incorrect *uuuuu mark, which affected readability and consistency. This update ensures the license header aligns with the official Apache License format.
Changes Made
Corrected the erroneous *uuuuu entry in the license header to reflect the standard Apache License text.
Verified formatting across affected files to maintain consistency.
Files Updated
Updated four Java files under the org.apache.zookeeper.server package.
Why This Change is Needed
Ensuring the license header follows the standard format improves code readability and maintains compliance with ASF documentation standards.