News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Github sites that I think are creating CB Binaries; GPL Violantions?

Started by stahta01, September 29, 2015, 02:50:12 AM

Previous topic - Next topic

stahta01

From a file I created a while back https://github.com/stahta01/cb_misc/blob/master/Notes/GitHub%20CB%20Links.txt
When I was looking for CB Projects on GitHub.

Quote
Custom Built CB Binaries (these binaries were NOT tested by me.)
https://github.com/fresearchgroup/Simplifying-Cross-platform-Code--Blocks-IDE
https://github.com/Distrotech/codeblocks
https://github.com/miniBloq/CodeBlocks-RG

The Distrotech followed the GPL rules; but, the other two I failed to find the source code of CB.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ollydbg

I don't see a page in github, where we can report the GPL violations.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.