Skip to content

Commit 5173db5

Browse files
committed
Updating all copyrights to include 2018
1 parent 3db1404 commit 5173db5

19 files changed

+19
-20
lines changed

legacy/mbed-ls/mbed_lstools/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
mbed SDK
3-
Copyright (c) 2011-2015 ARM Limited
3+
Copyright (c) 2011-2018 ARM Limited
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -36,4 +36,3 @@
3636

3737
from .main import mbedls_main
3838
from .main import create
39-

legacy/mbed-ls/mbed_lstools/darwin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
mbed SDK
3-
Copyright (c) 2011-2015 ARM Limited
3+
Copyright (c) 2011-2018 ARM Limited
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

legacy/mbed-ls/mbed_lstools/linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
mbed SDK
3-
Copyright (c) 2011-2015 ARM Limited
3+
Copyright (c) 2011-2018 ARM Limited
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

legacy/mbed-ls/mbed_lstools/lstools_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
mbed SDK
3-
Copyright (c) 2011-2015 ARM Limited
3+
Copyright (c) 2011-2018 ARM Limited
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

legacy/mbed-ls/mbed_lstools/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"""
44
mbed SDK
5-
Copyright (c) 2011-2015 ARM Limited
5+
Copyright (c) 2011-2018 ARM Limited
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

legacy/mbed-ls/mbed_lstools/platform_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
mbed SDK
3-
Copyright (c) 2017 ARM Limited
3+
Copyright (c) 2017-2018 ARM Limited
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

legacy/mbed-ls/mbed_lstools/windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
mbed SDK
3-
Copyright (c) 2011-2015 ARM Limited
3+
Copyright (c) 2011-2018 ARM Limited
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

legacy/mbed-ls/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
"""
77
mbed SDK
8-
Copyright (c) 2011-2015 ARM Limited
8+
Copyright (c) 2011-2018 ARM Limited
99
Licensed under the Apache License, Version 2.0 (the "License");
1010
you may not use this file except in compliance with the License.
1111
You may obtain a copy of the License at

legacy/mbed-ls/test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
mbed SDK
3-
Copyright (c) 2011-2015 ARM Limited
3+
Copyright (c) 2011-2018 ARM Limited
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

legacy/mbed-ls/test/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
mbed SDK
4-
Copyright (c) 2011-2015 ARM Limited
4+
Copyright (c) 2011-2018 ARM Limited
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)