Who is the copyright holder of the code in image_u8_parallel (and related files)? April Robotics, University of Michigan, or @MqCreaple ? And has @MqCreaple given his permission to license this code under BSD 2? If yes, it would be best to remove these copyright notices or replace them with the same BSD 2 as in other files.
|
/** |
|
* @file image_u8_parallel.c |
|
* @author MqCreaple (gmq14159@gmail.com) |
|
* @brief Parallelized processing of various image_u8 related functions. |
|
* @version 0.1 |
|
* @date 2025-08-07 |
|
* |
|
* @copyright Copyright (c) 2025 |
|
* |
|
*/ |
Who is the copyright holder of the code in
image_u8_parallel(and related files)? April Robotics, University of Michigan, or @MqCreaple ? And has @MqCreaple given his permission to license this code under BSD 2? If yes, it would be best to remove these copyright notices or replace them with the same BSD 2 as in other files.apriltag/common/image_u8_parallel.c
Lines 1 to 10 in 152eee7