This is an automated email from the ASF dual-hosted git repository.

kezhuw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d522642a ZOOKEEPER-4852: Fix the bad "*uuuuu" mark in the ASF license
9d522642a is described below

commit 9d522642a9c78dafb7084952f9807beb205478c3
Author: Aditya Yadav <166515021+aditya0ya...@users.noreply.github.com>
AuthorDate: Tue Oct 29 07:47:04 2024 +0530

    ZOOKEEPER-4852: Fix the bad "*uuuuu" mark in the ASF license
    
    Reviewers: tisonkun, kezhuw
    Author: aditya0yadav
    Closes #2207 from aditya0yadav/master
---
 .../java/org/apache/zookeeper/server/ByteBufferRequestRecord.java     | 4 ++--
 .../src/main/java/org/apache/zookeeper/server/Request.java            | 4 ++--
 .../src/main/java/org/apache/zookeeper/server/RequestRecord.java      | 4 ++--
 .../main/java/org/apache/zookeeper/server/SimpleRequestRecord.java    | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/zookeeper-server/src/main/java/org/apache/zookeeper/server/ByteBufferRequestRecord.java
 
b/zookeeper-server/src/main/java/org/apache/zookeeper/server/ByteBufferRequestRecord.java
index 5ddae2460..73f068d99 100644
--- 
a/zookeeper-server/src/main/java/org/apache/zookeeper/server/ByteBufferRequestRecord.java
+++ 
b/zookeeper-server/src/main/java/org/apache/zookeeper/server/ByteBufferRequestRecord.java
@@ -8,9 +8,9 @@
  * with the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
- *uuuuu
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "/RequuuAS IS" BASIS,
+ * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
diff --git 
a/zookeeper-server/src/main/java/org/apache/zookeeper/server/Request.java 
b/zookeeper-server/src/main/java/org/apache/zookeeper/server/Request.java
index c174fdd1e..c8b404e79 100644
--- a/zookeeper-server/src/main/java/org/apache/zookeeper/server/Request.java
+++ b/zookeeper-server/src/main/java/org/apache/zookeeper/server/Request.java
@@ -8,9 +8,9 @@
  * with the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
- *uuuuu
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "/RequuuAS IS" BASIS,
+ * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
diff --git 
a/zookeeper-server/src/main/java/org/apache/zookeeper/server/RequestRecord.java 
b/zookeeper-server/src/main/java/org/apache/zookeeper/server/RequestRecord.java
index 6265f168e..c18e4ce2a 100644
--- 
a/zookeeper-server/src/main/java/org/apache/zookeeper/server/RequestRecord.java
+++ 
b/zookeeper-server/src/main/java/org/apache/zookeeper/server/RequestRecord.java
@@ -8,9 +8,9 @@
  * with the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
- *uuuuu
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "/RequuuAS IS" BASIS,
+ * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
diff --git 
a/zookeeper-server/src/main/java/org/apache/zookeeper/server/SimpleRequestRecord.java
 
b/zookeeper-server/src/main/java/org/apache/zookeeper/server/SimpleRequestRecord.java
index a97cd19ae..9a49fad84 100644
--- 
a/zookeeper-server/src/main/java/org/apache/zookeeper/server/SimpleRequestRecord.java
+++ 
b/zookeeper-server/src/main/java/org/apache/zookeeper/server/SimpleRequestRecord.java
@@ -8,9 +8,9 @@
  * with the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
- *uuuuu
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "/RequuuAS IS" BASIS,
+ * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.

Reply via email to