ANALYTICS EXCELLENCE WEBINAR SERIES Panel Introduction

Total Page:16

File Type:pdf, Size:1020Kb

ANALYTICS EXCELLENCE WEBINAR SERIES Panel Introduction ANALYTICS EXCELLENCE WEBINAR SERIES Panel Introduction Liz Fortier Devin Villegas General Counsel Executive Director, Engineering Lucid LLC Lucid LLC Justin McCarthy Chris Wheaton Principal Attorney Privacy and Compliance Counsel Schwegman Lundberg & Woessner Lucid LLC Understanding Open Source Software • What is it? o Open source software is software with a license where anyone can inspect, modify, and enhance subject to conditions in the license. • Where is it? o Everywhere. A common online software development platform, Github, has millions of open source software projects in various stages of completion and development. o According to a 2015 Study by Black Duck Software, 78% of companies run open- source software o Notable examples: Linux Apache Web Server Open Office Understanding Open Source Software • Usage rights and obligations depend on license. • Today’s presentation will focus on usage of OSS in commercial software products. • Basic License Types: o Copyleft Licenses Users have a right to use modify or freely distribute copies, so long as you work produced from the licensed work is made available under the same terms. o Other Licenses • We will describe a few of the popular OSS licenses and some of their obligations. o There are other obligations and terms that you should be aware of if you plan on using OSS. o This is just an introduction. OSS: Copyleft – the GPL (V 3.0) • “if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.” o Distribution triggers obligation to provide source Classic distribution – providing a copy of the program (on physical media or download) What about Cloud computing? What about web-based applications? • Use of even small amounts of GPL code in a larger commercial program is problematic o Larger commercial program could be considered “work based on the [GPL] Program,” which requires you to “license the entire [commercial program], as a whole, under this license.” OSS: Copyleft – the GPL • What about linking to GPL Libraries? o Unclear. Some (including FSF – copyright holder of the GPL) hold that linking a GPL library into a work makes that work fall under the GPL Some draw the distinction between Static v. Dynamic Linking Some argue that regardless of linking, as long as you don’t modify the library you can link. o Consequences If you are wrong – may pull your entire code under GPL and have to release source code. • This is one of several aspects where the GPL is unclear OSS: Copyleft – the GPL • Other requirements and notable features o Requires modified versions be marked as changed. o Anti- Anti Circumvention clauses for work or modified work. Targets 17 U.S.C. 1201 • Examples of GPL OSS o Linux o GNU Compiler Collection (GCC) Other OSS Licenses • Apache 2.0 • BSD 3 Clause • MIT • Unlicensed Apache 2.0 • If you sue ANY entity alleging that the work or a “contribution incorporated within the Work” constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. o Question: Say I utilize version A of the work. Version B is modified by a competitor to include a new feature that violates the patent and the competitor submits version B to the other for inclusion in the product. I sue the competitor. Do I lose my license to use Version A? Potentially. • Notable Obligations: o Must provide a copy of the license to recipients o Modified files must carry prominent notices that you changed the files. o Retain attribution notices o NOTICE text file must be included. • You may add own copyright statements and may provide additional or different license terms and conditions, provided you otherwise comply with the license. • Submitted contributions (unless otherwise stated) are deemed under Apache license. BSD 3 Clause • Copyright <YEAR> <COPYRIGHT HOLDER> • Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: • 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. • 2. 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. • 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. • THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE MIT • Copyright <YEAR> <COPYRIGHT HOLDER> • Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: • The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. • THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. UNLICENSED • This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <http://unlicense.org/> Other Considerations For Using OSS in Commercial Software Products • Conflicts between multiple OSS licenses. o Consider: You incorporate a library with a GPL v. 3 license and also a library with a GPL v. 2 license. o GPL v. 2 provides: 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. o BUT, GPL v. 3 does add further restrictions (e.g., Patent rights, etc.) • Many open source projects have no license o Full Copyright Using OSS in Commercial Software Products • Establish programs to evaluate and document the use of OSS in your product early on and throughout the life cycle of your development. o Assume nobody is concerned with this and look into it. o Becomes much more difficult to find later on. o Easier to fix problems early on. • Understand the implications of using Copyleft OSS o E.g., tools for development where the code isn’t distributed vs. distributed code o Risk mitigation. • Communicate with developers the importance of getting permission to use OSS. • Consult with attorney to insure compliance with all OSS terms and conditions. • Consider OSS in consultancy agreements Using OSS in Commercial Software Products • If your software is mature, tools are available that find OSS in your code. o Even if you have a program that requires developers to notify you, utilizing these tools may catch issues where developers fail to notify you. • Employ mitigation steps if OSS discovered o Mark and attribute code o Distribute source o Isolate or remove GPL code o Fight copyright – e.g., work is too simple (interface files) o Rewrite (white room) code OSS Takeaways • Understand the implications of OSS and communicate to developers • Track usage of OSS • Consider finding alternatives to code with GPL if possible • Comply with all license requirements • Consider OSS in consultancy agreements • Research into creating workflows for approval to use (legal review).
Recommended publications
  • Easy As Abc: Categorizing Open Source Licenses
    EASY AS ABC: CATEGORIZING OPEN SOURCE LICENSES Andrew T. Pham1, Matthew B. Weinstein2, Jamie L. Ryerson3 With more than 180,000 open source projects available and its more than 1400 unique licenses, the complexity of deciding how to manage open source usage within “closed-source” commercial enterprises have dramatically increased.4 Because of the complexity and risks associated with open source—where source code is made freely available for all to review, edit, and use—many closed-source commercial enterprises discourage or prohibit use of open source; a common and short-sighted practice. With a proper open source management framework, open source can be an invaluable resource, and its risks can be understood, managed and controlled. This article proposes a simple, consistent and effective open source categorization and management system to enable a peaceful coexistence between open source and closed-source codes. Free and open source software (“FOSS” or collectively “open source”) is a valuable tool, but one that must be understood to be used effectively. The litany of risks associated with use of open source include: having to release a derivative product incorporating open source under the same open source license; incorporating code that infringes a patent; violating an open source license’s attribution requirements; and a lack of warranties and indemnities. Given the extensive investment of time, money and resources that goes into product development, it comes as no This article is an edited version of the original, which dealt not only with categorizing open source licenses but also a wider array of issues associated with implementing an open source policy.
    [Show full text]
  • An Introduction to Software Licensing
    An Introduction to Software Licensing James Willenbring Software Engineering and Research Department Center for Computing Research Sandia National Laboratories David Bernholdt Oak Ridge National Laboratory Please open the Q&A Google Doc so that I can ask you Michael Heroux some questions! Sandia National Laboratories http://bit.ly/IDEAS-licensing ATPESC 2019 Q Center, St. Charles, IL (USA) (And you’re welcome to ask See slide 2 for 8 August 2019 license details me questions too) exascaleproject.org Disclaimers, license, citation, and acknowledgements Disclaimers • This is not legal advice (TINLA). Consult with true experts before making any consequential decisions • Copyright laws differ by country. Some info may be US-centric License and Citation • This work is licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0). • Requested citation: James Willenbring, David Bernholdt and Michael Heroux, An Introduction to Software Licensing, tutorial, in Argonne Training Program on Extreme-Scale Computing (ATPESC) 2019. • An earlier presentation is archived at https://ideas-productivity.org/events/hpc-best-practices-webinars/#webinar024 Acknowledgements • This work was supported by the U.S. Department of Energy Office of Science, Office of Advanced Scientific Computing Research (ASCR), and by the Exascale Computing Project (17-SC-20-SC), a collaborative effort of the U.S. Department of Energy Office of Science and the National Nuclear Security Administration. • This work was performed in part at the Oak Ridge National Laboratory, which is managed by UT-Battelle, LLC for the U.S. Department of Energy under Contract No. DE-AC05-00OR22725. • This work was performed in part at Sandia National Laboratories.
    [Show full text]
  • License Agreement
    TAGARNO MOVE, FHD PRESTIGE/TREND/UNO License Agreement Version 2021.08.19 Table of Contents Table of Contents License Agreement ................................................................................................................................................ 4 Open Source & 3rd-party Licenses, MOVE ............................................................................................................ 4 Open Source & 3rd-party Licenses, PRESTIGE/TREND/UNO ................................................................................. 4 atk ...................................................................................................................................................................... 5 base-files ............................................................................................................................................................ 5 base-passwd ...................................................................................................................................................... 5 BSP (Board Support Package) ............................................................................................................................ 5 busybox.............................................................................................................................................................. 5 bzip2 .................................................................................................................................................................
    [Show full text]
  • The Copyleft Paradox Open Source Compatibility Issues and Legal Risks
    Central IP Service the copyleft paradox open source compatibility issues and legal risks Brussels, 30/09/2015 Stefano GENTILE EC.JRC Central IP Service contents 2 open source philosophy characteristics of copyleft compatibility between multiple copyleft licences the 'copyleft paradox' examples of incompatible licences legal risks related to the use of OSS case law: a word from US disputes enforcement instruments conclusions Central IP Service open source philosophy 3 OPEN use copyright to SOURCE use accessnot just copy to source modify code distribute essential […] for society as a whole because they promote social solidarity—that is, . (gnu.org) Central IP Service copyleft rationale 4 COPYLEFT source code method © merged c pyleftconceived licence with static link effect effects on dynamic link downstream distribution of derivativeworks Central IP Service copyleft paradox 5 COPYLEFT copyleft proliferation ☣ incompatible viral terms good code mishmash practice goneviruses respecting one licence would bad result: defeats devised to forbid restrictions to sharing the very results in creating purpose “ ” of copyleft Central IP Service examples 6 source bsd COPYLEFT lgpl OSS licence type non-copyleft source weak copyleft mixing strong copyleft lgpl copyleft flexible copyleft with your own gpl source available transfer instr. lgpl any partly copyleft gpl source eupl copyleft none lgpl gpl source eupl epl Central IP Service cross-compatibility 7 COPYLEFT note: this is just a 1vs1 licence matrix… Central IP Service legal risks 8 misappropriation (very upsetting) OPEN SOURCE source code is not made available other condition not respected (e.g. incl. copy of the licence) copyleft conflicts commonmost the result is a using open …so, what are the consequences and sourcesoftware what the remedies? Central IP Service open source disputes 9 Jacobsen v.
    [Show full text]
  • Administrative Software Procedure Explained
    Administrative Software Request __________________________________________________________ Description The following outlines the procedural steps necessary to successfully request and have client based software installed on Administrative PC’s in the college. Process 1. Requesting department identifies application need. 2. Requesting department verifies with User Services that current equipment meets minimum requirements for software install and operation. 3. Requesting department purchases software media and necessary licenses to comply with scope of request. 4. Please submit an online request form at the following location http://itservices.tri- c.edu/desktopservices/service-requests.html . 5. User Services verifies licenses and schedules installation. 6. User Services manually installs on identified systems IF Qty = 5 units or less. 7. User Services builds installation package IF Qty > 5 units. 8. User Services works will deploy as appropriate - SCCM, Login Script, etc. (If a larger percentage of clients require usage, User Services will also add to core image) 9. Patches, updates, revisions, and new versions are processed and applied based on critical urgency and by requests as appropriate. Unlicensed Software *No unlicensed software will be installed on any Administrative production client. Approvals The requesting department Supervisor, Director or next level Management approval is required to process any software installation request. Information Technology Services is final approver for all software installation requests. Page 1 of 2 Administrative Software Request __________________________________________________________ ITS User Services Notes regarding Software Licenses) The only type of software that you can use legally without a license is software you write for your own use. All others require some type of license from the author and using any of them without a valid license is illegal as well as taking a risk that you and/or the college may be sued for damages.
    [Show full text]
  • Unlicense Yourself: Set Your Code Free
    Unlicense Yourself: Set Your Code Free Like 232 Follow on Tumblr 138 What is the Unlicense? The Unlicense is a template for disclaiming copyright monopoly interest in software you've written; in other words, it is a template for dedicating your software to the public domain. It combines a copyright waiver patterned after the very successful public domain SQLite project with the no-warranty statement from the widely-used MIT/X11 license. Why Use the Unlicense? Because you have more important things to do than enriching lawyers or imposing petty restrictions on users of your code. How often have you passed up on utilizing and contributing to a great software library just because its open source license was not compatible with your own preferred flavor of open source? How many precious hours of your life have you spent deliberating how to license your software or worrying about licensing compatibility with other software? You will never get those hours back, but here's your chance to start cutting your losses. Life's too short, let's get back to coding. The Unlicense To opt out of the copyright industry's game altogether and set your code free, put your next software project into the public domain using the following (un)licensing statement: This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain.
    [Show full text]
  • The Copyleft Movement: Creative Commons Licensing
    Centre for the Study of Communication and Culture Volume 26 (2007) No. 3 IN THIS ISSUE The Copyleft Movement: Creative Commons Licensing Sharee L. Broussard, MS APR Spring Hill College AQUARTERLY REVIEW OF COMMUNICATION RESEARCH ISSN: 0144-4646 Communication Research Trends Table of Contents Volume 26 (2007) Number 3 http://cscc.scu.edu The Copyleft Movement:Creative Commons Licensing Published four times a year by the Centre for the Study of Communication and Culture (CSCC), sponsored by the 1. Introduction . 3 California Province of the Society of Jesus. 2. Copyright . 3 Copyright 2007. ISSN 0144-4646 3. Protection Activity . 6 4. DRM . 7 Editor: William E. Biernatzki, S.J. 5. Copyleft . 7 Managing Editor: Paul A. Soukup, S.J. 6. Creative Commons . 8 Editorial assistant: Yocupitzia Oseguera 7. Internet Practices Encouraging Creative Commons . 11 Subscription: 8. Pros and Cons . 12 Annual subscription (Vol. 26) US$50 9. Discussion and Conclusion . 13 Payment by check, MasterCard, Visa or US$ preferred. Editor’s Afterword . 14 For payments by MasterCard or Visa, send full account number, expiration date, name on account, and signature. References . 15 Checks and/or International Money Orders (drawn on Book Reviews . 17 USA banks; for non-USA banks, add $10 for handling) should be made payable to Communication Research Journal Report . 37 Trends and sent to the managing editor Paul A. Soukup, S.J. Communication Department In Memoriam Santa Clara University Michael Traber . 41 500 El Camino Real James Halloran . 43 Santa Clara, CA 95053 USA Transfer by wire: Contact the managing editor. Add $10 for handling. Address all correspondence to the managing editor at the address shown above.
    [Show full text]
  • GNU / Linux and Free Software
    GNU / Linux and Free Software GNU / Linux and Free Software An introduction Michael Opdenacker Free Electrons http://free-electrons.com Created with OpenOffice.org 2.x GNU / Linux and Free Software © Copyright 2004-2007, Free Electrons Creative Commons Attribution-ShareAlike 2.5 license http://free-electrons.com Sep 15, 2009 1 Rights to copy Attribution ± ShareAlike 2.5 © Copyright 2004-2007 You are free Free Electrons to copy, distribute, display, and perform the work [email protected] to make derivative works to make commercial use of the work Document sources, updates and translations: Under the following conditions http://free-electrons.com/articles/freesw Attribution. You must give the original author credit. Corrections, suggestions, contributions and Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license translations are welcome! identical to this one. For any reuse or distribution, you must make clear to others the license terms of this work. Any of these conditions can be waived if you get permission from the copyright holder. Your fair use and other rights are in no way affected by the above. License text: http://creativecommons.org/licenses/by-sa/2.5/legalcode GNU / Linux and Free Software © Copyright 2004-2007, Free Electrons Creative Commons Attribution-ShareAlike 2.5 license http://free-electrons.com Sep 15, 2009 2 Contents Unix and its history Free Software licenses and legal issues Free operating systems Successful project highlights Free Software
    [Show full text]
  • Elements of Free and Open Source Licenses: Features That Define Strategy
    Elements Of Free And Open Source Licenses: Features That Define Strategy CAN: Use/reproduce: Ability to use, copy / reproduce the work freely in unlimited quantities Distribute: Ability to distribute the work to third parties freely, in unlimited quantities Modify/merge: Ability to modify / combine the work with others and create derivatives Sublicense: Ability to license the work, including possible modifications (without changing the license if it is copyleft or share alike) Commercial use: Ability to make use of the work for commercial purpose or to license it for a fee Use patents: Rights to practice patent claims of the software owner and of the contributors to the code, in so far these rights are necessary to make full use of the software Place warranty: Ability to place additional warranty, services or rights on the software licensed (without holding the software owner and other contributors liable for it) MUST: Incl. Copyright: Describes whether the original copyright and attribution marks must be retained Royalty free: In case a fee (i.e. contribution, lump sum) is requested from recipients, it cannot be royalties (depending on the use) State changes: Source code modifications (author, why, beginning, end) must be documented Disclose source: The source code must be publicly available Copyleft/Share alike: In case of (re-) distribution of the work or its derivatives, the same license must be used/granted: no re-licensing. Lesser copyleft: While the work itself is copyleft, derivatives produced by the normal use of the work are not and could be covered by any other license SaaS/network: Distribution includes providing access to the work (to its functionalities) through a network, online, from the cloud, as a service Include license: Include the full text of the license in the modified software.
    [Show full text]
  • Open Source Advising at Scale
    Open Source Advising at Scale Justin C. Colannino Senior Attorney, Microsoft FINOS June 8, 2020 The Internet The opinions in this presentation are those of the presenter, not Microsoft or its affiliates. Agenda Open Source Open Source Law Counseling Refresher @ Scale Definition & Making calls without How to advise 60,000 License Archetypes (much) caselaw. developers for millions of use cases The Open Source Stack For Lawyers Economic Political Social Legal Technical A Counseling Framework Economic Political Social Legal Technical Commodity Custom What Is A License? Permission Permission (usually subject to conditions or obligations) Open Source: Permissions & Conditions or Obligations Right to Use, Copy, Modify, and Distribute (FSF – Four Freedoms) Must Meet Conditions or Obligations Typical: provide notice and/or provide source License Archetypes Ultra Permissive Permissive Increasing Obligations Weak Copyleft Copyleft Network Copyleft Open Source License Archetypes Ultra Permissive • Goal: Maximum Rights, NO Obligations (WTFPL, Unlicense, CC0) Permissive • Goal: Maximum Rights, Minimal Obligations • Distribution Triggers Attribution Obligation (MIT, BSD, Apache 2.0) Weak Copyleft • Goal: Preserve Freedom In A “Core” • Distribution Triggers Attribution Obligation & Source Code Obligation (EPL?, LGPL, MPL) Copyleft • Goal: Preserve Downstream Rights • Distribution Triggers Attribution Obligation & Source Code Obligation (GPL) Network Copyleft • Goal: Extend Copyleft to Network Services • Network Interaction Triggers Attribution Obligation
    [Show full text]
  • Open Source, Copyright, Copyleft Open
    Open Source, Copyright, Copyleft http://www.gnu.org/copyleft/ To copyleft a program, we first state that it is copyrighted; then we add distribution terms, which are a legal instrument that gives everyone the rights to use, modify, and redistribute the program's code or any program derived from it but only if the distribution terms are unchanged. Thus, the code and the freedoms become legally inseparable. Proprietary software developers use copyright to take away the users' freedom; we use copyright to guarantee their freedom. That's why we reverse the name, changing “copyright” into “copyleft.” CPS 82, Fall 2008 12.1 CPS 82, Fall 2008 12.2 Open Source, www.opensource.org Open Source licenses 1. Free Redistribution: can’t force, can’t prevent sale Copyleft licenses compared to free licenses 2. Source code: must be available, cheap or free Copyleft is “viral”, requires redistribution to be 3. License to modify, redistribution with same terms the same or similar 4. Integrity of author’s source (patchable, versioning) Free licenses have no downstream restrictions 5. No discrimination against persons or groups 6. No discrimination against fields of endeavor GPL is the Gnu Public License 7. Distribution “no strings”, no further licensing Currently v3, which is a complex, legal license 8. License not bound to whole, part redistribution ok X11 or BSD or Apache 9. No further restrictions, e.g., cannot require open All are free/open, but not viral, e.g., may permit commercial or proprietary products 10. Technology neutral CPS 82, Fall 2008 12.3 CPS 82, Fall 2008 12.4 LGPL: Lesser (nee Library) GPL Freedom Proprietary software developers, seeking to deny But we should not listen to these temptations, the free competition an important advantage, will because we can achieve much more if we stand try to convince authors not to contribute libraries to together.
    [Show full text]
  • Open Source Software Licenses
    Open Source Software Licences User Guide If you are working on a piece of software and you want to make it open source (i.e. freely available for others to use), there are questions you may need to consider, for example, whether you need a licence and why; and if so, how to choose a licence. This guide will help with those questions so that you have a better idea of what you need for your particular project. What is Open Source Software? ......................................................................................................... 1 Why do I need a licence for Open Source software? .......................................................................... 1 How do I choose a license? ................................................................................................................. 2 What if I have dependencies or my work is a derivative? .................................................................. 5 Combined Works and Compatibility ................................................................................................... 5 What if I want to change licenses? ..................................................................................................... 6 What if my software is protected by a patent? .................................................................................. 6 Can I commercialise Open Source Software? ..................................................................................... 6 Who should I speak to if I need help? ................................................................................................
    [Show full text]