You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/10/20 04:07:54 UTC

[iotdb] branch 1c1d_dockertest updated: update

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

haonan pushed a commit to branch 1c1d_dockertest
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/1c1d_dockertest by this push:
     new 2c8476715f update
2c8476715f is described below

commit 2c8476715f865212c14c1940be49de3cec940018
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Oct 20 12:07:23 2022 +0800

    update
---
 docker/src/main/DockerCompose/start-1c1d.sh | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docker/src/main/DockerCompose/start-1c1d.sh b/docker/src/main/DockerCompose/start-1c1d.sh
index a6501b2a3e..fcab98857b 100644
--- a/docker/src/main/DockerCompose/start-1c1d.sh
+++ b/docker/src/main/DockerCompose/start-1c1d.sh
@@ -1,3 +1,21 @@
 #!/bin/bash
+#
+# 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.
+#
 ./confignode/sbin/start-confignode.sh &
 ./datanode/sbin/start-datanode.sh &
\ No newline at end of file