Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: stahta01 on October 03, 2022, 01:22:17 am

Title: Are Scripted Wizards without license?
Post by: stahta01 on October 03, 2022, 01:22:17 am
I am using the CB Scripted wizard to create some simple projects? Do any of them have a license that is not mentioned in a source file?

Link to my git repo https://github.com/stahta01/mingw64_gcc_toolchain_test_cbprojects (https://github.com/stahta01/mingw64_gcc_toolchain_test_cbprojects)

I am having weird issues building MinGW64 GCC 4.8.x that are likely CRT/GCC/Binutils caused problems.
I am hoping these test project will help determine which part has the problem.

Tim S.
Title: Re: Are Scripted Wizards without license?
Post by: stahta01 on October 03, 2022, 01:58:49 am
The ones a simple search on copyright found
Code
Copyrighted by:
  HighTec EDV-Systeme GmbH
    multiple .h, .c, .S, and .x files
  http://www.resedit.net
    resource.rc
  Free Software Foundation
    multiple Makefile.in and Makefile
Title: Re: Are Scripted Wizards without license?
Post by: ollydbg on October 04, 2022, 08:03:24 am
My guess is that the Scripted file should be in GPL, and the template source code(sample.cpp files) should be public domain.