From fe753d4ba5d5bf3df7b7f4876280b74fc8647285 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Fri, 8 Feb 2013 11:37:39 +0100 Subject: 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 Reviewed-on: http://android.intel.com:8080/91036 Reviewed-by: Gonzalve, Sebastien Reviewed-by: cactus Tested-by: Dixon, CharlesX Reviewed-by: buildbot Tested-by: buildbot --- tools/coverage.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tools/coverage.py') 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. -- cgit v1.1