contrib/rtos-helpers/uCOS-III-openocd: change license to Apache-2.0
This file is intended to be included in any user's project that plans to use OpenOCD awareness for uCOS-III. It is supposed to be distributed under a license compatible with the uCOS-III code, that is Apache-2.0 license. Distribute it under Apache License 2.0. Change-Id: I51ecd469c8ccdd23a069d21e89b7d90886691395 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7996 Tested-by: jenkins
This commit is contained in:
parent
3fb729980c
commit
d7ee0e422e
|
@ -1,4 +1,13 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
/*
|
||||
* The original version of this file did not reported any license nor
|
||||
* copyright, but the author clearly stated that:
|
||||
* "This file should be linked along with the [uC/OS-III user's] project
|
||||
* to enable RTOS support for uC/OS-III."
|
||||
* Such statement implies the willing to have this file's license compatible
|
||||
* with the license Apache 2.0 of uC/OS-III.
|
||||
*/
|
||||
|
||||
/*
|
||||
* uC/OS-III does not provide a fixed layout for OS_TCB, which makes it
|
||||
|
|
Loading…
Reference in New Issue