Skip to content

Commit 449ef92

Browse files
author
Olli-Pekka Puolitaival
committed
Update licenses
1 parent 8a107ac commit 449ef92

File tree

8 files changed

+9
-30
lines changed

8 files changed

+9
-30
lines changed

tools/run_icetea.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#! /usr/bin/env python2
22
"""
3-
mbed SDK
4-
Copyright (c) 2011-2013 ARM Limited
5-
3+
Copyright 2018 ARM Limited
64
Licensed under the Apache License, Version 2.0 (the "License");
75
you may not use this file except in compliance with the License.
86
You may obtain a copy of the License at
@@ -14,7 +12,6 @@
1412
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1513
See the License for the specific language governing permissions and
1614
limitations under the License.
17-
1815
"""
1916

2017
from __future__ import print_function, division, absolute_import

tools/test/run_icetea/TEST_DIR/test_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2017 ARM Limited
2+
Copyright 2018 ARM Limited
33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
55
You may obtain a copy of the License at

tools/test/run_icetea/TEST_DIR/test_print.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2017 ARM Limited
2+
Copyright 2018 ARM Limited
33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
55
You may obtain a copy of the License at
Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +0,0 @@
1-
"""
2-
Copyright 2017 ARM Limited
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
14-
"""

tools/test/run_icetea/TEST_DIR_HW/test_K64F.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2017 ARM Limited
2+
Copyright 2018 ARM Limited
33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
55
You may obtain a copy of the License at

tools/test/run_icetea/TEST_DIR_HW/test_predefined_platforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2017 ARM Limited
2+
Copyright 2018 ARM Limited
33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
55
You may obtain a copy of the License at

tools/test/run_icetea/run_icetea_test.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
"""
2-
mbed SDK
3-
Copyright (c) 2016 ARM Limited
4-
2+
Copyright 2018 ARM Limited
53
Licensed under the Apache License, Version 2.0 (the "License");
64
you may not use this file except in compliance with the License.
75
You may obtain a copy of the License at
86
9-
http://www.apache.org/licenses/LICENSE-2.0
7+
http://www.apache.org/licenses/LICENSE-2.0
108
119
Unless required by applicable law or agreed to in writing, software
1210
distributed under the License is distributed on an "AS IS" BASIS,

tools/test/run_icetea/run_icetea_unittest.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
"""
2-
mbed SDK
3-
Copyright (c) 2016 ARM Limited
4-
2+
Copyright 2018 ARM Limited
53
Licensed under the Apache License, Version 2.0 (the "License");
64
you may not use this file except in compliance with the License.
75
You may obtain a copy of the License at
86
9-
http://www.apache.org/licenses/LICENSE-2.0
7+
http://www.apache.org/licenses/LICENSE-2.0
108
119
Unless required by applicable law or agreed to in writing, software
1210
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)