From 9d3bc78868a3a107849ba7c6c5f3d91b104a1111 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Tue, 15 Nov 2016 15:38:02 +0700 Subject: [PATCH] Add Apache 2.0 license to source file As per OpenStack licensing guide lines [1]: [H102 H103] Newly contributed Source Code should be licensed under the Apache 2.0 license. [H104] Files with no code shouldn't contain any license header nor comments, and must be left completely empty. [1] http://docs.openstack.org/developer/hacking/#openstack-licensing Change-Id: I3c55ff82ebcaef22679af5625fb888ef687cf65c --- utils/fuel-qa-builder/setup.py | 12 ++++++++++++ utils/jenkins/parser.py | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/utils/fuel-qa-builder/setup.py b/utils/fuel-qa-builder/setup.py index fbb037f..e9b0b64 100644 --- a/utils/fuel-qa-builder/setup.py +++ b/utils/fuel-qa-builder/setup.py @@ -1,5 +1,17 @@ #!/usr/bin/env python +# Licensed 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. + import os from setuptools import setup diff --git a/utils/jenkins/parser.py b/utils/jenkins/parser.py index 60a5018..eecb0b5 100644 --- a/utils/jenkins/parser.py +++ b/utils/jenkins/parser.py @@ -1,5 +1,17 @@ #!/usr/bin/env python +# Licensed 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. + from __future__ import print_function import getopt