Sebastian Huber commented on a discussion: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1177#note_147886


1. Since 2020, there is a script in rtems-central which can be used to check 
the format of the build items (including the licenses). This tool 
(`specwareverify spec/build --log-level=WARNING`) is now available through `pip 
install specware`. You can also use `grep` to get the information of this MR 
specifically: `grep -r SPDX-License-Identifier: spec/build/ -h | sort`.
2. I do care about the licenses used in rtems.org. It should be possible to use 
the build items to generate sources (header files with configuration defines, 
linker scripts, etc.), so the BSD-2-Clause is required. It should be possible 
to use the build items to generate documentation sources, so the CC-BY-SA-4.0 
is required.
3. Yes and no.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1177#note_147886
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to