You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/04/13 11:46:32 UTC

[incubator-iotdb] branch master updated: fix jmx licnese

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new b15e94e  fix jmx licnese
b15e94e is described below

commit b15e94e4e4d483e14ff833b9b56dd184be0172fd
Author: qiaojialin <64...@qq.com>
AuthorDate: Mon Apr 13 19:46:13 2020 +0800

    fix jmx licnese
---
 server/src/assembly/resources/conf/jmx.access   | 19 +++++++++++++++++++
 server/src/assembly/resources/conf/jmx.password | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/server/src/assembly/resources/conf/jmx.access b/server/src/assembly/resources/conf/jmx.access
index e826645..d6b57bc 100644
--- a/server/src/assembly/resources/conf/jmx.access
+++ b/server/src/assembly/resources/conf/jmx.access
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 # see https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html#gdeup
 iotdb readonly
 root readwrite
diff --git a/server/src/assembly/resources/conf/jmx.password b/server/src/assembly/resources/conf/jmx.password
index 261a065..9055f01 100644
--- a/server/src/assembly/resources/conf/jmx.password
+++ b/server/src/assembly/resources/conf/jmx.password
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 # see https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html#gdeup
 iotdb passw!d
 root  passw!d
\ No newline at end of file