diff --git a/tools/run_icetea.py b/tools/run_icetea.py index 94283ce730..689660d904 100644 --- a/tools/run_icetea.py +++ b/tools/run_icetea.py @@ -1,8 +1,6 @@ #! /usr/bin/env python2 """ -mbed SDK -Copyright (c) 2011-2013 ARM Limited - +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 @@ -14,7 +12,6 @@ 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, division, absolute_import diff --git a/tools/test/run_icetea/TEST_DIR/test_pass.py b/tools/test/run_icetea/TEST_DIR/test_pass.py index 4e1f646a9f..f834ea99c4 100644 --- a/tools/test/run_icetea/TEST_DIR/test_pass.py +++ b/tools/test/run_icetea/TEST_DIR/test_pass.py @@ -1,5 +1,5 @@ """ -Copyright 2017 ARM Limited +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 diff --git a/tools/test/run_icetea/TEST_DIR/test_print.py b/tools/test/run_icetea/TEST_DIR/test_print.py index 04654acbef..b5158b4e7b 100644 --- a/tools/test/run_icetea/TEST_DIR/test_print.py +++ b/tools/test/run_icetea/TEST_DIR/test_print.py @@ -1,5 +1,5 @@ """ -Copyright 2017 ARM Limited +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 diff --git a/tools/test/run_icetea/TEST_DIR_HW/__init__.py b/tools/test/run_icetea/TEST_DIR_HW/__init__.py index ecb93799a7..e69de29bb2 100644 --- a/tools/test/run_icetea/TEST_DIR_HW/__init__.py +++ b/tools/test/run_icetea/TEST_DIR_HW/__init__.py @@ -1,14 +0,0 @@ -""" -Copyright 2017 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. -""" \ No newline at end of file diff --git a/tools/test/run_icetea/TEST_DIR_HW/test_K64F.py b/tools/test/run_icetea/TEST_DIR_HW/test_K64F.py index 778af71a84..8e9fc196e5 100644 --- a/tools/test/run_icetea/TEST_DIR_HW/test_K64F.py +++ b/tools/test/run_icetea/TEST_DIR_HW/test_K64F.py @@ -1,5 +1,5 @@ """ -Copyright 2017 ARM Limited +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 diff --git a/tools/test/run_icetea/TEST_DIR_HW/test_predefined_platforms.py b/tools/test/run_icetea/TEST_DIR_HW/test_predefined_platforms.py index 15735913d4..8e5145b25c 100644 --- a/tools/test/run_icetea/TEST_DIR_HW/test_predefined_platforms.py +++ b/tools/test/run_icetea/TEST_DIR_HW/test_predefined_platforms.py @@ -1,5 +1,5 @@ """ -Copyright 2017 ARM Limited +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 diff --git a/tools/test/run_icetea/run_icetea_test.py b/tools/test/run_icetea/run_icetea_test.py index ad1e29def4..393a3d0262 100644 --- a/tools/test/run_icetea/run_icetea_test.py +++ b/tools/test/run_icetea/run_icetea_test.py @@ -1,12 +1,10 @@ """ -mbed SDK -Copyright (c) 2016 ARM Limited - +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 + 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, diff --git a/tools/test/run_icetea/run_icetea_unittest.py b/tools/test/run_icetea/run_icetea_unittest.py index bb94c3efea..052f5a4013 100644 --- a/tools/test/run_icetea/run_icetea_unittest.py +++ b/tools/test/run_icetea/run_icetea_unittest.py @@ -1,12 +1,10 @@ """ -mbed SDK -Copyright (c) 2016 ARM Limited - +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 + 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,