Repository: kafka Updated Branches: refs/heads/trunk bd3fe839c -> 47c888078
MINOR: Fix missing copyright in config file added in KAFKA-2640. Author: Ewen Cheslack-Postava <[email protected]> Reviewers: Guozhang Wang Closes #377 from ewencp/minor-jaas-config-copyright Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/47c88807 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/47c88807 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/47c88807 Branch: refs/heads/trunk Commit: 47c888078d257c45c3685c514d0d4556ac46f947 Parents: bd3fe83 Author: Ewen Cheslack-Postava <[email protected]> Authored: Wed Oct 28 20:44:41 2015 -0700 Committer: Guozhang Wang <[email protected]> Committed: Wed Oct 28 20:44:41 2015 -0700 ---------------------------------------------------------------------- core/src/test/resources/zk-digest-jaas.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/47c88807/core/src/test/resources/zk-digest-jaas.conf ---------------------------------------------------------------------- diff --git a/core/src/test/resources/zk-digest-jaas.conf b/core/src/test/resources/zk-digest-jaas.conf index 6020cd2..49ff60f 100644 --- a/core/src/test/resources/zk-digest-jaas.conf +++ b/core/src/test/resources/zk-digest-jaas.conf @@ -1,3 +1,15 @@ +/** +* 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. +*/ Server { org.apache.zookeeper.server.auth.DigestLoginModule required user_super="adminsecret"
