https://www.forbes.com/sites/forbestechcouncil/2018/07/16/how-open-source-became-the-default-business-model-for-software/#797ab6bb4e72

Since its inception in 1998, open source has become the de-facto standard for software development and proven itself as a viable business model. While making source code freely available for redistribution and modification may seem counterintuitive, the success of companies like Red Hat and Canonical are proof that an open source model can turn a profit.

ADVERTISEMENT

Investment from multinational, enterprise companies like Google, Facebook, and Adobe, points to the growing value of open source and its longevity. It should come as no surprise: at the heart of open source is fast-paced innovation in the form of collaboration and knowledge sharing. When everyone is encouraged to work together, the rate of progress is greatly increased.

Today, open source in business is pervasive. However, to successfully leverage the model, it’s important to understand its origins.

Origins Of Open Source: Free As In Freedom 

Started by MIT programmer Richard Stallman in 1983, the free software movement began as a response to restrictions of proprietary software, touting the philosophy that “the use of computers should not lead to people being prevented from cooperating with each other.” It wasn’t about free as in price, but free as in freedom.

In his early days at MIT, Stallman was involved with a code-sharing community and was discouraged by the nondisclosure agreements of proprietary licensing. He created the GNU Project, the first free software operating system, and left MIT out of fear they would claim ownership of the project and close-source it.

YOU MAY ALSO LIKE

 

The GNU project made way for the “copyleft” or “viral” method of licensing: anyone can freely copy, modify, and distribute the code but cannot apply additional licensing restrictions. Essentially, the copyleft method, which would eventually manifest as General Public Licence (GPL), ensured any software created from free software remained free.

However, Stallman and proponents of the free software movement were the minority of the time. Rife with politics and a license that was seen by many as too liberal, free software was not attractive to businesses. It wasn’t until the term “free software” was rebranded as “open source” decades later that businesses began to catch on to the benefits of open and collaborative coding communities.

ADVERTISEMENT

Flexible Licensing And The Commercial Sponsor 

Open source and commercial interest were tied from the start. When the free software movement was rebranded as “open source” it was done in an effort to make free software principles more appealing to businesses.

The Apache Software Foundation was one of the first projects to incorporate under the open source moniker. The ASF set many precedentsfor how open source should be approached commercially, including creating the Apache License which allowed for the same freedoms as the GPL without requiring that derivative works be distributed under the same license. This new, flexible license paved the way for commercial interest to monetize open source software.

The ASF also introduced a new way for open source and corporations to interact: companies could be represented in the foundation by individual participants. Maintaining an open source project’s autonomy and community is critical, and this allowed for businesses to have an influence without monopolizing the project.

These approaches to open source and business have become the inspiration for running open source projects and are still emulated today.

Commercial Take Off

ADVERTISEMENT

As the movement continued to gain mainstream popularity and traction, GitHub brought open source to the world with the pull request. Making it easier than ever to contribute spurred an unprecedented network effect. It was the network effect and speed at which open source communities could innovate that ultimately caught the attention of software executives.

While more companies were ready to leverage the open source as part of its business strategy, the question shifted from, “should we get involved?” to “what’s the business model?” Additionally, in order to reap the benefits of open source, there is a community to maintain.

Dual licensing emerged as an early approach to the open source business model. Under this model, a company offers the same software under two different licenses, one that is open source, and the other proprietary. They can control the software, and contributors sign over their copyright. This model took away power from the contributor and instilled fear within the open source community. The purchase of MySQL by Oracle was a seminal event, and evidence that the fears were not unfounded. In fact, the original creators of MySQL forked the project, renaming it MariaDB, to protect its open source status.

Even as open source becomes a default for business, the community is still the key to its success.

Open Source As The New Go-To-Market 

ADVERTISEMENT

Open source is the nucleus for collaboration and building great software. As these benefits continue to pay dividends, leveraging open source has become a default business model. However, there are times when it is rife with obfuscation, abuses of loyalty and commercial companies who disregard ethics.

To succeed as an open source company, you must first be a good steward of open source. This means no freemium schemes or artificial restrictions, allowing open source and proprietary software competition, and removing barriers to contributing.

This co-creation allows for unmatched speed of improvement and depth of functionality which benefits us all. Open core companies like Elastic, Docker, Mesosphere, Magento, and more, have shown us that it’s possible to be a good steward of open source and turn a profit without jeopardizing the well being of the open source community.

Being good stewards of open source has paid off for us at GitLab. Our business model depends on open source contributions and we’ve prioritized improving our open source edition, even so far as switching from a contributor license agreement (CLA) to a developer certificate of origin (DCO) to make it easier to contribute.

ADVERTISEMENT

Open source is an ethos, not just a license — we need to nurture the open source movement the way it was intended. The open source movement maintaining its maturation, in turn, means that it will remain a hotbed for creative and collaborative thinking.

How Open Source Became The Default Business Model For Software的更多相关文章

  1. Open Source Isn't A Business Model, It's A Market Strategy

    https://www.forbes.com/sites/quora/2017/09/29/open-source-isnt-a-business-model-its-a-market-strateg ...

  2. The Open Source Business Model is Under Siege

    https://www.influxdata.com/blog/the-open-source-database-business-model-is-under-siege/ A few weeks ...

  3. How to: Create a Business Model in the XPO Data Model Designer

    How to: Create a Business Model in the XPO Data Model Designer This topic provides step-by-step inst ...

  4. How to: Create a Business Model in the XPO Data Model Designer 如何:在 XPO 数据模型设计器中创建业务模型

    This topic provides step-by-step instructions on how to use the XPO Data Model Designer in XAF appli ...

  5. [转]Business Model Canvas(商业模式画布):创业公司做头脑风暴和可行性测试的一大利器

    本文转自:http://www.36kr.com/p/214438.html 本文来自First Round Review,他们准备的文章既讲故事,还同时向创业者提供可操作的建议,以助力打造优秀的公司 ...

  6. Business Model Design 业务模型设计

    Note This section is split into two parts, which describe the use of two different Object-relational ...

  7. [书籍分享]0-008.商业模式新生代[Business Model Generation]

    封面 内容简介 <商业模式新生代>内容简介:当你愉快的看完第一章:商业模式画布,赫然发现这些构成要素全都交织成一幅清晰的图像在脑海中呈现,它们如何互相影响.如何交互作用全都历历在目.利用商 ...

  8. The Business Of Open Source

    http://oss-watch.ac.uk/resources/businessofopensource by Matthew Langham, Indiginox on 3 February 20 ...

  9. Refactoring open source business models

    https://opensource.com/business/16/4/refactoring-open-source-business-models They say you never forg ...

随机推荐

  1. c和c++中的枚举和 区别

    1.c中的枚举 c语言枚举 void test(){ // enum 枚举类型名字{枚举值, 枚举值, 枚举值}; enum WEEK { Mon, Tue };// 枚举类型定义 enum WEEK ...

  2. 测试代码的练习——python编程从入门到实践

    11-1 城市和国家:编写一个函数,它接受两个形参:一个城市名和一个国家名.这个函数返回一个格式为City,Country的字符串,如Santiago,Chile.这个函数存储在一个名为city_fu ...

  3. centos7 挂载未分配的硬盘空间

    =============================================== 2019/7/28_第1次修改                       ccb_warlock == ...

  4. mongoDB 分组并对分组结果筛选类似于SQL中的(group by xxx having ) 附带Java代码

    今天需要做一个筛选程序,因为数据放在mongodb中,没写过分组的查询语句,查了一些资料,终于写出来了,分享给各位小伙伴 需求是 查询 学员 在2019-07-29之后未同步的数据(同一个学员需要2条 ...

  5. volatile-最轻量级的并发实现及其内存语义

    原文连接:(http://www.studyshare.cn/blog/details/1163/0 ) 一.volatile定义 volatile是java并发编程中修饰类的成员变量.成员属性或者对 ...

  6. python day 21: HTML的基本元素及CSS

    目录 python day 21 1. HTML 1.1 常见的HTML元素 python day 21 2019/11/02 学习资料来自老男孩与尚学堂 1. HTML 1.1 常见的HTML元素 ...

  7. JAVA基础之设置随机成语验证码

    package com.oracle; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import ja ...

  8. JavaWeb 之 Listener:监听器

    一.概述 1.事件监听机制 事件:        一件事情 事件源:    事件发生的地方 监听器:    一个对象 注册监听: 将事件.事件源.监听器绑定在一起. 2.监听器概念 当事件源上发生某个 ...

  9. 企业如何避免错误决策?APS系统帮你忙

    一家企业不论什么事情都是有一定的决策者们,企业的决策者是对整个企业的兴衰成败主宰者主要责任. 战略一词它源于军事,是指为了获得有利的信息而进行的部署计划,那么现在战略合作也是被广泛的应用到商业的以及生 ...

  10. Hybris订单价格的折扣维护

    backoffice里创建一个新订单,维护一个行项目,添加一个产品: 在行项目的SubTotal界面,维护Base Price,在Discount values字段里,输入折扣信息:discount: ...