From 034e7cc3f2c7ae3b6618b9286249a0c5390cc088 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Wed, 22 Apr 2015 18:39:21 +0100 Subject: tests: add copyright headers to all test files They are missing and we need them if we want to opensource this. Change-Id: I456ecd5ac5e33c7ada234f490389572d8932090b Signed-off-by: Javi Merino --- tests/test_thermal.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests/test_thermal.py') diff --git a/tests/test_thermal.py b/tests/test_thermal.py index 61f50a9..7359c71 100644 --- a/tests/test_thermal.py +++ b/tests/test_thermal.py @@ -1,4 +1,18 @@ #!/usr/bin/python +# $Copyright: +# ---------------------------------------------------------------- +# This confidential and proprietary software may be used only as +# authorised by a licensing agreement from ARM Limited +# (C) COPYRIGHT 2015 ARM Limited +# ALL RIGHTS RESERVED +# The entire notice above must be reproduced on all authorised +# copies and copies may only be made to the extent permitted +# by a licensing agreement from ARM Limited. +# ---------------------------------------------------------------- +# File: test_thermal.py +# ---------------------------------------------------------------- +# $ +# import unittest import matplotlib -- cgit v1.2.3