Is Open Source Software Really Not an Issue for SaaS Companies?

Dafna Amster Kahn
3 min readJan 22, 2018

--

It’s a commonly held position that SaaS companies can freely use software licensed under open source licenses, as they do not distribute their products. However, one use case which I see more and more of, challenges this widely held conception.

If your product is a B2B SaaS platform, for instance if you provide an analytical tool for online merchants to be integrated into their platform for analysis of customer behavior, you probably provide your customers with an SDK and API for implementation of your service in their own online service. I have recently been approached by a few clients providing a tool for online businesses, to assist them in preparing a license for the documentation they provide to their customers to facilitate such integration, specifically sample codes for implementation of their mobile SDK.

Sometimes, these sample codes are developed internally by the company providing the SDK, but often the sample codes are a third party product licensed to the company from a third party, especially in start-up companies running on a limited budget, providing a tool for more complex applications which would cost significant time and money to develop internally. For this use case, it is clear why using code licensed under an open source license would be ideal. Under open source licenses software is made available in source code form, free of charge, including for modifications and redistribution. So using such software would allow you to provide the sample application in source code form to your customer, to assist them in integrating your SDK.

And if you rely on the information online regarding use of open source in SaaS, you might think that you can use applications licensed under any open source license. But in this use case, that is not true. Some open source licenses, namely the GNU licenses, require that the program using the licensed software itself be made available as an open source program and/or distributed or made available in source code form. These requirements come into effect when the work incorporating or based on the open source component is distributed. That is why it is commonly held that they do not cause an issue for SaaS products. Sample codes, however, are in fact distributed. So you should be very mindful of the license under which the sample codes you use are provided, as this license could also apply to the lines of code calling your company’s SDK, and in some cases, your SDK itself, thus requiring you to make your SDK available in source code form.

On a side note, one qualification should be made regarding the general use of open source in SaaS. GNU do not use the legally defined term “distribute”, but rather the words “propagate” and “convey”. In their FAQs, they expressly state that they do not use the word distribute to avoid the narrow interpretation of “distribute” used by copyright legislation in most jurisdictions. They also state that they intend these terms to include making available over a network. So though we might say it is safe to use certain open source licenses in SaaS products which would not be recommended for use in a traditional license model, GNUs licenses remain risky, at the very least.

Written by Dafna Amster Kahn . The views, opinions and assumptions expressed in this article are those of the author and do not necessarily reflect the official policy or position of their law firm, or any agency of any government.

--

--