Skip to content

Commit b3ff5b5

Browse files
committed
fix(nucleo u545re_q tests): fix copyright notice in main.c
1 parent 655c8d8 commit b3ff5b5

File tree

1 file changed

+5
-8
lines changed
  • tests/functional/stm32/nucleo_u545re_q/Src

1 file changed

+5
-8
lines changed

tests/functional/stm32/nucleo_u545re_q/Src/main.c

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
* @file main.c
33
* @brief Wrapper project for running Libtropic functional test suite on Nucleo U545RE-Q.
44
* @copyright Copyright (c) 2020-2026 Tropic Square s.r.o.
5+
* @copyright Copyright (c) 2026 STMicroelectronics.
56
*
6-
* @license For the license see LICENSE.md in the root directory of this source tree.
7+
* @license This file is a composite work.
8+
* 1. Tropic Square code: see LICENSE.md in the root directory.
9+
* 2. STMicroelectronics code: see Drivers/STM32U5xx_HAL_Driver/LICENSE.md.
710
*
811
* This file was generated using Stm32CubeMX and modified by Tropic Square to run Libtropic functional
9-
* tests. The original notice:
10-
*
11-
* Copyright (c) 2026 STMicroelectronics.
12-
* All rights reserved.
13-
*
14-
* This software is licensed under terms that can be found in the LICENSE file in the root directory of
15-
* this software component. If no LICENSE file comes with this software, it is provided AS-IS.
12+
* tests.
1613
*/
1714
/* Includes ------------------------------------------------------------------*/
1815
#include "main.h"

0 commit comments

Comments
 (0)