From bf7dc1b98ee01903336676b7d91ec407e53309bb Mon Sep 17 00:00:00 2001 From: Jarno Lamsa Date: Mon, 20 Aug 2018 12:18:25 +0300 Subject: [PATCH] Fix copyrights in python scripts --- TEST_APPS/icetea_plugins/ip_test_parsers.py | 17 ++++++++++++++--- TEST_APPS/icetea_plugins/plugins_to_load.py | 17 ++++++++++++++--- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/TEST_APPS/icetea_plugins/ip_test_parsers.py b/TEST_APPS/icetea_plugins/ip_test_parsers.py index f208dcbb6c..79794be0a8 100644 --- a/TEST_APPS/icetea_plugins/ip_test_parsers.py +++ b/TEST_APPS/icetea_plugins/ip_test_parsers.py @@ -1,6 +1,17 @@ -# -# Copyright (c) 2018, Arm Limited and affiliates. -# +""" +Copyright 2018 ARM Limited +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 re import time from collections import OrderedDict diff --git a/TEST_APPS/icetea_plugins/plugins_to_load.py b/TEST_APPS/icetea_plugins/plugins_to_load.py index 356547618a..1322fbcc46 100644 --- a/TEST_APPS/icetea_plugins/plugins_to_load.py +++ b/TEST_APPS/icetea_plugins/plugins_to_load.py @@ -1,6 +1,17 @@ -# -# Copyright (c) 2018, Arm Limited and affiliates. -# +""" +Copyright 2018 ARM Limited +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 ip_test_parsers import IpTestParsers plugins_to_load = {