• No results found

Open Source Software (OSS): OSS Licenses and Business Models Main IP Issues concerning OSS

N/A
N/A
Protected

Academic year: 2021

Share "Open Source Software (OSS): OSS Licenses and Business Models Main IP Issues concerning OSS"

Copied!
50
0
0

Loading.... (view fulltext now)

Full text

(1)

Open Source Software (OSS): OSS Licenses

and Business Models – Main IP Issues

concerning OSS

Malcolm Bain

ID LAW Partners/BGMA and Free Software Foundation Europe (FSFE)

Barcelona

WIPO National Seminar on the Protection of Software and Databases Beirut – Lebanon, 20-21 December 2012

(2)

Background - Malcolm Bain

• Partner, id law partners / Brugueras Garcia-Moliner i

Associats (BGMA), Barcelona, Spain

• Areas of work

– IP Law – Software licensing, compliance

– IT Law – Ecommerce, data protection, databases, digital evidence

– Commercial: IT distribution and procurement

• Member of FSFE-Legal Task Force (but do not represent

the FSFE)

(3)

Free Software Foundation Europe

• Non profit organization

www.fsfe.org

• Mission:

• Promotion of free software

• Promotion of freedom in the Information Society

• Focus: Access, Collaboration, Equality

• Activities:

• Awareness

• Standards

• Legal Aspects – Patents

(4)

Index

1. Free and Open Source Software - FOSS

2. FOSS Business Models

(5)
(6)

Traditional software licensing…

• Traditional / proprietary software license:

– Only provides a “rights to use the software” – Restricts certain uses

– Prohibits modifications

– Difficult to transfer, if not prohibited – Does not allow access to source code – Excludes warranties and limits liabilities

– Payment of licensing fees according to determined criteria (number of users, data processed, CPUs, etc.)

• “Closed” for commercial reasons

(7)
(8)

What is Free and Open Source Software?

• Software distributed under a FOSS license

– “Free” as in freedom (set out in the license)

• Freedom to use

• Freedom to transform, adapt, customize • Freedom to distribute and share

• But also free as in no license fees (usually)

– “Open” as in access to source code

• Contrast:

(9)

Origins of FOSS

• “On shoulders of giants”

– From Aristotle and Averroes, to Newton and Boswell, to Stallman…

• Sharing ethics

(Hackers)

– "Information increases in value by sharing it with other people. Data can be the basis for someone else's learning; software can be

improved collectively“

• US Universities

– UC Berkeley – “BSD” flavour UNIX operating system – 1970s/80s – MIT: Richard Stallman: GPL (1980s)

(10)

“Free Software”

1.

The freedom to run the program, for any purpose.

2.

The freedom to study how the program works, and

adapt it to your needs (access to the source code).

3.

The freedom to redistribute copies, so you can help

your neighbor.

4.

The freedom to improve the program, and release

improvements to the public, so that the whole

community benefits.

(11)

Open Source

Open Source Initiative

(OSI) is a non-profit organisation that

“certifies” OSS licences: compliance with the Open Source

Definition.

• There are hundreds of licences in existence. 72 approved OSS

licences (including Free Software licences such as

GPL/LGPL).

• No significant legal difference with Free Software

- different philosophical and ethical approach

• Open Source is seen as “less restrictive” than

Free Software: more pragmatic approach, focus

on software quality through openness and sharing

(12)

Open Source Definition

1. Free Redistribution.

2. Source code (will be made

available for examination).

3. Derivative works (must be

allowed).

4. Integrity of The Author's

Source Code

5. No Discrimination against

persons or groups.

6. No Discrimination against

fields of endeavour.

7. Distribution of License (no

additional licenses)

8. License Must Not Be

Specific to a Product.

9. The license must not

restrict other software

(within same distribution).

10. License Must Be

(13)

FOSS Licensing

• Extremely active FOSS community, heterogeneous

• Hundreds of different “FOSS” licenses.

– From: “You may use this software as you wish” to: GPLv3 or AferroGPLv3

– Some “standard” (OSI approved), others home-made or “adapted” OSI licenses with “tag-ons”

• 6 most common licenses cover over 90% of open source

projects

• About 65% use a copyleft license

BSD

GPL / LGPL

CPL

Apache

(14)

Elements of FOSS licenses

• Common elements: “

Some rights reserved

– Attribution of authorship / keep copyright notice – Grant of rights: the license permits

• Reproduction, installation, use

• Transformation (including re-engineering and decompilation, etc.) • Distribution and public communication (or equivalent)

– Warranty and Liability disclaimers

• Distinguishing features

– Obligations on redistribution!!!

• Permissive • Copyleft

(15)

Copyleft

• Objective: keep the code free!

• Implementation: license conditions on redistribution

• Example license: GPLv2

“2(b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.

• Impact: redistribution of the code under the same

license, derivative works that are redistributed must be

shared… and sometimes collective or composed works

including the code also

• Not the opposite of copyright – use of copyright law for

protection and imposing conditions on redistribution.

(16)

FOSS License ecology

Type Characteristic Examples

Permissive No restrictions on reuse / redistribution

Derivatives / Compilations may be closed

BSD, MIT, Apache 2

Weak

copyleft Only code, not on extensions or copyleft on the original core composed works using the code

LGPL, MPL, CPL

Strong copyleft

Copyleft on all the redistributed work, including derivates and composed works

GPL2, GPL3, EUPL

(17)

Example license: BSD

Redistribution and use in source and binary forms, with or

without modification, are permitted provided that the

following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the

documentation and/or other materials provided with the distribution.

Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

(18)

Implications of FOSS

• Users (all types)

– Free to download, install, test and use

– Free to modify, adapt, customize to one’s needs – Free to redistribute “as is”

– Free to redistribute improvements / customizations – Usually no license fees

– Direct license and source code: independence from suppliers

• Developers:

– Sharing and reuse of software components – Sharing of corrections

– Collaborative development (Cathedral/Bazaar)

(19)

FOSS Projects

• Sourceforge.net: over 150.000 projects (many inactive)

• Google Code, FreeCode, Codeplex...

• Ohloh (one of the largest): tracks 500.000 projects and

450.000 source code repositories.

• Flossmetrics: about 18.000 significantly active projects

(2007)

(20)

Examples of use of FOSS

• Apache web server: most common web server

• Domain name management system BIND

• Google search engine infrastructure

• Amazon webshop and webservice / cloud platform

• Firefox browser, Thunderbird email client

• Asterisk: Voice IP telephony

• Android cell phone operating system

• Joomla, Drupal, Plone: content management systems

• Linux: >78% of the world's top 500 supercomputers

(21)

Relatives of FOSS licenses

• Document / Content licenses

– Creative Commons licenses

– GFDL (wikipedia)

• (Open) Data licenses

– Open database license

– Database Contents License

– CC zero

(22)
(23)

Software ecology

Proprietary Software • Closed source • Shareware • Freeware • Evaluation Non-Proprietary Software • Free Software

• Open Source Software • Public Domain

Commercial Software

• Software licensed for a fee • Both propietary and

free software

(24)

Technical aspects of Software

Two fundamental characteristics

Operating system

Basic components:

Databases, communications Applications: office, email, ERP, etc

User interface • Needs

• Specifications • Analysis

• Design

• Development • Testing

(25)

ICT finances

• 80% of a typical IT project spend:

– Project consultancy/management – Implementation

– Custom coding – Integration

– Data migration

– Training and implementation – Maintenance and support

(26)

Propietary business models

• Sale of licenses

• Sale of services

– customisations

– Integration and services – Support and maintenance

• Certification and channel (partners)

• Documentation

(27)

FOSS Business Model 1.

Dual Strategy

• Same software, different license: licensor offers

– free use of the software with some legal limitations, or

– for a fee, commercial distribution rights (and a optionally larger set of features)

• Legal issues:

– IPR – Licensing – Trademark – Community management

Examples: MySQL, Funambul,

(28)

FOSS Business Model 2.

Split OSS/commercial products

• A basic FLOSS software and a commercial

version / propietary extensions

• Also called “Open core”

• Legal issues:

– IPR management and licensing – Product sales (propietary license)

(29)

FOSS Business Model 3.

Subscription Strategy

• Selling software as a service, charging the customer with

monthly or annual fees for gaining access to continuous

updates of an OSS product

• Legal issues

– SLAs – 1st and 2nd level tiers

– Warranties and liabilities (inc. IPR) – Channel management / online sales

(30)

FOSS Business Model 4.

Product Specialist

• Revenues from services – both maintenance and

consulting - “best code here” and “best knowledge here”

• Legal issues:

– Maintain access to source code – Foster widespread community – Maintain knowledge advantage

– Develop “distribution” channels: OEM, etc. – Low entrance barrier?

– Brand buidling

(31)

FOSS Business Model 5.

Consulting Strategy

• Integration consulting for open source software; pure service model, where the basic functionality costs nothing, and all the money is in customization

• Legal issues

– Client contracts

– OSS integration and compatibilities – Ongoing maintenance fees

– Warranties and liabilities

• Examples:

(32)

FOSS Business Model 6.

Patronage Strategy

• Contribution of time, energy, developers, and code to an

open source organization + Propietary add-ons/tools

• Legal issues

– Tax benefits – Investment – IPR, licensing – Trademark

(33)

FOSS Business Model 7.

Hosted Strategy

• They don't sell their software, they let you use it or rent it

• Legal issues

– SLAs

– Hosting costs

– Channel management – Branding

– Mass marketing (minimse customisation)

(34)

FOSS Business Model 8.

Badgeware

• The non-removability of visible trademarks or elements

from a user interface

• Legal issues

– Trademark protection – Licensing terms

– Channel management/clients

Examples: Socialtext, eyeOS

(35)

FOSS Business Model 9.

Platform providers

• Selection, support, integration and services on a set of projects, collectively forming a tested and verified platform

• Legal issues

– IPR/Licensing compatibility – Warranties/liabilities

– Branding

(36)

Other revenue generating activities

• Training

• Documentation

• Compliance

(37)

Who is making money on FOSS

• Oracle/Sun - $7bn acquisition of Sun

• IDC – projected $8bn open source revenues

worldwide in 2013 – 22.4% compound annual

growth rate

• Red Hat – over $500mn revenue in 2008/9

• Google – mkt cap $169bn

(38)
(39)

Garnter on enterprise software

deployment

(40)

In summary

• Revenue generation:

– Licensing fees, warranties v. supporting services and hardware packaging

– Mixed models: subscription/licensing fees – warranties for full features or additional services, with open source core or stack

• Blurring boundaries in development: co-existence of

models:

– Proprietary application vendors using FOSS stack (lower levels) – Community developers contributing to closed software programs – Commercial developers contributing to FOSS projects

(interoperability, compatibility, platforms).

• Overall viability:

– Both Proprietary and FOSS models can offer viable strategy for software providers and advantages of customers

(41)
(42)
(43)

Main issues

• IP basics

• License complexity and compatibility

• FOSS project management: licensing

• IP infringement and enforcement

(44)

IP Basics

• Most FOSS projects are multi authored works:

(collective, joint, ?)

– ownership of code

– legitimacy to choose the redistribution license

• Many FOSS projects are composed or derivative

works:

– scope of definition / country specific interpretation

– impact on

copyleft

obligations

• Some FOSS projects are based on Interoperability/

reverse engineering

(45)

License complexity and compatibility

• License proliferation:

– more than 70 OSS-certified licences, +1000 licenses

in Black Duck scanner

• License compatibility:

– mixing of software components under various

licenses – particular issue of GPL2 and GPL3

• Licensing of derivative works:

– copyleft scope and effect (over 60% FOSS projects

under GPL – high impact)

• Multi-licensing:

– software licensed under two or three different OSS

licences (Mozilla)

(46)

License/project management

IP rights –

quality assurance

– Inbound licenses/assignments

– Outbound license (selection) and licensing (compliance)

– NB: tools for license checking

Supply chain

– License compliance up/down the supply chain

– End retailer/brander: Compliance policies - procedures

Enforcement

– See next…

(47)

FOSS infringement and enforcement

• Infringement scenarios

– By end user (difficult + license reinstated) + unlikely to be sued – By redistributor: inclusion of proprietary software in FOSS code, or

breach of FOSS license obligations

• Enforcement cases

– German court cases (GPL validity, compliance): Sitecom, Fortinet (Munich) D-Link (Frankfurt)

– SCO v IBM (copyright infringement) – Jacobsen v Katzer (contract formation)

– Oracle v Google (Android – alleged patent infringement and

copyright infringement in Android mobile phone operating system)

• Remedial action:

– license compliance (release of source code?) – remove product from market

(48)

Patent risks

• Problems: software patents

– Patent validity, submarine patents – Jurisdiction specific (territorial nature)

– Moving target: Bilski (US), Haliburton (UK), EPO caselaw

• Same for FOSS as Proprietary code

– But FOSS source code available for review (processes)

• Patent based strategies: prevent FOSS development?

– Patents as a lever to scare people away from FOSS (TomTom) – Trolls (patent portfolios)

• Dealing with patents

(49)

In summary

• Yes, there are some IP issues:

– IP ownership

– Licensing and License compatibilities – Enforcement

– Patents

• BUT they are the same as any software development

and commercialization project

• So in fact, the general IP strategies for deaiing this this

are the same:

– Quality IP management “at source” (engineer level) – Due diligence before releasing

– Good contracts down the supply chain – Warranties from providers

– Insurance … – Documenting...

(50)

THANK YOU FOR YOUR

ATTENTION

[email protected] [email protected]

WIPO National Seminar on the Protection of Software and Databases Beirut – Lebanon, 20-21 December 2012

on www.fsfe.org http://www.fsf.org/philosophy/free-sw.html www.opensource.org

References

Related documents

By conventional mammography 14 patients were suspected to have tumor recurrence, nine were true positive, five were false positive, two were true negative and ten were false nega-

Thermal property data can be obtained from several sources (as cited in Refs. However the accuracy of these data is hard to assess and the use of different data sets has a

This paper made an attempt to improve the existing systems of both standard and robot assisted therapy for children with ASD via a sensing framework with multi-sensory configu-

New data should come from: further sampling of the Older Alluvial Fans not reworked by Lake Humber shorelines; single grain OSL dating of the York Moraine sand scree, to obtain

Some of the nursing staff did not fully understand that self-scheduling did not provide guar- anteed times for nurses to work but rather allowed for more control and flexibility

Inhibition of protein kinase CK2 leads to a modulation of androgen receptor dependent transcription in prostate cancer cells.. Ölgen, S., Götz, C., and Jose, J.:

viii Given that the metabolic activities of tumours are measured routinely during clinical disease monitoring by assessment of FDG uptake using PET/CT (Larson et

Nepal is predominantly a simple rural society and a trek in the foothills of the Himalaya is a strong cultural experience as we spend time with our crew and meet local