Thread: Unlicensed code fork

  1. #1
    Registered User
    Join Date
    Apr 2017
    Location
    Iran
    Posts
    138

    Question Unlicensed code fork

    Hi,

    I have developed an unlicensed code base from some one else. It is about a famous problem in "math/computer science". The original algorithm is now a different one. Graphics library is different too. The basic example is still the same though. Can I ask for help with my code or I have to acquire a particular license for that ?

  2. #2
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,114
    Quote Originally Posted by ordak View Post
    Hi,

    I have developed an unlicensed code base from some one else. It is about a famous problem in "math/computer science". The original algorithm is now a different one. Graphics library is different too. The basic example is still the same though. Can I ask for help with my code or I have to acquire a particular license for that ?
    What was the license in the original code?

  3. #3
    Registered User
    Join Date
    Apr 2017
    Location
    Iran
    Posts
    138
    Quote Originally Posted by rstanley View Post
    What was the license in the original code?
    The original code is on GitHub without any license.

  4. #4
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,114
    Quote Originally Posted by ordak View Post
    The original code is on GitHub without any license.
    I suggest you read the Page, "Licensing a repository" and "GitHub Terms of Service" thoroughly.

    Bottom line, I would ask the author for permission describing what you want to do with the original code. Also, you should preserve the original copyright notice from the original code, in your code, saying your code is based on code written by the original author.

  5. #5
    Registered User
    Join Date
    Apr 2017
    Location
    Iran
    Posts
    138
    OK , I got the permit. I may intend to sell the resulting code online. Should I ask questions about code here on the forum or not ? Because that way the code would be accessible to many people , consequently none may buy it.

    Thanks.

  6. #6
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,114
    Quote Originally Posted by ordak View Post
    OK , I got the permit. I may intend to sell the resulting code online. Should I ask questions about code here on the forum or not ? Because that way the code would be accessible to many people , consequently none may buy it.

    Thanks.
    If the code was publicly posted on Github, then yes, you can discuss it here. Make sure the original author knows you may sell the resulting code/application online, and under which license.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. please help with my code fork and share memory
    By george479 in forum C++ Programming
    Replies: 0
    Last Post: 12-05-2016, 08:26 AM
  2. Replies: 5
    Last Post: 02-27-2014, 03:53 AM
  3. Replies: 1
    Last Post: 09-22-2010, 05:11 AM
  4. fork(maybe)
    By linuxdude in forum C Programming
    Replies: 8
    Last Post: 04-18-2004, 09:00 PM
  5. fork() ???
    By Devil Panther in forum Linux Programming
    Replies: 7
    Last Post: 09-20-2003, 08:16 AM

Tags for this Thread