SlideShare a Scribd company logo
Open Source Licensing Fundamentals for
Financial Services
November 8, 2018
Andrew J. Hall
© 2015-present Hall Law. All rights reserved. This presentation may be reproduced and distributed under the
terms of the Creative Commons Attribution-NoDerivatives 4.0 (CC BY-ND 4.0) International license published at:
https://creativecommons.org/licenses/by-nd/4.0/legalcode.txt
www.thehalllaw.com
Presentation Overview
› What is open-source software?
› Categories of OSS licenses
› OSS license enforcement
› Commercial open-source licensing strategies
(making money by giving it away)
Free and Open-Source Software
Free & Open-Source Software Definitions
› Free Software Foundation (fsf.org | gnu.org)
› “Free Software” | the “Four Freedoms”
› Roughly, the license must grant recipients the freedom to run,
copy, distribute, and modify the software.
› Open Source Initiative (opensource.org)
› “Open Source” | 10 license criteria
› Roughly, the license must be royalty-free, cover source code,
permit copying and distribution, and cannot discriminate against
persons, groups, uses, or technologies.
Common use of “open source” in software community
“Open source” is often used more generally to
refer to any software that is licensed:
1. to the public;
2. in source code form; and
3. under a standard (non-negotiable) royalty-
free license.
Perhaps more accurately referred to as “public source” licensing
Common OSS License Requirements
1. Provide OSS recipients with certain OSS notices such as the text of the OS license,
notice of OSS use, author attributions, warranty disclaimers, descriptions of
modifications, or offers for source code.
2. Provide OSS recipients with the “corresponding source code” and other supporting
materials for OSS distributed in non-source form (binary, bytecode, et cetera).
3. Grant outbound IP licenses covering OSS or derivatives or impose IP enforcement
penalties (such as OSS license termination) for asserting IP against the OSS or
contributors.
4. Grant OSS recipients certain additional use and development rights such as the right to
replace or reverse engineer the OS software or to “crack” any anti-circumvention
protection limiting access to the OS software.
Distinguishing OSS licenses from typical commercial software licenses
open-source Licensing Commercial Software Licensing
Software from many different licensors is licensed
to the general public under standard, non-
negotiable licenses.
Licensing terms are often negotiable and vary by
provider, customer, purchased products and
services, and intended use.
Software is delivered in source form and licensed
for source or binary use.
Software is typically delivered in binary form and
licensed only for binary use.
Licenses generally permit modification, subject to
varying obligations and restrictions.
Licenses typically include prohibitions on reverse-
engineering and modification of the software.
Licenses generally permit royalty-free
redistribution of the software, subject to varying
obligations and restrictions.
Licenses typically prohibit or impose royalty fees on
redistribution of the licensed software.
Licenses generally include explicit disclaimers of
warranty and liability for downstream use of the
software.
License may include warranties and
indemnification from the licensor.
Ownership interests in the software are often
distributed among many contributors.
Ownership interest in the software is typically
consolidated in a single entity.
Categories of OSS Licenses
What is Copyleft?
› Copyleft (aka viral, hereditary, reciprocal) licenses require that
certain software combined with the copyleft software be
licensed in source code form under the terms of the same
copyleft license
› The software subject to the license’s copyleft (or “tainting”)
requirements varies by license but are often categorized
generally as either “strong” or “weak” copyleft.
License Categories and Features
› open-source licenses are often categorized by the scope of their
copyleft (or “tainting”) effect:
▪ Strong-copyleft
▪ Weak-copyleft (aka “file-level” copyleft)
▪ Permissive (aka “attribution,” “academic”)
› Licenses may also be distinguished by unique restrictions and
requirements:
▪ GNU
▪ Prohibitive/restricted
▪ Network
Strong-Copyleft Licenses
› Copyleft requirements can extend to derivative works of
the OS software which may include certain software
combined with the OS software.
› Which software combinations create derivative works is
debated within legal and software communities and not
clearly delineated under U.S. statutes and case law.
› Examples: ▪ General Public License (GPL)
▪ Affero General Public License (AGPL)
▪ Creative Commons Share-Alike Licenses (CC *-SA-*)
Weak-Copyleft Licenses
› require modifications or enhancements to the weak-copyleft
OSS to be licensed under the terms of the same weak-copyleft
license.
› Whether combined software is considered a “modification” or
“enhancement” usually depends on how the combined software
and open-source software are combined (e.g., separate processes,
linked runtime library, direct source code combination).
› Examples: • Mozilla Public License (MPL)
• Eclipse Public License (EPL)
• Common Public License (CPL)
• Common Development and Distribution License (CDDL)
Permissive Licenses
› Permissive open-source licenses do not have a copyleft
effect, regardless of how the open-source software is
modified or combined with other software
› Sometimes referred to as “attribution” or “academic” licenses.
› Examples: ▪BSD
▪MIT
▪Apache
▪Boost
GNU licenses
› Examples of GNU licenses:
▪ Library/Lesser General Public License (LGPL): weak-copyleft
▪ General Public License (GPL): strong-copyleft
▪ Affero General Public License (AGPL): network strong-copyleft
› Unique user/licensee-focused requirements
▪ Enabling recipients to replace the GNU software included or
embedded within products
▪ Permitting reverse engineering or cracking anti-circumvention
protections limiting access to the OS software.
Restricted/Prohibitive Licenses
› Restricted/Prohibitive licenses forbid specific uses of the
open-source software
› Examples:
▪ Creative Commons Non-Commercial licenses (CC *-NC-*) prohibits commercial
use
▪ Oracle Binary Code License Agreement prohibits modification or use on dedicated
hardware.
▪ Microsoft Limited Public License (MS-LPL) prohibits use on non-Windows
platforms (e.g., Linux, Mac open-source).
▪ The JSON license prohibits using the software for evil.
Network Licenses
› Unlike many other open-source licenses, the requirements of
network licenses are triggered by either distribution or certain
hosted uses of the OSS (e.g., SaaS deployments).
› Examples of network copyleft licenses:
▪ GNU Affero General Public License (AGPL)
▪ Creative Commons Share-Alike Licenses (CC *-SA-*)
▪ Open Software License (OSL)
Open-Source License Enforcement
Community OS License Enforcement
› Enforcement primarily driven by the open-source community and OS
interest groups such as the Software Freedom Law Center, Software
Freedom Conservancy, Free Software Foundation, and GPL-
Violations.org.
› OS software licensed under the General Public License (GPL) has
typically been the focus of enforcement efforts
› Defendants that have settled or lost lawsuits include Cisco, Best Buy,
D-Link, Samsung, Skype, TomTom, Westinghouse, Verizon, and JVC.
› Plaintiffs have been successful in U.S., Germany, and France.
Private OS License enforcement
> Dual Licensors: Licensor releases source code under a “dual-licensing”
model (licensees select either the OS license or fee-based commercial
license). Licensors often police and pursue allegedly non-compliant
use of the dual-licensed software.
> Open Trolling: individual copyright holders release software under
only an OS license, police non-compliant use, and offer commercial
licenses to non-compliant users and distributors.
> B2B Software Licensing Disputes: OS license obligations or OS license
non-compliance relied upon for affirmative defenses, counterclaims,
or leverage in commercial software disputes.
19
Commercial Open-Source Licensing Strategies
Common Open-Source Business Strategies
OS business models generally rely upon one or more of the
following strategies:
1. Dual-licensing proprietary company software;
2. Providing commercial or enterprise versions or
extensions to open-source software or platforms;
3. Offering maintenance, support, consulting or other
services related to or in support of open-source software
4. Closed-source distributions of open-source software
including proprietary modifications or combinations with
proprietary or other open-source software.
1. Dual Licensing
Company offers software for use under either an OS license or a
paid commercial license. The OS license often prohibits or limits
commercial use of the OS software. Licensees wishing to avoid such
restrictions can purchase a commercial license. Commercial licenses
may additionally or alternatively:
▪ provide access to company services (support, maintenance,
customization)
▪ include warranties or indemnification not available under the open-
source license;
▪ provide early access to updated versions of the software; or
▪ serve to resolve company infringement claims.
› Examples: MySQL, Java EE/SE, MongoDB, Qt
2a. Open Core
› Open Core (Freemium): Company offers a version of its product
under an open-source license while offering enhanced versions (aka
an “enterprise” version) of the software under a commercial license.
› Examples: Sendmail, Java EE/SE, Sourcefire Snort, Qt
2b. Open Platform
› Open Platform: Company releases a software platform under an
open-source license and offers proprietary plug-ins, extensions,
applications, or content through the platform under commercial
licensing terms.
› Examples: Android, Eclipse, Wordpress
3. Providing Related Services
› Company offers services related to OS software that may or
may not be owned by the company.
› Related services can include training, customization,
implementation, maintenance, hosting (SaaS, PaaS, IaaS),
certification, support, or compiling, building, or packaging
services.
› Examples: Red Hat, AWS, MongoDB, IBM, Oracle, and Microsoft.
4. Closed-Source Open Source
› Company releases commercial (closed-source) versions of open-
source originally licensed under a permissive license (e.g.,
Apache 2.0) or offers commercial plugins or extensions to an
open-source project or platform. The distributions are often
specialized for a particular industry or use case.
› Examples: Cloudera, Hortonworks, MapR and AWS (offering
virtual server space incorporating numerous open-source
projects).
Questions, Comments, Thoughts?
Contact:
Andrew J. Hall
ahall thehalllaw.com
www.thehalllaw.com
© 2015-present Hall Law. All rights reserved. This presentation may be reproduced and distributed under the
terms of the Creative Commons Attribution-NoDerivatives 4.0 (CC BY-ND 4.0) International license published at:
https://creativecommons.org/licenses/by-nd/4.0/legalcode.txt

More Related Content

PDF
Open Source License Compliance in the Cloud (CELESQ) (October 2012)
Jason Haislmaier
 
PDF
Open Source Business Models
Motaz Saad
 
PPT
JISC Webinar - An introduction to free and open source software
Jisc
 
PPTX
Business Models for FOSS
osswatch
 
ODP
Open Source Your Project (With Jasig)
John Lewis
 
PDF
Understanding open source licenses
Rogue Wave Software
 
PPT
OSOS SEM 4 Chapter 1
Syahriha Ruslan
 
PPT
Outbound Licensing Strategies: Is Open Source the Right Model for Your Company?
Jennifer O'Neill
 
Open Source License Compliance in the Cloud (CELESQ) (October 2012)
Jason Haislmaier
 
Open Source Business Models
Motaz Saad
 
JISC Webinar - An introduction to free and open source software
Jisc
 
Business Models for FOSS
osswatch
 
Open Source Your Project (With Jasig)
John Lewis
 
Understanding open source licenses
Rogue Wave Software
 
OSOS SEM 4 Chapter 1
Syahriha Ruslan
 
Outbound Licensing Strategies: Is Open Source the Right Model for Your Company?
Jennifer O'Neill
 

What's hot (9)

PPTX
My Seminar
Esha Bindra
 
PDF
Open source business models
Mike Kennewick
 
PDF
Logical systems-configuration-guide
Raja Azeem
 
PPTX
LinuxCon Europe 2014: License Compliance and Open Source Software Logistics f...
Black Duck by Synopsys
 
RTF
Power Dvd Mpeg 4 Avc Pack License Disclaimer (Lgpl)
Falainix
 
PDF
Licencias Open Source (Univ de Buenos Aires 2008)
Gustavo G. Marmol Alioto
 
PPT
Open Source in the Enterprise: Compliance and Risk Management
Sebastiano Cobianco
 
PPT
Introduction To Open Source Licensing
Mark Radcliffe
 
PPT
GNU GPL, LGPL, Apache licence Types and Differences
Iresha Rubasinghe
 
My Seminar
Esha Bindra
 
Open source business models
Mike Kennewick
 
Logical systems-configuration-guide
Raja Azeem
 
LinuxCon Europe 2014: License Compliance and Open Source Software Logistics f...
Black Duck by Synopsys
 
Power Dvd Mpeg 4 Avc Pack License Disclaimer (Lgpl)
Falainix
 
Licencias Open Source (Univ de Buenos Aires 2008)
Gustavo G. Marmol Alioto
 
Open Source in the Enterprise: Compliance and Risk Management
Sebastiano Cobianco
 
Introduction To Open Source Licensing
Mark Radcliffe
 
GNU GPL, LGPL, Apache licence Types and Differences
Iresha Rubasinghe
 
Ad

Similar to Open Source Licensing Fundamentals for Financial Services (20)

PDF
An Introduction to Free and Open Source Software Licensing and Business Models
Great Wide Open
 
PPT
opensource_powerpoint_review
webuploader
 
PPT
Opensource Powerpoint Review.Ppt
Viet NguyenHoang
 
PPT
Opensource powerpoint-reviewppt742
Vibha Khanna
 
PPTX
Software Licensing.pptx
AaliyanShaikh
 
PDF
GDSC - Software Licensing.pdf
AaliyanShaikh
 
PPTX
Guide to Open Source Compliance
Samsung Open Source Group
 
PPT
Discuss open sourcelicensing
John Carlo Catacutan
 
PPTX
Software licencing techniqes
Rana Muhammad Asif
 
PPTX
Open Source Licences
Varuna Harshana
 
PPT
Open Source File
Abhishek Goel
 
PDF
Open Source Software Legal Issues and Compliance
Tarun Khurana
 
PPT
Open source licenses training
Gokul Muralidharan
 
PDF
Open Source Developer by Binary Semantics
Binary Semantics
 
PDF
Understanding Open Source
Jody Garnett
 
PPTX
Public Access and Open Source Software.pptx
Giftycool
 
ODP
Business and Sustainability Models Around FOSS (1 of 2)
Rowan Wilson
 
PPTX
Open Source Licensing: Types, Strategies and Compliance
All Things Open
 
ODP
Open Source and You
Jeff Stoner
 
PDF
Top Open Source Licenses Explained
WhiteSource
 
An Introduction to Free and Open Source Software Licensing and Business Models
Great Wide Open
 
opensource_powerpoint_review
webuploader
 
Opensource Powerpoint Review.Ppt
Viet NguyenHoang
 
Opensource powerpoint-reviewppt742
Vibha Khanna
 
Software Licensing.pptx
AaliyanShaikh
 
GDSC - Software Licensing.pdf
AaliyanShaikh
 
Guide to Open Source Compliance
Samsung Open Source Group
 
Discuss open sourcelicensing
John Carlo Catacutan
 
Software licencing techniqes
Rana Muhammad Asif
 
Open Source Licences
Varuna Harshana
 
Open Source File
Abhishek Goel
 
Open Source Software Legal Issues and Compliance
Tarun Khurana
 
Open source licenses training
Gokul Muralidharan
 
Open Source Developer by Binary Semantics
Binary Semantics
 
Understanding Open Source
Jody Garnett
 
Public Access and Open Source Software.pptx
Giftycool
 
Business and Sustainability Models Around FOSS (1 of 2)
Rowan Wilson
 
Open Source Licensing: Types, Strategies and Compliance
All Things Open
 
Open Source and You
Jeff Stoner
 
Top Open Source Licenses Explained
WhiteSource
 
Ad

More from FINOS (20)

PDF
2019-03 - An introduction to FINOS
FINOS
 
PPTX
OSSF 2018 - Peter Crocker of Cumulus Networks - TCO and technical advantages ...
FINOS
 
PDF
OSSF 2018 - Steve Helvie of the Open Compute Network - Rethinking Infrastruct...
FINOS
 
PDF
OSSF 2018 - Stefan Just of Codescoop - OSCAR - a new approach to Software Com...
FINOS
 
PDF
OSSF 2018 - Nick Kolba of OpenFin - FDC3 and the Legacy of Web Intents
FINOS
 
PDF
OSSF 2018 - Matt Barrett of Adaptive - Open sourcing a bank's software: exact...
FINOS
 
PDF
OSSF 2018 - Overcoming Compliance Barriers to Open Source Collaboration Infra...
FINOS
 
PDF
OSSF 2018 - Jilayne Lovejoy - Training: Intro to Open Source
FINOS
 
PDF
OSSF 2018 - Jeff Luszcz of Flexera - Day 2 - Open Source Culture, Standards, ...
FINOS
 
PDF
OSSF 2018 - Jeff Luszcz of Flexera - Common Open Source Intake Issues and How...
FINOS
 
PDF
OSSF 2018 - Jared Broad of QuantConnect - Motivations and Business Goals for ...
FINOS
 
PDF
OSSF 2018 - Jamie Jones of GitHub - Pull what where? Contributing to Open Sou...
FINOS
 
PDF
OSSF 2018 - Greg Olson of Open Source Sense - Building Mission- and Business-...
FINOS
 
PDF
OSSF 2018 - Dawn Foster of Pivotal - Open Source Collaboration: Finding the R...
FINOS
 
PDF
OSSF 2018 - David Kappos of Cravath, Swaine & Moore - Accounting for Patents ...
FINOS
 
PDF
OSSF 2018 - David habusha of Whitesource - Open Source Vulnerabilities 101
FINOS
 
PDF
OSSF 2018 - Daniel Izquierdo of Bitergia / InnerSource Commons - Starting wit...
FINOS
 
PDF
OSSF 2018 - Danese Cooper of NearForm - Getting the most out of Open Source i...
FINOS
 
PDF
OSSF 2018 - Colin Charles of GrokOpen - Community vs. enterprise how not to ...
FINOS
 
PDF
OSSF 2018 - Andrew Katz of Moorcrofts - OpenChain: a Tested Framework for Ope...
FINOS
 
2019-03 - An introduction to FINOS
FINOS
 
OSSF 2018 - Peter Crocker of Cumulus Networks - TCO and technical advantages ...
FINOS
 
OSSF 2018 - Steve Helvie of the Open Compute Network - Rethinking Infrastruct...
FINOS
 
OSSF 2018 - Stefan Just of Codescoop - OSCAR - a new approach to Software Com...
FINOS
 
OSSF 2018 - Nick Kolba of OpenFin - FDC3 and the Legacy of Web Intents
FINOS
 
OSSF 2018 - Matt Barrett of Adaptive - Open sourcing a bank's software: exact...
FINOS
 
OSSF 2018 - Overcoming Compliance Barriers to Open Source Collaboration Infra...
FINOS
 
OSSF 2018 - Jilayne Lovejoy - Training: Intro to Open Source
FINOS
 
OSSF 2018 - Jeff Luszcz of Flexera - Day 2 - Open Source Culture, Standards, ...
FINOS
 
OSSF 2018 - Jeff Luszcz of Flexera - Common Open Source Intake Issues and How...
FINOS
 
OSSF 2018 - Jared Broad of QuantConnect - Motivations and Business Goals for ...
FINOS
 
OSSF 2018 - Jamie Jones of GitHub - Pull what where? Contributing to Open Sou...
FINOS
 
OSSF 2018 - Greg Olson of Open Source Sense - Building Mission- and Business-...
FINOS
 
OSSF 2018 - Dawn Foster of Pivotal - Open Source Collaboration: Finding the R...
FINOS
 
OSSF 2018 - David Kappos of Cravath, Swaine & Moore - Accounting for Patents ...
FINOS
 
OSSF 2018 - David habusha of Whitesource - Open Source Vulnerabilities 101
FINOS
 
OSSF 2018 - Daniel Izquierdo of Bitergia / InnerSource Commons - Starting wit...
FINOS
 
OSSF 2018 - Danese Cooper of NearForm - Getting the most out of Open Source i...
FINOS
 
OSSF 2018 - Colin Charles of GrokOpen - Community vs. enterprise how not to ...
FINOS
 
OSSF 2018 - Andrew Katz of Moorcrofts - OpenChain: a Tested Framework for Ope...
FINOS
 

Recently uploaded (20)

PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
Doc9.....................................
SofiaCollazos
 
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 

Open Source Licensing Fundamentals for Financial Services

  • 1. Open Source Licensing Fundamentals for Financial Services November 8, 2018 Andrew J. Hall © 2015-present Hall Law. All rights reserved. This presentation may be reproduced and distributed under the terms of the Creative Commons Attribution-NoDerivatives 4.0 (CC BY-ND 4.0) International license published at: https://creativecommons.org/licenses/by-nd/4.0/legalcode.txt www.thehalllaw.com
  • 2. Presentation Overview › What is open-source software? › Categories of OSS licenses › OSS license enforcement › Commercial open-source licensing strategies (making money by giving it away)
  • 4. Free & Open-Source Software Definitions › Free Software Foundation (fsf.org | gnu.org) › “Free Software” | the “Four Freedoms” › Roughly, the license must grant recipients the freedom to run, copy, distribute, and modify the software. › Open Source Initiative (opensource.org) › “Open Source” | 10 license criteria › Roughly, the license must be royalty-free, cover source code, permit copying and distribution, and cannot discriminate against persons, groups, uses, or technologies.
  • 5. Common use of “open source” in software community “Open source” is often used more generally to refer to any software that is licensed: 1. to the public; 2. in source code form; and 3. under a standard (non-negotiable) royalty- free license. Perhaps more accurately referred to as “public source” licensing
  • 6. Common OSS License Requirements 1. Provide OSS recipients with certain OSS notices such as the text of the OS license, notice of OSS use, author attributions, warranty disclaimers, descriptions of modifications, or offers for source code. 2. Provide OSS recipients with the “corresponding source code” and other supporting materials for OSS distributed in non-source form (binary, bytecode, et cetera). 3. Grant outbound IP licenses covering OSS or derivatives or impose IP enforcement penalties (such as OSS license termination) for asserting IP against the OSS or contributors. 4. Grant OSS recipients certain additional use and development rights such as the right to replace or reverse engineer the OS software or to “crack” any anti-circumvention protection limiting access to the OS software.
  • 7. Distinguishing OSS licenses from typical commercial software licenses open-source Licensing Commercial Software Licensing Software from many different licensors is licensed to the general public under standard, non- negotiable licenses. Licensing terms are often negotiable and vary by provider, customer, purchased products and services, and intended use. Software is delivered in source form and licensed for source or binary use. Software is typically delivered in binary form and licensed only for binary use. Licenses generally permit modification, subject to varying obligations and restrictions. Licenses typically include prohibitions on reverse- engineering and modification of the software. Licenses generally permit royalty-free redistribution of the software, subject to varying obligations and restrictions. Licenses typically prohibit or impose royalty fees on redistribution of the licensed software. Licenses generally include explicit disclaimers of warranty and liability for downstream use of the software. License may include warranties and indemnification from the licensor. Ownership interests in the software are often distributed among many contributors. Ownership interest in the software is typically consolidated in a single entity.
  • 8. Categories of OSS Licenses
  • 9. What is Copyleft? › Copyleft (aka viral, hereditary, reciprocal) licenses require that certain software combined with the copyleft software be licensed in source code form under the terms of the same copyleft license › The software subject to the license’s copyleft (or “tainting”) requirements varies by license but are often categorized generally as either “strong” or “weak” copyleft.
  • 10. License Categories and Features › open-source licenses are often categorized by the scope of their copyleft (or “tainting”) effect: ▪ Strong-copyleft ▪ Weak-copyleft (aka “file-level” copyleft) ▪ Permissive (aka “attribution,” “academic”) › Licenses may also be distinguished by unique restrictions and requirements: ▪ GNU ▪ Prohibitive/restricted ▪ Network
  • 11. Strong-Copyleft Licenses › Copyleft requirements can extend to derivative works of the OS software which may include certain software combined with the OS software. › Which software combinations create derivative works is debated within legal and software communities and not clearly delineated under U.S. statutes and case law. › Examples: ▪ General Public License (GPL) ▪ Affero General Public License (AGPL) ▪ Creative Commons Share-Alike Licenses (CC *-SA-*)
  • 12. Weak-Copyleft Licenses › require modifications or enhancements to the weak-copyleft OSS to be licensed under the terms of the same weak-copyleft license. › Whether combined software is considered a “modification” or “enhancement” usually depends on how the combined software and open-source software are combined (e.g., separate processes, linked runtime library, direct source code combination). › Examples: • Mozilla Public License (MPL) • Eclipse Public License (EPL) • Common Public License (CPL) • Common Development and Distribution License (CDDL)
  • 13. Permissive Licenses › Permissive open-source licenses do not have a copyleft effect, regardless of how the open-source software is modified or combined with other software › Sometimes referred to as “attribution” or “academic” licenses. › Examples: ▪BSD ▪MIT ▪Apache ▪Boost
  • 14. GNU licenses › Examples of GNU licenses: ▪ Library/Lesser General Public License (LGPL): weak-copyleft ▪ General Public License (GPL): strong-copyleft ▪ Affero General Public License (AGPL): network strong-copyleft › Unique user/licensee-focused requirements ▪ Enabling recipients to replace the GNU software included or embedded within products ▪ Permitting reverse engineering or cracking anti-circumvention protections limiting access to the OS software.
  • 15. Restricted/Prohibitive Licenses › Restricted/Prohibitive licenses forbid specific uses of the open-source software › Examples: ▪ Creative Commons Non-Commercial licenses (CC *-NC-*) prohibits commercial use ▪ Oracle Binary Code License Agreement prohibits modification or use on dedicated hardware. ▪ Microsoft Limited Public License (MS-LPL) prohibits use on non-Windows platforms (e.g., Linux, Mac open-source). ▪ The JSON license prohibits using the software for evil.
  • 16. Network Licenses › Unlike many other open-source licenses, the requirements of network licenses are triggered by either distribution or certain hosted uses of the OSS (e.g., SaaS deployments). › Examples of network copyleft licenses: ▪ GNU Affero General Public License (AGPL) ▪ Creative Commons Share-Alike Licenses (CC *-SA-*) ▪ Open Software License (OSL)
  • 18. Community OS License Enforcement › Enforcement primarily driven by the open-source community and OS interest groups such as the Software Freedom Law Center, Software Freedom Conservancy, Free Software Foundation, and GPL- Violations.org. › OS software licensed under the General Public License (GPL) has typically been the focus of enforcement efforts › Defendants that have settled or lost lawsuits include Cisco, Best Buy, D-Link, Samsung, Skype, TomTom, Westinghouse, Verizon, and JVC. › Plaintiffs have been successful in U.S., Germany, and France.
  • 19. Private OS License enforcement > Dual Licensors: Licensor releases source code under a “dual-licensing” model (licensees select either the OS license or fee-based commercial license). Licensors often police and pursue allegedly non-compliant use of the dual-licensed software. > Open Trolling: individual copyright holders release software under only an OS license, police non-compliant use, and offer commercial licenses to non-compliant users and distributors. > B2B Software Licensing Disputes: OS license obligations or OS license non-compliance relied upon for affirmative defenses, counterclaims, or leverage in commercial software disputes. 19
  • 21. Common Open-Source Business Strategies OS business models generally rely upon one or more of the following strategies: 1. Dual-licensing proprietary company software; 2. Providing commercial or enterprise versions or extensions to open-source software or platforms; 3. Offering maintenance, support, consulting or other services related to or in support of open-source software 4. Closed-source distributions of open-source software including proprietary modifications or combinations with proprietary or other open-source software.
  • 22. 1. Dual Licensing Company offers software for use under either an OS license or a paid commercial license. The OS license often prohibits or limits commercial use of the OS software. Licensees wishing to avoid such restrictions can purchase a commercial license. Commercial licenses may additionally or alternatively: ▪ provide access to company services (support, maintenance, customization) ▪ include warranties or indemnification not available under the open- source license; ▪ provide early access to updated versions of the software; or ▪ serve to resolve company infringement claims. › Examples: MySQL, Java EE/SE, MongoDB, Qt
  • 23. 2a. Open Core › Open Core (Freemium): Company offers a version of its product under an open-source license while offering enhanced versions (aka an “enterprise” version) of the software under a commercial license. › Examples: Sendmail, Java EE/SE, Sourcefire Snort, Qt
  • 24. 2b. Open Platform › Open Platform: Company releases a software platform under an open-source license and offers proprietary plug-ins, extensions, applications, or content through the platform under commercial licensing terms. › Examples: Android, Eclipse, Wordpress
  • 25. 3. Providing Related Services › Company offers services related to OS software that may or may not be owned by the company. › Related services can include training, customization, implementation, maintenance, hosting (SaaS, PaaS, IaaS), certification, support, or compiling, building, or packaging services. › Examples: Red Hat, AWS, MongoDB, IBM, Oracle, and Microsoft.
  • 26. 4. Closed-Source Open Source › Company releases commercial (closed-source) versions of open- source originally licensed under a permissive license (e.g., Apache 2.0) or offers commercial plugins or extensions to an open-source project or platform. The distributions are often specialized for a particular industry or use case. › Examples: Cloudera, Hortonworks, MapR and AWS (offering virtual server space incorporating numerous open-source projects).
  • 27. Questions, Comments, Thoughts? Contact: Andrew J. Hall ahall thehalllaw.com www.thehalllaw.com © 2015-present Hall Law. All rights reserved. This presentation may be reproduced and distributed under the terms of the Creative Commons Attribution-NoDerivatives 4.0 (CC BY-ND 4.0) International license published at: https://creativecommons.org/licenses/by-nd/4.0/legalcode.txt