1 / 16

Intellectual Property in FOSS and Product Lines

Intellectual Property in FOSS and Product Lines. Daniel M. German. Motivation. Hypothetical questions: Can I use mySQL (the gratis version, GPLed) as the backend in a product? If not, what type of product? It yes, what type of product? What license can it have?. Motivation….

amma
Télécharger la présentation

Intellectual Property in FOSS and Product Lines

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Intellectual Property in FOSS and Product Lines Daniel M. German

  2. Motivation • Hypothetical questions: • Can I use mySQL (the gratis version, GPLed) as the backend in a product? • If not, what type of product? • It yes, what type of product? • What license can it have?

  3. Motivation… • How about using standard C++ library (GPL v2) in a product? • What is the license of the resulting binary program? • Does static or dynamic linking matter?

  4. FOSS is as components • FOSS requires projects to be split into smaller ones • Simplifies organization and communication • Each with its own governance, even if under the same umbrella (Apache F., Eclipse F., FSF, etc). • Each with its own license

  5. Dependencies • Today most FOSS is not build from scratch • Almost any project requires some other ones • Either to provide a run-time environment • Libraries, support programs, etc • To build the product • SDKs: programming languages, configuration management tools, etc. • Frequently you don’t know the entire dependency chain • Cost is not an issue • IP is! You need to understand how and when you can use a product

  6. Example: Bugzilla • Very “small” application • Depends on a myriad of different tools • It offers the choice to the user of • DBMS • MTA • Options • Show dependencies

  7. Bugzilla licensing • Licensed under the Mozilla Public License 1.1 • Yet it can use MySQL (GPL v2) • And code under the “disjuntive” GPL v1/Artistic License

  8. Licensing affects interconnection • It determines the way in which you can use a given module • Dynamic linking • Command line execution • Subclassing • Pipes • Plugins/extensions • Etc..

  9. License proliferation • 72 OSS licenses • U. of Victoria has one (Adaptive Public License) • Nokia (NOKOS version 1.0a) • Some have been retired: • Intel OS License • But many have different versions • 3 GPL versions, 3 LGPL versions, 1 GPL-Affero license • Each license grants/restricts permissions to the user

  10. Not all licenses are created the same • Some restrict execution: • Microsoft Public License • Some don’t care about execution: • GPLs • Side effect: you don’t have to accept the GPL to use GPLd software! • Some allow unrestricted derivate works • BSD-3 clauses • Some don’t (BSD-4 clauses)

  11. Attempt to Curve Proliferation • Licenses are starting to converge: • Apache Public License 2.0 compatible with GPL version 3. • Artistic License 2.0 compatible with GPL version 2.0

  12. License compatiblity

  13. At the core of the issue • Is my product a derivative work or not? • If so, I need a license to create a derivative work • Is my product a compilation? • If so, and I want to distribute it, I need a license to do so.

  14. Who licenses? • Is the creator o the software? • The creator of the product sublicenses to the customer • Is the end user?The creator is the end user

  15. Challenge: • Learning how to combine FOSS products such that the licensing terms are complied “License incompatibilities are inconveniences rather than barriers. Ultimately, one can get around almost all licensing restrictions properly by being sufficiently creative and inventive.” Larry Rosen

  16. Product Lines and FOSS licensing • People who want to use FOSS need to be aware of FOSS licenses • What a given license means • How to (legally) circumvent it (if necessary) • (Legal) Risk management • How to choose a FOSS license • IP needs to be part of the models and methods of Product Lines that want to incorporate FOSS modules

More Related