lamber-ken opened a new pull request #1356: [HUDI-580] Fix incorrect license header in files URL: https://github.com/apache/incubator-hudi/pull/1356 ## What is the purpose of the pull request During the voting process on rc1 0.5.1-incubating release, Justin pointed out docker/hoodie/hadoop/base/entrypoint.sh has an incorrect license header, But, many script files used the same license header like "entrypoint.sh" has. From apache license guide[2], it says "The text should be enclosed in the appropriate comment syntax for the file format." So, need to remove the repeated "#". Also, refered to https://github.com/apache/hive/blob/master/bin/init-hive-dfs.sh https://github.com/apache/hive/blob/master/bin/hive-config.sh https://github.com/apache/kafka/blob/trunk/bin/connect-distributed.sh https://github.com/apache/kafka/blob/trunk/bin/kafka-leader-election.sh ## Brief change log - Correct right license header ## Committer checklist - [X] Has a corresponding JIRA in PR title & commit - [X] Commit message is descriptive of the change - [ ] CI is green - [ ] Necessary doc changes done or have another open PR - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
