Author Topic: Licensing question  (Read 2999 times)

Offline ewww

  • Multiple posting newcomer
  • *
  • Posts: 15
Licensing question
« on: July 02, 2012, 02:22:51 pm »
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?
« Last Edit: July 02, 2012, 02:26:47 pm by ewww »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Licensing question
« Reply #1 on: July 02, 2012, 02:41:31 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ