diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2017-07-24 07:09:44 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2017-07-24 07:09:44 +0000 |
commit | d1688a9d1ef8f6005e4d45e108fc52fea837d32b (patch) | |
tree | e8b6a349b6b1cfb91a660e94582eb728a9d65867 /api/resources/v2/openrcs.py | |
parent | 15d807c22f33fab8e1f9b61e1d0c041a8144ee89 (diff) |
Bugfix: missing license in api directory
JIRA: YARDSTICK-759
In api directory, there are many files missing license header.
We need to add it.
Change-Id: Ia46cf207295007d4eb7fbf0d3319611f256c36bc
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'api/resources/v2/openrcs.py')
-rw-r--r-- | api/resources/v2/openrcs.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/api/resources/v2/openrcs.py b/api/resources/v2/openrcs.py index 5f3b9382f..cb506d0e8 100644 --- a/api/resources/v2/openrcs.py +++ b/api/resources/v2/openrcs.py @@ -1,3 +1,11 @@ +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd. +# +# 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 uuid import logging import re |