Legality of creating a build environment
Posted: Wed Apr 15, 2009 4:10 am
Don't really know if this is in the right forum. I figured since it has to do with an OS and tools, it might as well be put here, but feel free to move it if it doesn't.
I was wondering if it would be legal to create a build environment and put it available for download. The reason why I'm asking this question is because I wanted to incorporate tools like YASM and GCC. I know that I should probably check out the license of these projects (they're both open-source projects), but after knowing their licenses and reading them I'm still not really sure of what I can and can't do.
Would it be legal for me to create some sort of package with YASM and GCC and put it available for download for other developers? Or should I mail the developers asking the same question to them to be sure, has anyone had any experience with something similar?
YASM is licensed under 4 licenses: The BSD License, The LGPL (2.0) license, the GPL (2.0) license and the Artistic License.
GCC is licensed under the GPL (2.0) license.
Thanks for your time,
Creature
I was wondering if it would be legal to create a build environment and put it available for download. The reason why I'm asking this question is because I wanted to incorporate tools like YASM and GCC. I know that I should probably check out the license of these projects (they're both open-source projects), but after knowing their licenses and reading them I'm still not really sure of what I can and can't do.
Would it be legal for me to create some sort of package with YASM and GCC and put it available for download for other developers? Or should I mail the developers asking the same question to them to be sure, has anyone had any experience with something similar?
YASM is licensed under 4 licenses: The BSD License, The LGPL (2.0) license, the GPL (2.0) license and the Artistic License.
GCC is licensed under the GPL (2.0) license.
Thanks for your time,
Creature