RTEMS Tools | misc/bin2c/rtems-bin2c.c: Add feature to include license header in generated C files (!58)
Christian Mauderer (@c-mauderer)
gitlab at rtems.org
Fri Mar 28 10:06:40 UTC 2025
Merge request https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/58 was reviewed by Christian Mauderer
--
Christian Mauderer commented on a discussion on misc/bin2c/rtems-bin2c.c: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/58#note_121866
> + " * SPDX-License-Identifier: BSD-2-Clause\n"
> + " *\n"
> + " * Copyright (c) 2025, Harinder Singh Dhanoa\n"
Maybe the fixed default license makes that whole topic too complex. A possible use case could be (for example) to generate a device tree blob from a hand written dts in the sources. But in that case, maybe it would be more useful to have an option to read only X lines or to a certain pattern like `/* LICENSE END */` from the license file instead of a fixed license? That would allow having a dts with a license header and just directly copy that to the generated blob. This would solve the problems with the authors. @gedare: What do you think?
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/58
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250328/7fc6c6d4/attachment-0001.htm>
More information about the bugs
mailing list