SlideShare une entreprise Scribd logo
1  sur  33
Open Source
Software
Legal and Other Issues related to use
of Open Source Software Products
Executive Leadership Conference, Boston,
Massachusetts, October 16, 2003
(revised January 20, 2004)
Legal and Other Issues
 Defining Terms
– Software as Intellectual Property
– Proprietary Software
– Open Source Software
– Freeware
 Advantages and Disadvantages
 Sharing Software within the
Commonwealth
 Best Value Procurement
Defining Terms
 Software as Intellectual Property
 Proprietary Software
 Open Source Software
 Freeware
Software as IP
 Software is valuable intellectual property
 A software license is the contract between the
software owner and the licensee defining
terms of use of software
 Software owners also have enumerated
rights under the law to control the use and
distribution of their property (with few
exceptions)
 The Digital Millennium Copyright Act (DMCA)
and contract law typically protect software
owners‘ rights
Typical Proprietary Software
License
 Fairly standard terms
 Source code availability
– Source code not provided - trying to figure
out inner workings of software through
reverse engineering or decompiling of
operating mode is forbidden; OR
– Source code provided - may or may not
include permission to create modifications
and enhancements
Proprietary Software License
terms - Licensees
 Restrictions on dissemination. Licensee
and users strictly defined. Licensee has
no right to share with those not defined
as licensee users in license;
 Licensor indemnifies licensees against
third party infringement claims;
 Often, have to sign a new license each
time new licensee obtains the code.
Proprietary Software License
terms – Warranty and Support
 Warranties provided:
– Defects in media and existence of
viruses, Trojan Horses, backdoors, etc;
– Can negotiate for warranties re: meet
specifications in product documentation
 Maintenance and support terms
included (although may be in separate
document).
Open Source Software – Main
Features
 Non-proprietary software which may or may
not be used commercially;
 Typically licensed under an Open Source
license (not given away)
– License terms differ from proprietary software
license terms
 Source code is generally made available
– Legal restriction on reverse engineering (under the
DMCA) do not apply.
Open Source Software License
- Licensees
 Original software owner or developer
chooses to limit the rights that he
asserts over licensees
 Licensees, subject to license
terms, can:
– make and distribute copies of software;
– build upon software to create modifications
or other works.
Open Source Software Licenses
- Source Code
 Source code to original product always provided;
 Licensee can modify or enhance source code
(create ―derivative works‖) or include source code
with other license types (create ―larger works‖);
 Licensee may be required to share modifications
with the world (in source and/or binary form), but
not necessarily;
 Licensee may be prohibited from charging
royalties for derivative and larger works, but not
necessarily.
Open Source Software License
– Warranties and Support
 Generally, software provided ―AS-IS‖
with no warranties, warranties excluded;
 No indemnification;
 No maintenance or support.
The GNU “General Public
License” (GPL)
 No standard open source license, but GPL
most widely used (roughly 85% of open
source software);
 Terms include:
– User freedom to distribute and/or modify;
– Requirement that original and modified source code be
always made available to the world under the terms of
the original license;
– Must retain copyright notices and warranty disclaimers;
– Does not include grant of patent licenses;
– Extremely viral license.
The Mozilla Public License
 Developed by Netscape for the Mozilla
browser
 Terms include:
– Very similar to the GPL but,
– Can charge royalties for modified versions;
– Can include source code within larger works licensed under
different license types, thus license does not ‗infect‘ all
downstream projects;
– Must retain copyright notices and warranty disclaimers;
– May provide additional warranties to downstream users but
may have to indemnify original developer for any claims
arising as a result;
– Includes grant patent licenses;
– Less viral than the GPL.
The IBM Public License
 Terms include:
– User freedom to distribute and/or modify;
– No requirement for source code availability in
downstream distribution;
– The program can be distributed in executable form
thus allowing downstream users to
develop, sell, and install customized software
packages without having to make all
customizations available to the world;
– Must retain all copyright notices and warranty
disclaimers;
– Includes grant of patent licenses.
Open Software License
 Terms include:
– User freedom to distribute and/or modify;
– Viral license, source code is always made
available to the world;
– Must retain copyright notices and warranty
disclaimers;
– Requires indemnification for attorney‘s fees
incurred as a result of potential claims or litigation.
The Apache Software License
 Governs the Apache web-server software.
 Terms include:
– User freedom to distribute and/or modify;
– No requirement for source code to be made
available to the world in downstream distribution;
– Must retain all copyright notices and warranty
disclaimers;
– Not a viral license.
The FreeBSD License
 Unrestrictive license:
– Only requires preservation of copyright
notices and warranty disclaimers.
Summary: Existing open
source licenses
 Terms will always include preservation of
copyright notices and warranty disclaimers;
 Some licenses will be extremely viral: thus
prohibiting any other type of downstream
licensing apart from under the terms of the
original license;
 Some with permit inclusion of code within
proprietized programs;
 In some instances, provision of additional
warranties and support will trigger
indemnification provisions to the original
developer.
Online resources
 For a comprehensive chart describing
and comparing open source licenses
see www.mass.gov/itd/legal/quickrefchart.xls
 For full open source license texts see
www.opensource.org/licenses/index.php
Freeware
 Freeware is free software, software that the
licensee can use without paying a license fee.
 Free software may be proprietary software for
which source code is not provided (Adobe
Acrobat) or open source software (Linux).
Note: Not all open source software is free; not all
proprietary software is licensed for a fee.
Advantages: Proprietary
Software
 Indemnification;
 Maintenance and support;
 Licensee doesn‘t have to have open source
savvy staff;
 Licensees‘ rights if:
– media is defective;
– software contains viruses, backdoors, etc.;
– product fails to meet written technical/business
specifications.
Disadvantages: Proprietary
Software
 COST!
– License fee
– Product bundling—example: Microsoft office.
 Licensee cannot modify or enhance the code;
 Often not built to open standards, leading to
interoperability problems;
 Shut off from continuing development and
information sharing in open source
community;
 Some proprietary code is not as good as its
open source counterparts.
Advantages: Open Source
License
 PRICE: Generally no or low license fees;
 Availability of source code coupled with
permission to make modifications;
 Access open source development
community, which may be very active with
respect to code used. Continuing
improvement; outstanding development;
 More likely to be built to open standards, so
interoperable with other open standards
systems.
Disadvantages: Open Source
Licensing
 No indemnification; if a third party claims that
licensee is using code that the third party
developed, the licensee has no one to pay his
legal fees and damage award (SCO v. IBM);
 No maintenance and support (unless
purchased separately);
 No warranties regarding media, viruses, and
performance;
 Staff must be open source savvy;
 License terms are NOT standard: thus
important to pay close attention to terms.
Note on Disadvantages: Open
Source
 Many disadvantages of open source
licensing can be addressed by
procuring open source software through
a third party vendor that will provide
maintenance, support, additional
warranties, etc.
Sharing Proprietary Software
Within the Commonwealth
 Agencies can share proprietary
software if proprietary license names
the Commonwealth, rather than
agency, as licensee and other license
restriction terms are satisfied. Source
code licensed under a proprietary
license can only be shared if proprietary
license permits.
Sharing Open Source Software
within the Commonwealth
 Agencies can share source code for open
source software subject to the terms of the
license under which it was obtained.
– Some open source licenses allow for portions of
open source code to be included within proprietary
software which may as a result prohibit
interagency sharing.
 Always refer to the terms of the license before
considering sharing open source software
within your organization.
Additional Note on Sharing
Software:
 Agencies can share source code for software
that they own, based on a
careful, documented determination regarding
ownership.
 Agencies should not share software until
agency counsel has reviewed the legal
status of the software that is to be shared.
Best Value Procurement
 Executive Department agencies must
engage in best value competitive
procurement for procurements over
certain dollar amount.
 Best value would require you to assess
all of the risks and benefits surrounding
software acquisition.
Online Resources for Best
Value Procurement
 The Commonwealth has announced new
standards for information technology
acquisitions. The new policy is described in three
related documents that can be accessed through
the links below:
– The Commonwealth‘s Open Standards policy:
http://www.state.ma.us/itd/openstandards.htm
– The Commonwealth‘s IT Acquisition policy:
http://www.state.ma.us/itd/ITAcquisitionPolicy.htm
– The Commonwealth‘s Technical Reference model:
http://www.state.ma.us/itd/techrefmodel.htm
Take Home Message:
 Before embarking on use of open source products:
– Educate your staff about the difference between
proprietary, open source, and freeware software;
– Educate yourself about the legal, business and
technical risks involved in using open source
software, and balance them in making a business
decision as to what kind of software to use.
– Procure for best value, taking into account the risks
and benefits of using proprietary vs. open source
software along with other business and technical best
value criteria
Easy Access to Online
Resources
 Easy Access to the ITD web page on
open source software licensing is
available at www.mass.gov/itd/legal.
 Easy Access to a comprehensive chart
describing and comparing Open Source
licenses is available at
www.mass.gov/itd/legal/quickrefchart.xls.
Contact information
Linda Hamel, General Counsel
Information Technology Division
Commonwealth of Massachusetts
Some of the information included in this presentation
was provided by:
Thomas C. Carey, Esq., Bromberg &
Sunstein, LLP, Alba Bozo, HLS ‘04

Contenu connexe

Tendances

Open Source Software Legal Issues and Compliance
Open Source Software Legal Issues and ComplianceOpen Source Software Legal Issues and Compliance
Open Source Software Legal Issues and ComplianceTarun Khurana
 
WP_Open-Source_Best_pratice_web
WP_Open-Source_Best_pratice_webWP_Open-Source_Best_pratice_web
WP_Open-Source_Best_pratice_webPaul Plaquette
 
FITT Toolbox: FOSS Licencing
FITT Toolbox: FOSS LicencingFITT Toolbox: FOSS Licencing
FITT Toolbox: FOSS LicencingFITT
 
Hidden gotcha’s of various open source licenses
Hidden gotcha’s of various open source licensesHidden gotcha’s of various open source licenses
Hidden gotcha’s of various open source licensesManuswath K.B
 
Open Source in the Enterprise: Compliance and Risk Management
Open Source in the Enterprise: Compliance and Risk ManagementOpen Source in the Enterprise: Compliance and Risk Management
Open Source in the Enterprise: Compliance and Risk ManagementSebastiano Cobianco
 
Open Source Developer by Binary Semantics
Open Source Developer by Binary SemanticsOpen Source Developer by Binary Semantics
Open Source Developer by Binary SemanticsBinary Semantics
 
01-15 Bay Area OSS Meetup: Free and Open Source Software Licensing Overview
01-15 Bay Area OSS Meetup: Free and Open Source Software Licensing Overview01-15 Bay Area OSS Meetup: Free and Open Source Software Licensing Overview
01-15 Bay Area OSS Meetup: Free and Open Source Software Licensing OverviewAlexander Graebe
 
Open Source Software - Part 1
Open Source Software - Part 1Open Source Software - Part 1
Open Source Software - Part 1Abdelrhman Ahmed
 
LinuxCon Europe 2014: License Compliance and Open Source Software Logistics f...
LinuxCon Europe 2014: License Compliance and Open Source Software Logistics f...LinuxCon Europe 2014: License Compliance and Open Source Software Logistics f...
LinuxCon Europe 2014: License Compliance and Open Source Software Logistics f...Black Duck by Synopsys
 
Open Source and You
Open Source and YouOpen Source and You
Open Source and YouJeff Stoner
 
Open source technologies
Open source technologiesOpen source technologies
Open source technologiesBrizGo
 
Understanding Open Source
Understanding Open SourceUnderstanding Open Source
Understanding Open SourceJody Garnett
 

Tendances (19)

Open Source Software Legal Issues and Compliance
Open Source Software Legal Issues and ComplianceOpen Source Software Legal Issues and Compliance
Open Source Software Legal Issues and Compliance
 
Discuss open sourcelicensing
Discuss open sourcelicensingDiscuss open sourcelicensing
Discuss open sourcelicensing
 
Open Source Software Licenses
Open Source Software Licenses Open Source Software Licenses
Open Source Software Licenses
 
License
LicenseLicense
License
 
WP_Open-Source_Best_pratice_web
WP_Open-Source_Best_pratice_webWP_Open-Source_Best_pratice_web
WP_Open-Source_Best_pratice_web
 
FITT Toolbox: FOSS Licencing
FITT Toolbox: FOSS LicencingFITT Toolbox: FOSS Licencing
FITT Toolbox: FOSS Licencing
 
Hidden gotcha’s of various open source licenses
Hidden gotcha’s of various open source licensesHidden gotcha’s of various open source licenses
Hidden gotcha’s of various open source licenses
 
Open Source File
Open Source FileOpen Source File
Open Source File
 
Open Source in the Enterprise: Compliance and Risk Management
Open Source in the Enterprise: Compliance and Risk ManagementOpen Source in the Enterprise: Compliance and Risk Management
Open Source in the Enterprise: Compliance and Risk Management
 
Open Source Developer by Binary Semantics
Open Source Developer by Binary SemanticsOpen Source Developer by Binary Semantics
Open Source Developer by Binary Semantics
 
01-15 Bay Area OSS Meetup: Free and Open Source Software Licensing Overview
01-15 Bay Area OSS Meetup: Free and Open Source Software Licensing Overview01-15 Bay Area OSS Meetup: Free and Open Source Software Licensing Overview
01-15 Bay Area OSS Meetup: Free and Open Source Software Licensing Overview
 
How to select software license for software program code * What type of Softw...
How to select software license for software program code * What type of Softw...How to select software license for software program code * What type of Softw...
How to select software license for software program code * What type of Softw...
 
Open Source Software - Part 1
Open Source Software - Part 1Open Source Software - Part 1
Open Source Software - Part 1
 
Understanding Open Source & GPL
Understanding Open Source & GPLUnderstanding Open Source & GPL
Understanding Open Source & GPL
 
LinuxCon Europe 2014: License Compliance and Open Source Software Logistics f...
LinuxCon Europe 2014: License Compliance and Open Source Software Logistics f...LinuxCon Europe 2014: License Compliance and Open Source Software Logistics f...
LinuxCon Europe 2014: License Compliance and Open Source Software Logistics f...
 
Open Source and You
Open Source and YouOpen Source and You
Open Source and You
 
Open source technologies
Open source technologiesOpen source technologies
Open source technologies
 
Joomladay 2014 - Open source licenses
Joomladay 2014 - Open source licensesJoomladay 2014 - Open source licenses
Joomladay 2014 - Open source licenses
 
Understanding Open Source
Understanding Open SourceUnderstanding Open Source
Understanding Open Source
 

En vedette

Preventive Maintainance
Preventive  MaintainancePreventive  Maintainance
Preventive MaintainanceMr_L0ng
 
1.preventive maintainance
1.preventive  maintainance1.preventive  maintainance
1.preventive maintainancehasiftasha
 
Troubleshooting
TroubleshootingTroubleshooting
TroubleshootingJulia .
 

En vedette (6)

SmartSIM Presentatie
SmartSIM PresentatieSmartSIM Presentatie
SmartSIM Presentatie
 
Beep sound
Beep soundBeep sound
Beep sound
 
Software
SoftwareSoftware
Software
 
Preventive Maintainance
Preventive  MaintainancePreventive  Maintainance
Preventive Maintainance
 
1.preventive maintainance
1.preventive  maintainance1.preventive  maintainance
1.preventive maintainance
 
Troubleshooting
TroubleshootingTroubleshooting
Troubleshooting
 

Similaire à Opensource powerpoint-reviewppt742

Opensource Powerpoint Review.Ppt
Opensource Powerpoint Review.PptOpensource Powerpoint Review.Ppt
Opensource Powerpoint Review.PptViet NguyenHoang
 
opensource_powerpoint_review
opensource_powerpoint_reviewopensource_powerpoint_review
opensource_powerpoint_reviewwebuploader
 
Software Licensing.pptx
Software Licensing.pptxSoftware Licensing.pptx
Software Licensing.pptxAaliyanShaikh
 
Pitfalls of Software Licenses (2)
Pitfalls of Software Licenses (2)Pitfalls of Software Licenses (2)
Pitfalls of Software Licenses (2)ravimohan2
 
Software License Agreements
Software License AgreementsSoftware License Agreements
Software License Agreementstermsfeed
 
GDSC - Software Licensing.pdf
GDSC - Software Licensing.pdfGDSC - Software Licensing.pdf
GDSC - Software Licensing.pdfAaliyanShaikh
 
Introduction to Open Source License and Business Model
Introduction to Open Source License and Business ModelIntroduction to Open Source License and Business Model
Introduction to Open Source License and Business ModelMohd Izhar Firdaus Ismail
 
Outbound Licensing Strategies: Is Open Source the Right Model for Your Company?
Outbound Licensing Strategies: Is Open Source the Right Model for Your Company?Outbound Licensing Strategies: Is Open Source the Right Model for Your Company?
Outbound Licensing Strategies: Is Open Source the Right Model for Your Company?Jennifer O'Neill
 
Top Open Source Licenses Explained
Top Open Source Licenses ExplainedTop Open Source Licenses Explained
Top Open Source Licenses ExplainedWhiteSource
 
Introduction To Open Source Licenses
Introduction To Open Source LicensesIntroduction To Open Source Licenses
Introduction To Open Source LicensesHarley Pascua
 
Open Source Software: An Edge For Your Growing Business
Open Source Software: An Edge For Your Growing BusinessOpen Source Software: An Edge For Your Growing Business
Open Source Software: An Edge For Your Growing BusinessPromet Source
 
Open source software for IoT – The devil’s in the details
Open source software for IoT – The devil’s in the detailsOpen source software for IoT – The devil’s in the details
Open source software for IoT – The devil’s in the detailsRogue Wave Software
 
Open source license
Open source licenseOpen source license
Open source licenseRohit Kumar
 
The Business Case for Open Source GIS
The Business Case for Open Source GISThe Business Case for Open Source GIS
The Business Case for Open Source GISJoanne Cook
 
Power Dvd Mpeg 4 Avc Pack License Disclaimer (Lgpl)
Power Dvd Mpeg 4 Avc Pack License Disclaimer (Lgpl)Power Dvd Mpeg 4 Avc Pack License Disclaimer (Lgpl)
Power Dvd Mpeg 4 Avc Pack License Disclaimer (Lgpl)Falainix
 
Overview of basic open-source licenses
Overview of basic open-source licensesOverview of basic open-source licenses
Overview of basic open-source licensesIrina Shubina
 
License
LicenseLicense
Licensenafia
 

Similaire à Opensource powerpoint-reviewppt742 (20)

Opensource Powerpoint Review.Ppt
Opensource Powerpoint Review.PptOpensource Powerpoint Review.Ppt
Opensource Powerpoint Review.Ppt
 
opensource_powerpoint_review
opensource_powerpoint_reviewopensource_powerpoint_review
opensource_powerpoint_review
 
Open source licenses training
Open source licenses trainingOpen source licenses training
Open source licenses training
 
Software Licensing.pptx
Software Licensing.pptxSoftware Licensing.pptx
Software Licensing.pptx
 
Pitfalls of Software Licenses (2)
Pitfalls of Software Licenses (2)Pitfalls of Software Licenses (2)
Pitfalls of Software Licenses (2)
 
Software License Agreements
Software License AgreementsSoftware License Agreements
Software License Agreements
 
GDSC - Software Licensing.pdf
GDSC - Software Licensing.pdfGDSC - Software Licensing.pdf
GDSC - Software Licensing.pdf
 
Introduction to Open Source License and Business Model
Introduction to Open Source License and Business ModelIntroduction to Open Source License and Business Model
Introduction to Open Source License and Business Model
 
Outbound Licensing Strategies: Is Open Source the Right Model for Your Company?
Outbound Licensing Strategies: Is Open Source the Right Model for Your Company?Outbound Licensing Strategies: Is Open Source the Right Model for Your Company?
Outbound Licensing Strategies: Is Open Source the Right Model for Your Company?
 
Licensing,Ppt
Licensing,PptLicensing,Ppt
Licensing,Ppt
 
Top Open Source Licenses Explained
Top Open Source Licenses ExplainedTop Open Source Licenses Explained
Top Open Source Licenses Explained
 
Introduction To Open Source Licenses
Introduction To Open Source LicensesIntroduction To Open Source Licenses
Introduction To Open Source Licenses
 
Open Source Software: An Edge For Your Growing Business
Open Source Software: An Edge For Your Growing BusinessOpen Source Software: An Edge For Your Growing Business
Open Source Software: An Edge For Your Growing Business
 
Open source software for IoT – The devil’s in the details
Open source software for IoT – The devil’s in the detailsOpen source software for IoT – The devil’s in the details
Open source software for IoT – The devil’s in the details
 
Open source license
Open source licenseOpen source license
Open source license
 
The Business Case for Open Source GIS
The Business Case for Open Source GISThe Business Case for Open Source GIS
The Business Case for Open Source GIS
 
Foss introduction and history
Foss introduction and historyFoss introduction and history
Foss introduction and history
 
Power Dvd Mpeg 4 Avc Pack License Disclaimer (Lgpl)
Power Dvd Mpeg 4 Avc Pack License Disclaimer (Lgpl)Power Dvd Mpeg 4 Avc Pack License Disclaimer (Lgpl)
Power Dvd Mpeg 4 Avc Pack License Disclaimer (Lgpl)
 
Overview of basic open-source licenses
Overview of basic open-source licensesOverview of basic open-source licenses
Overview of basic open-source licenses
 
License
LicenseLicense
License
 

Dernier

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Dernier (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

Opensource powerpoint-reviewppt742

  • 1. Open Source Software Legal and Other Issues related to use of Open Source Software Products Executive Leadership Conference, Boston, Massachusetts, October 16, 2003 (revised January 20, 2004)
  • 2. Legal and Other Issues  Defining Terms – Software as Intellectual Property – Proprietary Software – Open Source Software – Freeware  Advantages and Disadvantages  Sharing Software within the Commonwealth  Best Value Procurement
  • 3. Defining Terms  Software as Intellectual Property  Proprietary Software  Open Source Software  Freeware
  • 4. Software as IP  Software is valuable intellectual property  A software license is the contract between the software owner and the licensee defining terms of use of software  Software owners also have enumerated rights under the law to control the use and distribution of their property (with few exceptions)  The Digital Millennium Copyright Act (DMCA) and contract law typically protect software owners‘ rights
  • 5. Typical Proprietary Software License  Fairly standard terms  Source code availability – Source code not provided - trying to figure out inner workings of software through reverse engineering or decompiling of operating mode is forbidden; OR – Source code provided - may or may not include permission to create modifications and enhancements
  • 6. Proprietary Software License terms - Licensees  Restrictions on dissemination. Licensee and users strictly defined. Licensee has no right to share with those not defined as licensee users in license;  Licensor indemnifies licensees against third party infringement claims;  Often, have to sign a new license each time new licensee obtains the code.
  • 7. Proprietary Software License terms – Warranty and Support  Warranties provided: – Defects in media and existence of viruses, Trojan Horses, backdoors, etc; – Can negotiate for warranties re: meet specifications in product documentation  Maintenance and support terms included (although may be in separate document).
  • 8. Open Source Software – Main Features  Non-proprietary software which may or may not be used commercially;  Typically licensed under an Open Source license (not given away) – License terms differ from proprietary software license terms  Source code is generally made available – Legal restriction on reverse engineering (under the DMCA) do not apply.
  • 9. Open Source Software License - Licensees  Original software owner or developer chooses to limit the rights that he asserts over licensees  Licensees, subject to license terms, can: – make and distribute copies of software; – build upon software to create modifications or other works.
  • 10. Open Source Software Licenses - Source Code  Source code to original product always provided;  Licensee can modify or enhance source code (create ―derivative works‖) or include source code with other license types (create ―larger works‖);  Licensee may be required to share modifications with the world (in source and/or binary form), but not necessarily;  Licensee may be prohibited from charging royalties for derivative and larger works, but not necessarily.
  • 11. Open Source Software License – Warranties and Support  Generally, software provided ―AS-IS‖ with no warranties, warranties excluded;  No indemnification;  No maintenance or support.
  • 12. The GNU “General Public License” (GPL)  No standard open source license, but GPL most widely used (roughly 85% of open source software);  Terms include: – User freedom to distribute and/or modify; – Requirement that original and modified source code be always made available to the world under the terms of the original license; – Must retain copyright notices and warranty disclaimers; – Does not include grant of patent licenses; – Extremely viral license.
  • 13. The Mozilla Public License  Developed by Netscape for the Mozilla browser  Terms include: – Very similar to the GPL but, – Can charge royalties for modified versions; – Can include source code within larger works licensed under different license types, thus license does not ‗infect‘ all downstream projects; – Must retain copyright notices and warranty disclaimers; – May provide additional warranties to downstream users but may have to indemnify original developer for any claims arising as a result; – Includes grant patent licenses; – Less viral than the GPL.
  • 14. The IBM Public License  Terms include: – User freedom to distribute and/or modify; – No requirement for source code availability in downstream distribution; – The program can be distributed in executable form thus allowing downstream users to develop, sell, and install customized software packages without having to make all customizations available to the world; – Must retain all copyright notices and warranty disclaimers; – Includes grant of patent licenses.
  • 15. Open Software License  Terms include: – User freedom to distribute and/or modify; – Viral license, source code is always made available to the world; – Must retain copyright notices and warranty disclaimers; – Requires indemnification for attorney‘s fees incurred as a result of potential claims or litigation.
  • 16. The Apache Software License  Governs the Apache web-server software.  Terms include: – User freedom to distribute and/or modify; – No requirement for source code to be made available to the world in downstream distribution; – Must retain all copyright notices and warranty disclaimers; – Not a viral license.
  • 17. The FreeBSD License  Unrestrictive license: – Only requires preservation of copyright notices and warranty disclaimers.
  • 18. Summary: Existing open source licenses  Terms will always include preservation of copyright notices and warranty disclaimers;  Some licenses will be extremely viral: thus prohibiting any other type of downstream licensing apart from under the terms of the original license;  Some with permit inclusion of code within proprietized programs;  In some instances, provision of additional warranties and support will trigger indemnification provisions to the original developer.
  • 19. Online resources  For a comprehensive chart describing and comparing open source licenses see www.mass.gov/itd/legal/quickrefchart.xls  For full open source license texts see www.opensource.org/licenses/index.php
  • 20. Freeware  Freeware is free software, software that the licensee can use without paying a license fee.  Free software may be proprietary software for which source code is not provided (Adobe Acrobat) or open source software (Linux). Note: Not all open source software is free; not all proprietary software is licensed for a fee.
  • 21. Advantages: Proprietary Software  Indemnification;  Maintenance and support;  Licensee doesn‘t have to have open source savvy staff;  Licensees‘ rights if: – media is defective; – software contains viruses, backdoors, etc.; – product fails to meet written technical/business specifications.
  • 22. Disadvantages: Proprietary Software  COST! – License fee – Product bundling—example: Microsoft office.  Licensee cannot modify or enhance the code;  Often not built to open standards, leading to interoperability problems;  Shut off from continuing development and information sharing in open source community;  Some proprietary code is not as good as its open source counterparts.
  • 23. Advantages: Open Source License  PRICE: Generally no or low license fees;  Availability of source code coupled with permission to make modifications;  Access open source development community, which may be very active with respect to code used. Continuing improvement; outstanding development;  More likely to be built to open standards, so interoperable with other open standards systems.
  • 24. Disadvantages: Open Source Licensing  No indemnification; if a third party claims that licensee is using code that the third party developed, the licensee has no one to pay his legal fees and damage award (SCO v. IBM);  No maintenance and support (unless purchased separately);  No warranties regarding media, viruses, and performance;  Staff must be open source savvy;  License terms are NOT standard: thus important to pay close attention to terms.
  • 25. Note on Disadvantages: Open Source  Many disadvantages of open source licensing can be addressed by procuring open source software through a third party vendor that will provide maintenance, support, additional warranties, etc.
  • 26. Sharing Proprietary Software Within the Commonwealth  Agencies can share proprietary software if proprietary license names the Commonwealth, rather than agency, as licensee and other license restriction terms are satisfied. Source code licensed under a proprietary license can only be shared if proprietary license permits.
  • 27. Sharing Open Source Software within the Commonwealth  Agencies can share source code for open source software subject to the terms of the license under which it was obtained. – Some open source licenses allow for portions of open source code to be included within proprietary software which may as a result prohibit interagency sharing.  Always refer to the terms of the license before considering sharing open source software within your organization.
  • 28. Additional Note on Sharing Software:  Agencies can share source code for software that they own, based on a careful, documented determination regarding ownership.  Agencies should not share software until agency counsel has reviewed the legal status of the software that is to be shared.
  • 29. Best Value Procurement  Executive Department agencies must engage in best value competitive procurement for procurements over certain dollar amount.  Best value would require you to assess all of the risks and benefits surrounding software acquisition.
  • 30. Online Resources for Best Value Procurement  The Commonwealth has announced new standards for information technology acquisitions. The new policy is described in three related documents that can be accessed through the links below: – The Commonwealth‘s Open Standards policy: http://www.state.ma.us/itd/openstandards.htm – The Commonwealth‘s IT Acquisition policy: http://www.state.ma.us/itd/ITAcquisitionPolicy.htm – The Commonwealth‘s Technical Reference model: http://www.state.ma.us/itd/techrefmodel.htm
  • 31. Take Home Message:  Before embarking on use of open source products: – Educate your staff about the difference between proprietary, open source, and freeware software; – Educate yourself about the legal, business and technical risks involved in using open source software, and balance them in making a business decision as to what kind of software to use. – Procure for best value, taking into account the risks and benefits of using proprietary vs. open source software along with other business and technical best value criteria
  • 32. Easy Access to Online Resources  Easy Access to the ITD web page on open source software licensing is available at www.mass.gov/itd/legal.  Easy Access to a comprehensive chart describing and comparing Open Source licenses is available at www.mass.gov/itd/legal/quickrefchart.xls.
  • 33. Contact information Linda Hamel, General Counsel Information Technology Division Commonwealth of Massachusetts Some of the information included in this presentation was provided by: Thomas C. Carey, Esq., Bromberg & Sunstein, LLP, Alba Bozo, HLS ‘04