Skip to content

Commit 1bf3590

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TEST: update licenses and add an empty line in the end
1 parent 70c5797 commit 1bf3590

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

TESTS/usb_device/basic/USBEndpointTester.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2018, ARM Limited, All Rights Reserved
2+
* Copyright (c) 2018-2020, ARM Limited, All Rights Reserved
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -865,4 +865,4 @@ void USBEndpointTester::start_ep_in_abort_test()
865865
write_start(_endpoints[EP_INT_IN], _endpoint_buffs[EP_INT_IN], (*_endpoint_configs)[EP_INT_IN].max_packet);
866866
}
867867
#endif
868-
#endif //USB_DEVICE_TESTS
868+
#endif //USB_DEVICE_TESTS

TESTS/usb_device/basic/USBTester.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2018, ARM Limited, All Rights Reserved
2+
* Copyright (c) 2018-2020, ARM Limited, All Rights Reserved
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -707,4 +707,4 @@ void USBTester::epbulk_out_callback()
707707
read_start(bulk_out, bulk_buf, sizeof(bulk_buf));
708708
}
709709
#endif
710-
#endif //USB_DEVICE_TESTS
710+
#endif //USB_DEVICE_TESTS

TESTS/usb_device/basic/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2018, ARM Limited, All Rights Reserved
2+
* Copyright (c) 2018-2020, ARM Limited, All Rights Reserved
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -670,4 +670,4 @@ int main()
670670

671671
#endif // !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
672672
#endif // !defined(MBED_CONF_RTOS_PRESENT)
673-
#endif // !defined(MBED_CONF_RTOS_PRESENT)
673+
#endif // !defined(USB_DEVICE_TESTS)

TESTS/usb_device/hid/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2019, ARM Limited, All Rights Reserved
2+
* Copyright (c) 2018-2020, ARM Limited, All Rights Reserved
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -394,4 +394,4 @@ int main()
394394

395395
#endif // !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
396396
#endif // !defined(MBED_CONF_RTOS_PRESENT)
397-
#endif // !defined(USB_DEVICE_TESTS)
397+
#endif // !defined(USB_DEVICE_TESTS)

TESTS/usb_device/msd/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, Arm Limited and affiliates.
2+
* Copyright (c) 2019-2020, Arm Limited and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

TESTS/usb_device/serial/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2019, ARM Limited, All Rights Reserved
2+
* Copyright (c) 2018-2020, ARM Limited, All Rights Reserved
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -858,4 +858,4 @@ int main()
858858

859859
#endif // !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
860860
#endif // !defined(MBED_CONF_RTOS_PRESENT)
861-
#endif // !defined(USB_DEVICE_TESTS)
861+
#endif // !defined(USB_DEVICE_TESTS)

0 commit comments

Comments
 (0)