Repository: kafka Updated Branches: refs/heads/trunk 7b7c4a7bb -> a4802962c
KAFKA-3767; Add missing license to connect-test.properties This address to https://issues.apache.org/jira/browse/KAFKA-3767. Author: Sasaki Toru <[email protected]> Reviewers: Ismael Juma <[email protected]> Closes #1443 from sasakitoa/test_failure_no_license Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/a4802962 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/a4802962 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/a4802962 Branch: refs/heads/trunk Commit: a4802962c9e87f9cc81e1820fc88c71bd70b6666 Parents: 7b7c4a7 Author: Sasaki Toru <[email protected]> Authored: Sat May 28 11:30:19 2016 +0100 Committer: Ismael Juma <[email protected]> Committed: Sat May 28 11:30:19 2016 +0100 ---------------------------------------------------------------------- .../json/src/test/resources/connect-test.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/a4802962/connect/json/src/test/resources/connect-test.properties ---------------------------------------------------------------------- diff --git a/connect/json/src/test/resources/connect-test.properties b/connect/json/src/test/resources/connect-test.properties index 5b7e788..9a48f68 100644 --- a/connect/json/src/test/resources/connect-test.properties +++ b/connect/json/src/test/resources/connect-test.properties @@ -1,2 +1,17 @@ +# 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. + schemas.cache.size=1
