[EMAIL PROTECTED] wrote: > hello, > > Xenomai is under the GPL license, and I think that I have to > redistribute the source code when I modify or add something on it. > But, I don't know how to process to distribute the source code. Then, > I give you modifications in this mailing list. >
In general, publication of your patches is required when you give binaries to some third party. In-house use doesn't require this by law. Nevertheless, we can only encourage anyone to follow your good example and send us improvements! You will gain feedback and make sure that future versions will already contain your patches. Just a hint on the preferred patch format: either generate a diff of individual modified files by invoking "diff -up file file.orig >> my.patch" or - even easier - check out the subversion repository (see https://gna.org/svn/?group=xenomai for details), change your files and run "svn diff > my.patch". This makes it easier to review the differences and integrate them in the tree. Sorry, I cannot comment on code details, but I'm sure others will. Thanks, Jan
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
