Skip to content

Commit 113f706

Browse files
Updated emails and copyright years
1 parent dbeecb8 commit 113f706

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

packages/mbed-greentea/setup.py

Lines changed: 3 additions & 3 deletions
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-2019 ARM Limited
99
1010
Licensed under the Apache License, Version 2.0 (the "License");
1111
you may not use this file except in compliance with the License.
@@ -29,8 +29,8 @@
2929

3030

3131
DESCRIPTION = "mbed 3.0 onwards test suite, codename Greentea. The test suite is a collection of tools that enable automated testing on mbed-enabled platforms"
32-
OWNER_NAMES = 'Anna Bridge, Azim Khan'
33-
OWNER_EMAILS = '[email protected], Azim.Khan@arm.com'
32+
OWNER_NAMES = 'Anna Bridge, Qinghao Shi'
33+
OWNER_EMAILS = '[email protected], qinghao.shi@arm.com'
3434

3535

3636
def read(fname):

packages/mbed-host-tests/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
"""
77
mbed SDK
8-
Copyright (c) 2011-2016 ARM Limited
8+
Copyright (c) 2011-2019 ARM Limited
99
1010
Licensed under the Apache License, Version 2.0 (the "License");
1111
you may not use this file except in compliance with the License.
@@ -28,8 +28,8 @@
2828
from setuptools import find_packages
2929

3030
DESCRIPTION = "mbed tools used to flash, reset and supervise test execution for mbed-enabled devices"
31-
OWNER_NAMES = 'Jimmy Brisson, Brian Daniels'
32-
OWNER_EMAILS = '[email protected], Brian.Daniels@arm.com'
31+
OWNER_NAMES = 'Qinghao Shi'
32+
OWNER_EMAILS = 'qinghao.shi@arm.com'
3333

3434

3535
def read(fname):

packages/mbed-ls/setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
"""
77
mbed SDK
8-
Copyright (c) 2011-2018 ARM Limited
8+
Copyright (c) 2011-2019 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
@@ -25,9 +25,8 @@
2525
from setuptools import find_packages
2626

2727
DESCRIPTION = "mbed-ls is a Python module that detects and lists mbed-enabled devices connected to the host computer"
28-
OWNER_NAMES = 'Jimmy Brisson, Brian Daniels'
29-
30-
28+
OWNER_NAMES = 'Graham Hammond, Mark Edgeworth'
29+
3130

3231

3332
def read(fname):

0 commit comments

Comments
 (0)