You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2015/10/29 04:39:23 UTC

kafka git commit: MINOR: Fix missing copyright in config file added in KAFKA-2640.

Repository: kafka
Updated Branches:
  refs/heads/trunk bd3fe839c -> 47c888078


MINOR: Fix missing copyright in config file added in KAFKA-2640.

Author: Ewen Cheslack-Postava <me...@ewencp.org>

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 <me...@ewencp.org>
Authored: Wed Oct 28 20:44:41 2015 -0700
Committer: Guozhang Wang <wa...@gmail.com>
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"