Skip to content

Commit 40f6a0b

Browse files
committed
Fix driver formatting options
Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent ec5aa94 commit 40f6a0b

2 files changed

Lines changed: 10 additions & 16 deletions

File tree

lsm6dso_reg.c

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
******************************************************************************
77
* @attention
88
*
9-
* <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
10-
* All rights reserved.</center></h2>
9+
* Copyright (c) 2021 STMicroelectronics.
10+
* All rights reserved.
1111
*
12-
* This software component is licensed by ST under BSD 3-Clause license,
13-
* the "License"; You may not use this file except in compliance with the
14-
* License. You may obtain a copy of the License at:
15-
* opensource.org/licenses/BSD-3-Clause
12+
* This software is licensed under terms that can be found in the LICENSE file
13+
* in the root directory of this software component.
14+
* If no LICENSE file comes with this software, it is provided AS-IS.
1615
*
1716
******************************************************************************
1817
*/
@@ -11881,5 +11880,3 @@ int32_t lsm6dso_embedded_sens_off(const stmdev_ctx_t *ctx)
1188111880
* @}
1188211881
*
1188311882
*/
11884-
11885-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

lsm6dso_reg.h

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
******************************************************************************
88
* @attention
99
*
10-
* <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
11-
* All rights reserved.</center></h2>
10+
* Copyright (c) 2021 STMicroelectronics.
11+
* All rights reserved.
1212
*
13-
* This software component is licensed by ST under BSD 3-Clause license,
14-
* the "License"; You may not use this file except in compliance with the
15-
* License. You may obtain a copy of the License at:
16-
* opensource.org/licenses/BSD-3-Clause
13+
* This software is licensed under terms that can be found in the LICENSE file
14+
* in the root directory of this software component.
15+
* If no LICENSE file comes with this software, it is provided AS-IS.
1716
*
1817
******************************************************************************
1918
*/
@@ -4330,5 +4329,3 @@ int32_t lsm6dso_embedded_sens_off(const stmdev_ctx_t *ctx);
43304329
#endif
43314330

43324331
#endif /*LSM6DSO_DRIVER_H */
4333-
4334-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

0 commit comments

Comments
 (0)