Skip to content

Commit ef2c915

Browse files
Few changes to adopt feedbacks from FOSS OUT process
1 parent d69e343 commit ef2c915

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Inc/jdata_conf.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,3 @@
5656
/* Private functions ---------------------------------------------------------*/
5757
size_t read_file(JFILE *file, uint8_t *buf, uint32_t sizeofbuf);
5858
size_t write_file(JFILE *file, uint8_t *buf, uint32_t sizeofbuf);
59-
60-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

Inc/matd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*
1414
* Copyright (c) 2013-2019 Ibrahim Abdelkader <[email protected]>
1515
* Copyright (c) 2013-2019 Kwabena W. Agyeman <[email protected]>
16+
* Copyright (c) 2013-2016 The Regents of The University of Michigan
1617
*
1718
* This software is licensed under terms that can be found in the LICENSE file
1819
* in the root directory of this software component.

Src/jdata_conf.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,3 @@ size_t write_file(JFILE *file, uint8_t *buf, uint32_t sizeofbuf)
6666
return 0;
6767
#endif /* STM32IPL_ENABLE_JPEG */
6868
}
69-
70-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

Src/matd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*
1414
* Copyright (c) 2013-2019 Ibrahim Abdelkader <[email protected]>
1515
* Copyright (c) 2013-2019 Kwabena W. Agyeman <[email protected]>
16+
* Copyright (c) 2013-2016 The Regents of The University of Michigan
1617
*
1718
* This software is licensed under terms that can be found in the LICENSE file
1819
* in the root directory of this software component.

Src/stm32ipl_object_det.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
* in the root directory of this software component.
1414
* If no LICENSE file comes with this software, it is provided AS-IS.
1515
*
16+
* Viola-Jones object detector implementation.
17+
* Based on the work of Francesco Comaschi ([email protected])
18+
*
1619
******************************************************************************
1720
*/
1821

0 commit comments

Comments
 (0)