Author Topic: Github sites that I think are creating CB Binaries; GPL Violantions?  (Read 3955 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7678
    • My Best Post
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6035
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Github sites that I think are creating CB Binaries; GPL Violantions?
« Reply #1 on: October 05, 2015, 05:31:37 am »
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.