diff options
author | Kevin Rocard <kevinx.rocard@intel.com> | 2013-02-08 11:37:39 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-02-12 17:03:45 +0100 |
commit | fe753d4ba5d5bf3df7b7f4876280b74fc8647285 (patch) | |
tree | f03292b9c172190bb2c6827cdd2a8771cf79027e /tools | |
parent | 040a4df4fa42f5fcc808da2600ea7a37d0973bcb (diff) | |
download | external_parameter-framework-fe753d4ba5d5bf3df7b7f4876280b74fc8647285.zip external_parameter-framework-fe753d4ba5d5bf3df7b7f4876280b74fc8647285.tar.gz external_parameter-framework-fe753d4ba5d5bf3df7b7f4876280b74fc8647285.tar.bz2 |
PFW: Add licence header in coverage tool
BZ: 85983
Add a copyright header to the xml coverage generator script, coverage.py :
INTEL CONFIDENTIAL
Copyright 2013 Intel
Corporation All Rights Reserved.
...
Change-Id: I8a5efd67fd3a0603c50a05318f7aec8277689630
Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com>
Reviewed-on: http://android.intel.com:8080/91036
Reviewed-by: Gonzalve, Sebastien <sebastien.gonzalve@intel.com>
Reviewed-by: cactus <cactus@intel.com>
Tested-by: Dixon, CharlesX <charlesx.dixon@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/coverage.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/coverage.py b/tools/coverage.py index 9b5f8c4..4e8494a 100755 --- a/tools/coverage.py +++ b/tools/coverage.py @@ -1,5 +1,25 @@ #!/usr/bin/env python3 +# INTEL CONFIDENTIAL +# Copyright 2013 Intel +# Corporation All Rights Reserved. +# +# The source code contained or described herein and all documents related to +# the source code ("Material") are owned by Intel Corporation or its suppliers +# or licensors. Title to the Material remains with Intel Corporation or its +# suppliers and licensors. The Material contains trade secrets and proprietary +# and confidential information of Intel or its suppliers and licensors. The +# Material is protected by worldwide copyright and trade secret laws and +# treaty provisions. No part of the Material may be used, copied, reproduced, +# modified, published, uploaded, posted, transmitted, distributed, or +# disclosed in any way without Intels prior express written permission. +# +# No license under any patent, copyright, trade secret or other intellectual +# property right is granted to or conferred upon you by disclosure or delivery +# of the Materials, either expressly, by implication, inducement, estoppel or +# otherwise. Any license under such intellectual property rights must be +# express and approved by Intel in writing. + """ Generate a coverage report by parsing parameter framework log. |