News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Licensing question

Started by ewww, July 02, 2012, 02:22:51 PM

Previous topic - Next topic

ewww

Hi

can you please let me know what are the licenses applied (if any) to the cb auto-generated files. E.g. the one that comes with creating new static lib project.
Thank you!

"The only exception is the SDK which is allowed to be linked by closed-source plugins."
Does this apply to auto-gen files as well?

MortenMacFly

Quote from: ewww on July 02, 2012, 02:22:51 PM
E.g. the one that comes with creating new static lib project.
File created using the wizard are only stubs, so these are no fully functional applications or libraries. They are a starting point for convenience which need to be modified later to suite your needs.

Thus, there are no restrictions in general, except you are making a million dollars out of our "SampleAddInt" or "SampleFunction1" using the un-modified version of "main.c" behind the static library wizard. In that case a donation would be nice. ;D
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]