From f1161160215e2027988a2e557fece399b65d2eae Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Mon, 10 Sep 2018 09:52:39 +0800 Subject: Add license Change-Id: I139c48ca3498a5a1e399abb3ef999da67a47c921 Signed-off-by: Harry Huang --- deploy/ansible_plugins/lookup/yamlfile.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'deploy/ansible_plugins/lookup/yamlfile.py') diff --git a/deploy/ansible_plugins/lookup/yamlfile.py b/deploy/ansible_plugins/lookup/yamlfile.py index c915adc7..489dccce 100644 --- a/deploy/ansible_plugins/lookup/yamlfile.py +++ b/deploy/ansible_plugins/lookup/yamlfile.py @@ -1,4 +1,13 @@ #!/bin/venv python +############################################################################## +# Copyright (c) 2018 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 +############################################################################## + import yaml import sys -- cgit 1.2.3-korg