Skip to content

Commit 9d52264

Browse files
authored
ZOOKEEPER-4852: Fix the bad "*uuuuu" mark in the ASF license
Reviewers: tisonkun, kezhuw Author: aditya0yadav Closes #2207 from aditya0yadav/master
1 parent 837f86c commit 9d52264

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

zookeeper-server/src/main/java/org/apache/zookeeper/server/ByteBufferRequestRecord.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* with the License. You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
11-
*uuuuu
11+
*
1212
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "/RequuuAS IS" BASIS,
13+
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.

zookeeper-server/src/main/java/org/apache/zookeeper/server/Request.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* with the License. You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
11-
*uuuuu
11+
*
1212
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "/RequuuAS IS" BASIS,
13+
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.

zookeeper-server/src/main/java/org/apache/zookeeper/server/RequestRecord.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* with the License. You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
11-
*uuuuu
11+
*
1212
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "/RequuuAS IS" BASIS,
13+
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.

zookeeper-server/src/main/java/org/apache/zookeeper/server/SimpleRequestRecord.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* with the License. You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
11-
*uuuuu
11+
*
1212
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "/RequuuAS IS" BASIS,
13+
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.

0 commit comments

Comments
 (0)