mirror of https://github.com/apache/kafka.git
Add license header in suppressions.xml (#11753)
Add license header in suppressions.xml Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
parent
c7586cc38d
commit
760e6f3741
|
@ -1,17 +1,17 @@
|
||||||
// Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
// contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
// this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
// The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
// (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
// the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
//
|
#
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
//
|
#
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
# limitations under the License.
|
||||||
docstrings = JavaDoc
|
docstrings = JavaDoc
|
||||||
maxColumn = 120
|
maxColumn = 120
|
||||||
continuationIndent.defnSite = 2
|
continuationIndent.defnSite = 2
|
||||||
|
|
|
@ -3,20 +3,20 @@
|
||||||
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
||||||
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
|
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
|
||||||
<!--
|
<!--
|
||||||
// Licensed to the Apache Software Foundation (ASF) under one or more
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
// contributor license agreements. See the NOTICE file distributed with
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
// this work for additional information regarding copyright ownership.
|
this work for additional information regarding copyright ownership.
|
||||||
// The ASF licenses this file to You under the Apache License, Version 2.0
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
// (the "License"); you may not use this file except in compliance with
|
(the "License"); you may not use this file except in compliance with
|
||||||
// the License. You may obtain a copy of the License at
|
the License. You may obtain a copy of the License at
|
||||||
//
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
//
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<module name="Checker">
|
<module name="Checker">
|
||||||
<property name="localeLanguage" value="en"/>
|
<property name="localeLanguage" value="en"/>
|
||||||
|
|
|
@ -2,20 +2,20 @@
|
||||||
"-//Puppy Crawl//DTD Import Control 1.1//EN"
|
"-//Puppy Crawl//DTD Import Control 1.1//EN"
|
||||||
"http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
|
"http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
|
||||||
<!--
|
<!--
|
||||||
// Licensed to the Apache Software Foundation (ASF) under one or more
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
// contributor license agreements. See the NOTICE file distributed with
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
// this work for additional information regarding copyright ownership.
|
this work for additional information regarding copyright ownership.
|
||||||
// The ASF licenses this file to You under the Apache License, Version 2.0
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
// (the "License"); you may not use this file except in compliance with
|
(the "License"); you may not use this file except in compliance with
|
||||||
// the License. You may obtain a copy of the License at
|
the License. You may obtain a copy of the License at
|
||||||
//
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
//
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<import-control pkg="kafka">
|
<import-control pkg="kafka">
|
||||||
|
|
|
@ -2,20 +2,20 @@
|
||||||
"-//Puppy Crawl//DTD Import Control 1.1//EN"
|
"-//Puppy Crawl//DTD Import Control 1.1//EN"
|
||||||
"http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
|
"http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
|
||||||
<!--
|
<!--
|
||||||
// Licensed to the Apache Software Foundation (ASF) under one or more
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
// contributor license agreements. See the NOTICE file distributed with
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
// this work for additional information regarding copyright ownership.
|
this work for additional information regarding copyright ownership.
|
||||||
// The ASF licenses this file to You under the Apache License, Version 2.0
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
// (the "License"); you may not use this file except in compliance with
|
(the "License"); you may not use this file except in compliance with
|
||||||
// the License. You may obtain a copy of the License at
|
the License. You may obtain a copy of the License at
|
||||||
//
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
//
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<import-control pkg="org.apache.kafka.jmh">
|
<import-control pkg="org.apache.kafka.jmh">
|
||||||
|
|
|
@ -2,20 +2,20 @@
|
||||||
"-//Puppy Crawl//DTD Import Control 1.1//EN"
|
"-//Puppy Crawl//DTD Import Control 1.1//EN"
|
||||||
"http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
|
"http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
|
||||||
<!--
|
<!--
|
||||||
// Licensed to the Apache Software Foundation (ASF) under one or more
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
// contributor license agreements. See the NOTICE file distributed with
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
// this work for additional information regarding copyright ownership.
|
this work for additional information regarding copyright ownership.
|
||||||
// The ASF licenses this file to You under the Apache License, Version 2.0
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
// (the "License"); you may not use this file except in compliance with
|
(the "License"); you may not use this file except in compliance with
|
||||||
// the License. You may obtain a copy of the License at
|
the License. You may obtain a copy of the License at
|
||||||
//
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
//
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<import-control pkg="org.apache.kafka">
|
<import-control pkg="org.apache.kafka">
|
||||||
|
|
|
@ -1,9 +1,24 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<!DOCTYPE suppressions PUBLIC
|
<!DOCTYPE suppressions PUBLIC
|
||||||
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
||||||
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
||||||
|
<!--
|
||||||
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
this work for additional information regarding copyright ownership.
|
||||||
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
(the "License"); you may not use this file except in compliance with
|
||||||
|
the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
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.
|
||||||
|
-->
|
||||||
<suppressions>
|
<suppressions>
|
||||||
|
|
||||||
<!-- Note that [/\\] must be used as the path separator for cross-platform support -->
|
<!-- Note that [/\\] must be used as the path separator for cross-platform support -->
|
||||||
|
|
Loading…
Reference in New Issue