I came across this project randomly and it looks fantastic! I'm thinking about implementing a SWD-based sampling profiler, and this codebase seems like a great place to start. I wanted to get a clarification on the license of the code -- I see the MIT license at the top level, but a few of the files (e.g.
|
/* ======================================== |
|
* |
|
* Copyright YOUR COMPANY, THE YEAR |
|
* All Rights Reserved |
|
* UNPUBLISHED, LICENSED SOFTWARE. |
|
* |
|
* CONFIDENTIAL AND PROPRIETARY INFORMATION |
|
* WHICH IS THE PROPERTY OF your company. |
|
* |
|
* ======================================== |
|
*/ |
) have what I hope is just leftover stub license. To confirm -- the entire repo is MIT licensed? (I plan on doing my work under MIT as well, but wanted to make sure there were no issues!)
I came across this project randomly and it looks fantastic! I'm thinking about implementing a SWD-based sampling profiler, and this codebase seems like a great place to start. I wanted to get a clarification on the license of the code -- I see the MIT license at the top level, but a few of the files (e.g.
pico_debug/modules/lerp_task/task.c
Lines 1 to 11 in 7ca57da