Hello;
I've started using Halcogen a few weeks ago and I must say it saves quite a good amount of time.
I noticed, that C code generated by Halcogen includes line
/* (c) Texas Instruments 2009-2011, All rights reserved. */
What does this exactly mean? Which license does this code use? Which rights and obligations do I have? Am I allowed to use this code in my commercial closed-source project? Am I allowed to use this code in my GPL open-source project? Am I allowed to modify this code (mostly correct bugs generated by Halcogen!) and redistribute it?
Thanks in advance;