Add license headers
[bottlenecks.git] / utils / infra_setup / passwordless_SSH / set_passwordless_ssh.sh
index cbca6b2..7968c22 100755 (executable)
@@ -1,4 +1,12 @@
 #! /bin/bash
+##############################################################################
+# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 
 #this script is copied from https://github.com/guioconnor/Passwordless-SSH.
 #the Bottlenecks project needs to set the machines login each other passwordless, this script is appropriate.