Licensing Methods Used In Open-Source Softwares.

pradeep.pawar

pradeep.pawar

@pradeeppawar-RAMDdD Oct 25, 2024
Basically I know that only the source code is freely available to view or you may have to pay for modifying the source code.
But what's besides that? I want to know the licensing methods used in open source and how they earn profit.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Abhishek Rawal

    Abhishek Rawal

    @abhishek-fg9tRh Aug 3, 2013

    Nope, you don't have to pay for modifying the source-code.
    under GPLv2,You don't even have to pay the original developer for selling the modified the source-code, what you have to do is to give same right to whom you're selling & include that it's not solely developed by you & add the original developers identity.

    Discussing about opensource licensing is quite a deep-talk. There are many license GPLv1 to GPLv3, BSD License.None of the licensing methods are focused on earning profit, infact it is very much focused on the objective that the original developer's work doesn't get misused.However in BSD license, there is simply no rule, anyone can use original source-code licensed under BSD, customize it & sell it even without mentioning original developers name in it which is not good IMO, but this is how this license works & thus no current generation developers licenses their work under BSD, rather they prefer GPLv2 which is quite an awesome license. (That's reason why mac OS X which uses FBSD stacks is there & the only reason why Sony uses BSD instead of Linux)

    How they earn profit ?
    Well, if the opensource project is impressive & any company is interested then the company pays the original developer to continue it's development & improve the software.
    Eg : Linux kernel. It's backed by Google, Intel, IBM & many other giants. Thus even after 20 years of Linux, it's development haven't stopped.
  • pradeep.pawar

    pradeep.pawar

    @pradeeppawar-RAMDdD Aug 4, 2013

    Thanks Abhishek.
    Yes you are correct discussing on open source is deep-talk and understanding it too.
  • Abhishek Rawal

    Abhishek Rawal

    @abhishek-fg9tRh Aug 4, 2013

    #-Link-Snipped-# Check this out,buddy.
    <a href="https://www.crazyengineers.com/threads/quick-guide-on-everything-you-need-to-know-about-software-licensing-good-read.69336">Quick Guide On Everything You Need To Know About Software Licensing. (Good Read)</a>
  • pradeep.pawar

    pradeep.pawar

    @pradeeppawar-RAMDdD Aug 5, 2013

    Thanks lots of information😀👍