aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2023-11-09 15:18:22 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2024-01-21 21:27:11 +0000
commitd7ee0e422eb5b18106b8c50b867fc20c6bcf047c (patch)
tree01598599409f5661a6c3723ce2cbb8ea9ad0277e /contrib
parent3fb729980c6e711146157c8c43a5e06ea6b99758 (diff)
downloadriscv-openocd-d7ee0e422eb5b18106b8c50b867fc20c6bcf047c.zip
riscv-openocd-d7ee0e422eb5b18106b8c50b867fc20c6bcf047c.tar.gz
riscv-openocd-d7ee0e422eb5b18106b8c50b867fc20c6bcf047c.tar.bz2
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/rtos-helpers/uCOS-III-openocd.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/contrib/rtos-helpers/uCOS-III-openocd.c b/contrib/rtos-helpers/uCOS-III-openocd.c
index 9869adf..ff2789e 100644
--- a/contrib/rtos-helpers/uCOS-III-openocd.c
+++ b/contrib/rtos-helpers/uCOS-III-openocd.c
@@ -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